Use ldconfig scriptlet macros
This commit is contained in:
parent
f9ed500902
commit
0eb73534ed
@ -5,7 +5,7 @@
|
|||||||
Summary: Core X11 protocol client library
|
Summary: Core X11 protocol client library
|
||||||
Name: libX11
|
Name: libX11
|
||||||
Version: 1.6.5
|
Version: 1.6.5
|
||||||
Release: 7%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
|
Release: 8%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
@ -87,8 +87,8 @@ rm -rf $RPM_BUILD_ROOT%{_docdir}
|
|||||||
%check
|
%check
|
||||||
make %{?_smp_mflags} check
|
make %{?_smp_mflags} check
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%ldconfig_post
|
||||||
%postun -p /sbin/ldconfig
|
%ldconfig_postun
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%{_libdir}/libX11.so.6
|
%{_libdir}/libX11.so.6
|
||||||
@ -126,6 +126,9 @@ make %{?_smp_mflags} check
|
|||||||
%{_mandir}/man5/*.5*
|
%{_mandir}/man5/*.5*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 29 2018 Adam Jackson <ajax@redhat.com> - 1.6.5-8
|
||||||
|
- Use ldconfig scriptlet macros
|
||||||
|
|
||||||
* Fri Mar 23 2018 Peter Hutterer <peter.hutterer@redhat.com> 1.6.5-7
|
* Fri Mar 23 2018 Peter Hutterer <peter.hutterer@redhat.com> 1.6.5-7
|
||||||
- Fix FTBS caused by fake size in the XimCacheStruct (#1556616)
|
- Fix FTBS caused by fake size in the XimCacheStruct (#1556616)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user