[xorg-x11-drv-intel] Call ldconfig in %post* scriptlets.

Ville Skyttä scop at fedoraproject.org
Sat Dec 21 17:52:58 UTC 2013


commit 24c3c557916350359cf6da7bbb3a8cbef1f32158
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sat Dec 21 19:52:45 2013 +0200

    Call ldconfig in %post* scriptlets.

 xorg-x11-drv-intel.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/xorg-x11-drv-intel.spec b/xorg-x11-drv-intel.spec
index 9bd99f4..4f57da3 100644
--- a/xorg-x11-drv-intel.spec
+++ b/xorg-x11-drv-intel.spec
@@ -29,7 +29,7 @@
 Summary:   Xorg X11 Intel video driver
 Name:      xorg-x11-drv-intel
 Version:   2.21.15
-Release:   11%{?gitrev}%{?dist}
+Release:   12%{?gitrev}%{?dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X Hardware Support
@@ -148,6 +148,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libI*XvMC.so
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
 %files
 %defattr(-,root,root,-)
 %doc COPYING
@@ -173,6 +176,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/intel_*.1*
 
 %changelog
+* Sat Dec 21 2013 Ville Skyttä <ville.skytta at iki.fi> - 2.21.15-12
+- Call ldconfig in %%post* scriptlets.
+
 * Tue Dec 17 2013 Adam Jackson <ajax at redhat.com> - 2.21.15-11
 - 1.15RC4 ABI rebuild
 


More information about the scm-commits mailing list