relax dependency check
In the previous commit, a switch for configure was inadvertently removed by a backport from RHEL 9. The switch was relaxing check for installed dependencies since they are not required for running the tests. This commit puts the switch back to fix the failure in RHEL gating. Resolves: RHEL-15218
This commit is contained in:
parent
515752d4a1
commit
87c56456bb
6
pcs.spec
6
pcs.spec
@ -1,6 +1,6 @@
|
||||
Name: pcs
|
||||
Version: 0.10.17
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
# https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/
|
||||
# https://fedoraproject.org/wiki/Licensing:Main?rd=Licensing#Good_Licenses
|
||||
# GPL-2.0-only: pcs
|
||||
@ -584,6 +584,10 @@ remove_all_tests
|
||||
%license pyagentx_LICENSE.txt
|
||||
|
||||
%changelog
|
||||
* Mon Nov 6 2023 Michal Pospisil <mpospisi@redhat.com> - 0.10.17-4
|
||||
- No changes, fixed an error in the new quality control process
|
||||
- Resolves: RHEL-15218
|
||||
|
||||
* Wed Nov 1 2023 Michal Pospisil <mpospisi@redhat.com> - 0.10.17-3
|
||||
- No changes, testing a new quality control process
|
||||
- Resolves: RHEL-15218
|
||||
|
@ -14,6 +14,6 @@ export PYTHONPATH=/usr/lib64/pcs/pcs_bundled/packages/
|
||||
export GEM_HOME=/usr/lib64/pcsd/vendor/bundle/
|
||||
./autogen.sh
|
||||
# Workaround until configure.ac is prepared for centos-stream-*
|
||||
./configure --with-distro=rhel
|
||||
./configure --with-distro=rhel --enable-tests-only
|
||||
# Remove pcs sources to make sure tests are not using any of those files
|
||||
rm -rf pcs
|
||||
|
Loading…
Reference in New Issue
Block a user