diff --git a/bots/images/centos-7 b/bots/images/centos-7 index 993331e15e3..8727ce0141b 120000 --- a/bots/images/centos-7 +++ b/bots/images/centos-7 @@ -1 +1 @@ -centos-7-6baaea8da30d1af4d52e232bc3f241e5bfd0404d6223db7b610554b5a7febe0b.qcow2 \ No newline at end of file +centos-7-eb470cdd18196d851ee36d05ce559924857440ac4b2fdd4c37ff99bceac80b33.qcow2 \ No newline at end of file diff --git a/bots/images/rhel-7 b/bots/images/rhel-7 index e0b07b2b7df..c9f323485da 120000 --- a/bots/images/rhel-7 +++ b/bots/images/rhel-7 @@ -1 +1 @@ -rhel-7-21502f3bf7006b06a243a97ef1c9638e93673d358cba927432436e53414d5018.qcow2 \ No newline at end of file +rhel-7-ccd75fa36e17ffb1fa8d0da29fe2dc1afed28cd266253dc90a13745f1dedf081.qcow2 \ No newline at end of file diff --git a/bots/images/rhel-7-4 b/bots/images/rhel-7-4 index 808b135620d..e58d3aef969 120000 --- a/bots/images/rhel-7-4 +++ b/bots/images/rhel-7-4 @@ -1 +1 @@ -rhel-7-4-4635d121142f26a907e90f0ab01a9283e0a0a19842a98616874e83c96aef8d2c.qcow2 \ No newline at end of file +rhel-7-4-793e06db3dcebe660b072d994feec81ef4a36c342a0f8691d53ddc59a1c73e91.qcow2 \ No newline at end of file diff --git a/bots/images/scripts/rhel-7.setup b/bots/images/scripts/rhel-7.setup index 89d04a1c668..addfede1479 100755 --- a/bots/images/scripts/rhel-7.setup +++ b/bots/images/scripts/rhel-7.setup @@ -162,6 +162,7 @@ if [ -n "$TEST_SOURCE" ]; then useradd -c Builder -G mock builder srpm=$(/var/lib/testvm/make-srpm $TEST_SOURCE) su builder -c "/usr/bin/mock --verbose --installdeps $srpm" + su builder -c "/usr/bin/mock --install --verbose rpmlint" fi yum clean all || true