From 04f08eb206e97e43c5f79764244a41e5f02d0afd Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Fri, 29 Jun 2018 17:26:57 -0400 Subject: [PATCH] Use ldconfig scriptlet macros --- libXmu.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libXmu.spec b/libXmu.spec index d61c0bf..21d035a 100644 --- a/libXmu.spec +++ b/libXmu.spec @@ -3,7 +3,7 @@ Summary: X.Org X11 libXmu/libXmuu runtime libraries Name: libXmu Version: 1.1.2 -Release: 8%{?dist} +Release: 9%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org @@ -47,8 +47,8 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la # fixup later rm -rf $RPM_BUILD_ROOT%{_docdir} -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig +%ldconfig_post +%ldconfig_postun %files %defattr(-,root,root,-) @@ -90,6 +90,9 @@ rm -rf $RPM_BUILD_ROOT%{_docdir} %{_libdir}/pkgconfig/xmuu.pc %changelog +* Fri Jun 29 2018 Adam Jackson - 1.1.2-9 +- Use ldconfig scriptlet macros + * Wed Feb 07 2018 Fedora Release Engineering - 1.1.2-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild