Switch to %ldconfig_scriptlets

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2018-02-03 13:33:11 +01:00
parent f9cb11e417
commit 6f3700c88a
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

View File

@ -1,6 +1,6 @@
Name: libgudev Name: libgudev
Version: 232 Version: 232
Release: 1%{?dist} Release: 2%{?dist}
Summary: GObject-based wrapper library for libudev Summary: GObject-based wrapper library for libudev
License: LGPLv2+ License: LGPLv2+
@ -48,8 +48,7 @@ rm %{buildroot}%{_libdir}/*.la
%check %check
make check make check
%post -p /sbin/ldconfig %ldconfig_scriptlets
%postun -p /sbin/ldconfig
%files %files
%license COPYING %license COPYING
@ -69,6 +68,9 @@ make check
%changelog %changelog
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 232-2
- Switch to %%ldconfig_scriptlets
* Fri Sep 01 2017 Kalev Lember <klember@redhat.com> - 232-1 * Fri Sep 01 2017 Kalev Lember <klember@redhat.com> - 232-1
- Update to 232 - Update to 232
- Enable self tests - Enable self tests