summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2016-02-02 09:58:23 +0100
committerLukas Slebodnik <lslebodn@redhat.com>2016-02-02 12:10:36 +0100
commitbc0ebb932379cf78f6779a22d130e79d9da41ab2 (patch)
tree44cd6c107ef60a69461f7de1daedf160f0623c69 /contrib
parenteeef421e20217e7bb359177d2cb89ec9bb259b3a (diff)
downloadsssd-bc0ebb932379cf78f6779a22d130e79d9da41ab2.tar.gz
sssd-bc0ebb932379cf78f6779a22d130e79d9da41ab2.tar.xz
sssd-bc0ebb932379cf78f6779a22d130e79d9da41ab2.zip
SPEC: Fix packaging of libsss_simpleifp
Patch removes unnecessary requires of dbus-libs because it's already detected from library. However we forgot to call ldconfig after (un)installation. sh$ rpm -q -p --requires libsss_simpleifp-1.13.90-0.fc23.x86_64.rpm | grep dbus libdbus-1.so.3()(64bit) libdbus-1.so.3(LIBDBUS_1_3)(64bit) sssd-dbus = 1.13.90-0.fc23 sh$ rpm -q --whatprovides "libdbus-1.so.3()(64bit)" dbus-libs-1.10.6-1.fc23.x86_64 Reviewed-by: Alexander Bokovoy <abokovoy@redhat.com>
Diffstat (limited to 'contrib')
-rw-r--r--contrib/sssd.spec.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in
index bd21d4d41..c638078ef 100644
--- a/contrib/sssd.spec.in
+++ b/contrib/sssd.spec.in
@@ -522,7 +522,6 @@ the information from the SSSD to be transmitted over the system bus.
Summary: The SSSD D-Bus responder helper library
Group: Development/Libraries
License: GPLv3+
-Requires: dbus-libs
Requires: sssd-dbus = %{version}-%{release}
Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig
@@ -1053,6 +1052,10 @@ fi
%postun -n libsss_nss_idmap -p /sbin/ldconfig
+%post -n libsss_simpleifp -p /sbin/ldconfig
+
+%postun -n libsss_simpleifp -p /sbin/ldconfig
+
%changelog
* Mon Mar 15 2010 Stephen Gallagher <sgallagh@redhat.com> - @PACKAGE_VERSION@-0@PRERELEASE_VERSION@
- Automated build of the SSSD