[rygel/f20] 0.20.3, ldconfig on post scriptlets

Peter Robinson pbrobinson at fedoraproject.org
Mon Dec 23 12:00:27 UTC 2013


commit b7cb4a534af8665421d0f64ad04b3907fe1beaba
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Mon Dec 23 12:00:11 2013 +0000

    0.20.3, ldconfig on post scriptlets

 rygel.spec |    8 +++++++-
 sources    |    2 +-
 2 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/rygel.spec b/rygel.spec
index 5153ec9..8873c92 100644
--- a/rygel.spec
+++ b/rygel.spec
@@ -1,5 +1,5 @@
 Name:          rygel
-Version:       0.20.2
+Version:       0.20.3
 Release:       1%{?dist}
 Summary:       A collection of UPnP/DLNA services
 
@@ -73,9 +73,11 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/rygel.desktop
 desktop-file-validate %{buildroot}/%{_datadir}/applications/rygel-preferences.desktop
 
 %post
+/sbin/ldconfig
 touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
 
 %postun
+/sbin/ldconfig
 if [ $1 -eq 0 ] ; then
     touch --no-create %{_datadir}/icons/hicolor &>/dev/null
     gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
@@ -125,6 +127,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/vala/vapi/rygel*.vapi
 
 %changelog
+* Mon Dec 23 2013 Peter Robinson <pbrobinson at fedoraproject.org> 0.20.3-1
+- Update to 0.20.3
+- Run ldconfig on post scriptlets (fix RHBZ 1045745)
+
 * Mon Nov 11 2013 Peter Robinson <pbrobinson at fedoraproject.org> 0.20.2-1
 - Update to 0.20.2
 
diff --git a/sources b/sources
index cc0b282..08b8a2a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a719121013449c35dbad0f9a22effa0c  rygel-0.20.2.tar.xz
+90abca08b806182d0713149d29fd2cc9  rygel-0.20.3.tar.xz


More information about the scm-commits mailing list