diff --git a/libXfont2.spec b/libXfont2.spec index c9162ac..5f03dac 100644 --- a/libXfont2.spec +++ b/libXfont2.spec @@ -1,7 +1,7 @@ Summary: X.Org X11 libXfont2 runtime library Name: libXfont2 Version: 2.0.3 -Release: 1%{?dist} +Release: 2%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org @@ -42,8 +42,8 @@ make %{?_smp_mflags} # We intentionally don't ship *.la files rm -f $RPM_BUILD_ROOT%{_libdir}/*.la -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig +%ldconfig_post +%ldconfig_postun %files %license COPYING @@ -56,6 +56,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_libdir}/pkgconfig/xfont2.pc %changelog +* Fri Jun 29 2018 Adam Jackson - 2.0.3-2 +- Use ldconfig scriptlet macros + * Mon Feb 26 2018 Benjamin Tissoires 2.0.3-1 - libXfont 2.0.3 (CVE-2017-16611)