From Dan Kenigsberg <[email protected]>:

Dan Kenigsberg has uploaded a new change for review.

Change subject: automation: rpmlint src.rpm
......................................................................

automation: rpmlint src.rpm

vdsm.rpm is not up to standards. But at least its src rpm passes rpmlint
with no errors. Let's make sure this does not change to the worse by
adding this additional test.

Change-Id: I7fd01a4537e36d77b43545e3e378a4045c12ebbc
Signed-off-by: Dan Kenigsberg <[email protected]>
---
M automation/check-patch.packages.el7
M automation/check-patch.packages.fc24
M automation/check-patch.sh
3 files changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/26/68526/1

diff --git a/automation/check-patch.packages.el7 
b/automation/check-patch.packages.el7
index d6e0819..59f78f0 100644
--- a/automation/check-patch.packages.el7
+++ b/automation/check-patch.packages.el7
@@ -24,6 +24,7 @@
 python-six
 python-requests
 rpm-build
+rpmlint
 sanlock-python
 sudo
 yum
diff --git a/automation/check-patch.packages.fc24 
b/automation/check-patch.packages.fc24
index eae68a9..04b88cf 100644
--- a/automation/check-patch.packages.fc24
+++ b/automation/check-patch.packages.fc24
@@ -32,6 +32,7 @@
 python3-six
 python3-yaml
 rpm-build
+rpmlint
 sanlock-python
 sudo
 yum
diff --git a/automation/check-patch.sh b/automation/check-patch.sh
index ee9052f..1ae7f2e 100755
--- a/automation/check-patch.sh
+++ b/automation/check-patch.sh
@@ -28,4 +28,5 @@
 if git diff-tree --no-commit-id --name-only -r HEAD | egrep --quiet 
'vdsm.spec.in|Makefile.am' ; then
     ./automation/build-artifacts.sh
     yum -y install "$EXPORT_DIR/"!(*.src).rpm
+    rpmlint "$EXPORT_DIR/"*.src.rpm
 fi


-- 
To view, visit https://gerrit.ovirt.org/68526
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7fd01a4537e36d77b43545e3e378a4045c12ebbc
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Dan Kenigsberg <[email protected]>
_______________________________________________
vdsm-patches mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to