diff --git a/libseccomp.spec b/libseccomp.spec index 65f8029..d8daa74 100644 --- a/libseccomp.spec +++ b/libseccomp.spec @@ -1,7 +1,7 @@ Summary: Enhanced seccomp library Name: libseccomp Version: 2.3.3 -Release: 3%{?dist} +Release: 4%{?dist} ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mipsel mips64el ppc64 ppc64le s390 s390x License: LGPLv2 Group: System Environment/Libraries @@ -63,10 +63,6 @@ rm -f "%{buildroot}/%{_libdir}/libseccomp.la" %check make V=1 check -%post -p /sbin/ldconfig - -%postun -p /sbin/ldconfig - %files %{!?_licensedir:%global license %%doc} %license LICENSE @@ -88,6 +84,9 @@ make V=1 check %{_libdir}/libseccomp.a %changelog +* Wed Nov 07 2018 Paul Moore - 2.3.3-4 +- Remove ldconfig scriptlet, thanks to James Antill (RHBZ #1644074) + * Fri Jul 13 2018 Fedora Release Engineering - 2.3.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild