rpms/sssd/devel .cvsignore, 1.6, 1.7 sources, 1.6, 1.7 sssd.spec, 1.10, 1.11 0001-Add-reconnection-code-between-the-NSS-responder-and.patch, 1.1, NONE 0002-Replace-the-example-sssd.conf-file-with-the-one-used.patch, 1.1, NONE 0003-Make-reconnection-to-the-Data-Provider-a-global-sett.patch, 1.1, NONE 0004-Add-common-function-to-retrieve-comma-sep.-lists.patch, 1.1, NONE 0005-Fixing-memory-issues-in-ini-and-collection.patch, 1.1, NONE

Jakub Hrozek jhrozek at fedoraproject.org
Mon Apr 20 18:17:49 UTC 2009


Author: jhrozek

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

Modified Files:
	.cvsignore sources sssd.spec 
Removed Files:
	0001-Add-reconnection-code-between-the-NSS-responder-and.patch 
	0002-Replace-the-example-sssd.conf-file-with-the-one-used.patch 
	0003-Make-reconnection-to-the-Data-Provider-a-global-sett.patch 
	0004-Add-common-function-to-retrieve-comma-sep.-lists.patch 
	0005-Fixing-memory-issues-in-ini-and-collection.patch 
Log Message:
Update to 0.3.2


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/sssd/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	13 Apr 2009 22:37:11 -0000	1.6
+++ .cvsignore	20 Apr 2009 18:17:19 -0000	1.7
@@ -1 +1 @@
-sssd-0.3.1.tar.gz
+sssd-0.3.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/sssd/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	13 Apr 2009 22:37:11 -0000	1.6
+++ sources	20 Apr 2009 18:17:19 -0000	1.7
@@ -1 +1 @@
-c46bcc028e10c7da3fd0057a038a023f  sssd-0.3.1.tar.gz
+3bfe3145c3ea71fb35d82bae5f7adc47  sssd-0.3.2.tar.gz


Index: sssd.spec
===================================================================
RCS file: /cvs/extras/rpms/sssd/devel/sssd.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sssd.spec	14 Apr 2009 21:53:40 -0000	1.10
+++ sssd.spec	20 Apr 2009 18:17:19 -0000	1.11
@@ -1,6 +1,6 @@
 Name: sssd
-Version: 0.3.1
-Release: 2%{?dist}
+Version: 0.3.2
+Release: 1%{?dist}
 Group: Applications/System
 Summary: System Security Services Daemon
 
@@ -13,11 +13,6 @@
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 ### Patches ###
-Patch101: 0001-Add-reconnection-code-between-the-NSS-responder-and.patch
-Patch102: 0002-Replace-the-example-sssd.conf-file-with-the-one-used.patch
-Patch103: 0003-Make-reconnection-to-the-Data-Provider-a-global-sett.patch
-Patch104: 0004-Add-common-function-to-retrieve-comma-sep.-lists.patch
-Patch105: 0005-Fixing-memory-issues-in-ini-and-collection.patch
 
 ### Dependencies ###
 
@@ -56,11 +51,6 @@
 %prep
 %setup -q
 
-%patch101 -p1 -b .reconnect
-%patch102 -p1 -b .examples
-%patch103 -p1 -b .global_reconnect_option
-%patch104 -p1 -b .fix_filters
-%patch105 -p1 -b .fix_mem_issues
 
 %build
 
@@ -104,7 +94,7 @@
 make install DESTDIR=$RPM_BUILD_ROOT
 popd
 
-install -m700 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/sssd/sssd.conf
+install -m600 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/sssd/sssd.conf
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -149,6 +139,11 @@
 fi
 
 %changelog
+* Mon Apr 20 2009 Jakub Hrozek <jhrozek at redhat.com> - 0.3.2-1
+- bugfix release 0.3.2
+- includes previous release patches
+- change permissions of the /etc/sssd/sssd.conf to 0600
+
 * Tue Apr 14 2009 Simo Sorce <ssorce at redhat.com> - 0.3.1-2
 - Add last minute bug fixes, found in testing the package
 


--- 0001-Add-reconnection-code-between-the-NSS-responder-and.patch DELETED ---


--- 0002-Replace-the-example-sssd.conf-file-with-the-one-used.patch DELETED ---


--- 0003-Make-reconnection-to-the-Data-Provider-a-global-sett.patch DELETED ---


--- 0004-Add-common-function-to-retrieve-comma-sep.-lists.patch DELETED ---


--- 0005-Fixing-memory-issues-in-ini-and-collection.patch DELETED ---




More information about the scm-commits mailing list