rpms/sssd/devel sssd.spec,1.23,1.24

Stephen Gallagher sgallagh at fedoraproject.org
Thu Oct 15 13:26:44 UTC 2009


Author: sgallagh

Update of /cvs/pkgs/rpms/sssd/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1065

Modified Files:
	sssd.spec 
Log Message:
Fix missing file permissions for sssd-clients



Index: sssd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sssd/devel/sssd.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -p -r1.23 -r1.24
--- sssd.spec	13 Oct 2009 20:25:50 -0000	1.23
+++ sssd.spec	15 Oct 2009 13:26:44 -0000	1.24
@@ -3,7 +3,7 @@
 
 Name: sssd
 Version: 0.6.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 Group: Applications/System
 Summary: System Security Services Daemon
 
@@ -163,6 +163,7 @@ rm -rf $RPM_BUILD_ROOT
 %{?fedora:%{python_sitelib}/*.egg-info}
 
 %files client
+%defattr(-,root,root,-)
 /%{_lib}/libnss_sss.so.2
 /%{_lib}/security/pam_sss.so
 %{_mandir}/man8/pam_sss.8*
@@ -188,6 +189,9 @@ if [ $1 -ge 1 ] ; then
 fi
 
 %changelog
+* Thu Oct 15 2009 Stephen Gallagher <sgallagh at redhat.com> - 0.6.1-2
+- Fix missing file permissions for sssd-clients
+
 * Tue Oct 13 2009 Stephen Gallagher <sgallagh at redhat.com> - 0.6.1-1
 - Add SSSDConfig API
 - Update polish translation for 0.6.0




More information about the fedora-extras-commits mailing list