diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2009-04-12 19:49:46 -0400 |
---|---|---|
committer | Simo Sorce <ssorce@redhat.com> | 2009-04-13 09:06:59 -0400 |
commit | a89fce4904ecb1169026238a6952d4d6a1995c7f (patch) | |
tree | e035ede69e5bdb7aa9763e5b76849f983ccdf2b2 | |
parent | 8096462b171c4bb45ea58ba9eaa2f2fdb8c7107d (diff) | |
download | sssd-a89fce4904ecb1169026238a6952d4d6a1995c7f.tar.gz sssd-a89fce4904ecb1169026238a6952d4d6a1995c7f.tar.bz2 sssd-a89fce4904ecb1169026238a6952d4d6a1995c7f.zip |
Remove InfoPipe from the RPM build
-rw-r--r-- | sssd.spec | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -1,6 +1,6 @@ Name: sssd Version: 0.3.0 -Release: 1%{dist} +Release: 2%{dist} Group: Applications/System Summary: System Security Services Daemon # The entire source code is GPLv3+ except replace/ which is LGPLv3+ @@ -61,7 +61,7 @@ pushd server ./autogen.sh %configure --without-tests \ --without-policykit \ - --with-infopipe \ + --without-infopipe \ --with-init-dir=%{_initrddir} \ make %{?_smp_mflags} @@ -103,8 +103,6 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/%{name}/ %{_libdir}/ldb/memberof.so* %{_sharedstatedir}/sss/ -%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.freedesktop.sssd.infopipe.conf -%{_datadir}/%{name}/introspect/infopipe/org.freedesktop.sssd.infopipe.Introspect.xml /%{_lib}/libnss_sss.so /%{_lib}/libnss_sss.so.2 /%{_lib}/security/pam_sss.so @@ -126,6 +124,9 @@ if [ $1 -ge 1 ] ; then fi %changelog +* Sun Apr 12 2009 Stephen Gallagher <sgallagh@redhat.com> - 0.3.0-2 +- Remove InfoPipe from RPM build + * Sun Apr 12 2009 Stephen Gallagher <sgallagh@redhat.com> - 0.3.0-1 - Convert to using /etc/sssd/sssd.conf for configuration |