From 6f5b1ad8c234d58041e45aef4558d50f44d7f021 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Thu, 26 Feb 2009 10:13:52 +0100 Subject: Create and own /var/lib/sss, memberof.so packaging Own everything in /usr/libexec/sssd in specfile, no nss_client subdir Place memberof.so in /usr/lib/ldb --- sssd.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sssd.spec') diff --git a/sssd.spec b/sssd.spec index b874568bc..7ad8e6a5b 100644 --- a/sssd.spec +++ b/sssd.spec @@ -62,10 +62,10 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %{_sbindir}/sssd -%{_libexecdir}/sssd/sssd_nss -%{_libexecdir}/sssd/sssd_dp -%{_libexecdir}/sssd/sssd_be +%{_libexecdir}/%{name}/ %{_libdir}/%{name}/ +%{_libdir}/ldb/memberof.so* +%{_sharedstatedir}/sss/ # infopipe files %{_libexecdir}/sssd/sssd_info %config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.freeipa.sssd.infopipe.conf -- cgit