[freerdp] Add missing ldconfig for libwinpr

Mads Kiilerich kiilerix at fedoraproject.org
Tue Sep 3 23:09:08 UTC 2013


commit 61f8b4aed0faa38872be5441ea784c28c448566d
Author: Mads Kiilerich <mads at kiilerich.com>
Date:   Wed Sep 4 00:37:46 2013 +0200

    Add missing ldconfig for libwinpr

 freerdp.spec |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/freerdp.spec b/freerdp.spec
index 06ac421..4c5d9be 100644
--- a/freerdp.spec
+++ b/freerdp.spec
@@ -139,6 +139,12 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %postun libs -p /sbin/ldconfig
 
 
+%post libwinpr -p /sbin/ldconfig
+
+
+%postun libwinpr -p /sbin/ldconfig
+
+
 %files
 %{_bindir}/xfreerdp
 %{_mandir}/man1/xfreerdp.*
@@ -161,6 +167,8 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 %changelog
 * Tue Sep 03 2013 Mads Kiilerich <mads at kiilerich.com> - 1.1.0-0.3.beta1
+- Add missing ldconfig for libwinpr
+- Based on patch from Simone Caronni:
 - Remove obsolete defattr, Group and BuildRoot RPM tags for Fedora / RHEL 6+.
 - Move license file and documentation to libwinpr subpackage so any combination
   of installed packages result in the LICENSE file available.


More information about the scm-commits mailing list