From 1430c5b97ca3fe3761f8fb6d26fda801ec6a3778 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 19 Oct 2009 08:32:15 -0400 Subject: Clean up rpmlint errors and warnings in sssd-client package - Run ldconfig in sssd-client post and postun - Version libnss_sss.so as libnss_sss.so.2 (to set the correct SONAME) --- contrib/sssd.spec.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'contrib/sssd.spec.in') diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in index c79da9c9a..f652802da 100644 --- a/contrib/sssd.spec.in +++ b/contrib/sssd.spec.in @@ -183,6 +183,10 @@ if [ $1 -ge 1 ] ; then /sbin/service %{servicename} condrestart 2>&1 > /dev/null fi +%post client -p /sbin/ldconfig + +%postun client -p /sbin/ldconfig + %changelog * Mon Sep 28 2009 Sumit Bose - 0.6.0-0 - New upstream release 0.6.0 -- cgit