diff --git a/gating.yaml b/gating.yaml index 3738107..fba44d0 100644 --- a/gating.yaml +++ b/gating.yaml @@ -4,6 +4,7 @@ product_versions: decision_context: bodhi_update_push_testing subject_type: koji_build rules: + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.rpmdeplint.functional} - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.rpminspect.static-analysis} - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.installability.functional} - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} @@ -13,6 +14,7 @@ product_versions: decision_context: bodhi_update_push_stable subject_type: koji_build rules: + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.rpmdeplint.functional} - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.rpminspect.static-analysis} - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.installability.functional} - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} diff --git a/libcap.spec b/libcap.spec index 6466e99..43a3e0c 100644 --- a/libcap.spec +++ b/libcap.spec @@ -1,6 +1,6 @@ Name: libcap -Version: 2.78 -Release: 2%{?dist} +Version: 2.70 +Release: 4%{?dist} Summary: Library for getting and setting POSIX.1e capabilities URL: https://sites.google.com/site/fullycapable/ License: BSD-3-Clause OR GPL-2.0-only @@ -92,7 +92,6 @@ chmod +x %{buildroot}/%{_libdir}/*.so.* %{_sbindir}/{capsh,getcap,getpcaps,setcap} %{_mandir}/man1/capsh.1* %{_mandir}/man5/capability.conf.5* -%{_mandir}/man7/cap_text_formats.7* %{_mandir}/man8/{getcap,getpcaps,setcap,pam_cap}.8* %{_libdir}/security/pam_cap.so %exclude %{_mandir}/man8/captree.8* @@ -121,49 +120,6 @@ chmod +x %{buildroot}/%{_libdir}/*.so.* %endif %changelog -* Thu Jul 16 2026 Fedora Release Engineering - 2.78-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild - -* Mon Apr 06 2026 Carlos Rodriguez-Fernandez - 2.78-1 -- Update to 2.78 (rhbz#2455366) - -* Tue Feb 03 2026 Maxwell G - 2.77-3 -- Rebuild for https://fedoraproject.org/wiki/Changes/golang1.26 - -* Fri Jan 16 2026 Fedora Release Engineering - 2.77-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild - -* Tue Oct 28 2025 Carlos Rodriguez-Fernandez - 2.77-1 -- Update to version 2.77 (rhbz#2406446) - -* Fri Oct 10 2025 Alejandro Sáez - 2.76-4 -- rebuild - -* Fri Aug 15 2025 Maxwell G - 2.76-3 -- Rebuild for golang-1.25.0 - -* Thu Jul 24 2025 Fedora Release Engineering - 2.76-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild - - -* Mon Apr 14 2025 Carlos Rodriguez-Fernandez - 2.76-1 -- Update to version 2.76 (rhbz#2349318, rhbz#2352529) - -* Fri Jan 24 2025 Carlos Rodriguez-Fernandez - 2.73-2 -- Update internal CI tests - -* Fri Jan 24 2025 Carlos Rodriguez-Fernandez - 2.73-1 -- Update to version 2.73 (rhbz#2340722) - -* Fri Jan 17 2025 Fedora Release Engineering - 2.71-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild - -* Sun Jan 12 2025 Zbigniew Jędrzejewski-Szmek - 2.71-2 -- Rebuilt for the bin-sbin merge (2nd attempt) - -* Mon Oct 28 2024 Carlos Rodriguez-Fernandez - 2.71-1 -- Update to version 2.71 - * Thu Jul 18 2024 Fedora Release Engineering - 2.70-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild diff --git a/sources b/sources index 255a3d6..62713c8 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (libcap-2.78.tar.gz) = e2fcbddbdc47f76b926a2e4392fc425b626acdcd1fc65b9964f22a56884cf22b450a20ded624fd3d0666ac38fee8ce914a3a776bb4d9d3a4556838b5a1214953 -SHA512 (libcap-2.78.tar.sign) = 8924ab5d0a1ecd1a01bb03b4554753a1e9da48512a7c311f5ae2eb9ddc3e690f1639ccfe7c374542404e2e3a6a28cd1f41b92e4839eb84a1292e3c6ed8985df5 +SHA512 (libcap-2.70.tar.gz) = 2a4a5959958989e6a0d54ea795a706b0f12596778ac660b19b7b1479910af01b4d870111b060dac0b1cd4671b98d815ea5953cefd4edde1a0ba9efe22f897842 +SHA512 (libcap-2.70.tar.sign) = d8a7d631d74ecdfad731e5d36087d959f9279ed837b20ed57bb518129f1ba6d144927987ca50a5459cc72d5374fe3a987583c1d5c88213e7f57f344ed698c71f diff --git a/tests/pkg-configs/test.sh b/tests/pkg-configs/test.sh index cc28259..45f98a4 100755 --- a/tests/pkg-configs/test.sh +++ b/tests/pkg-configs/test.sh @@ -26,7 +26,7 @@ rlJournalStart rlRun "rpm -ql libcap-devel | grep libpsx.pc" 0 "There must be libpsx.pc" if [ $? -eq 0 ]; then PCFILE=$(rpm -ql libcap-devel | grep libpsx.pc) - rlRun "pkg-config --libs libpsx | grep -- '-lpsx'" + rlRun "pkg-config --libs libpsx | grep -- '-lpsx -lpthread -Wl,-wrap,pthread_create'" VER=$(awk '/Version:/ { print $2 }' $PCFILE | tail -1) rlRun "pkg-config --modversion libpsx | grep $VER" rlRun -s "pkg-config --print-variables libpsx"