rpms/sssd/F-12 .cvsignore, 1.26, 1.27 sources, 1.27, 1.28 sssd.spec, 1.42, 1.43

Stephen Gallagher sgallagh at fedoraproject.org
Mon Jun 21 11:45:34 UTC 2010


Author: sgallagh

Update of /cvs/pkgs/rpms/sssd/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv14103

Modified Files:
	.cvsignore sources sssd.spec 
Log Message:
* Mon Jun 21 2010 Stephen Gallagher <sgallagh at redhat.com> - 1.2.1-15
- New stable upstream version 1.2.1
- Resolves: rhbz#595529 - spec file should eschew %define in favor of
-                         %global
- Resolves: rhbz#593644 - Empty list of simple_allow_users causes sssd service
-                         to fail while restart.
- Resolves: rhbz#599026 - Makefile typo causes SSSD not to use the kernel
-                         keyring
- Resolves: rhbz#599724 - sssd is broken on Rawhide



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/sssd/F-12/.cvsignore,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -p -r1.26 -r1.27
--- .cvsignore	31 May 2010 18:22:08 -0000	1.26
+++ .cvsignore	21 Jun 2010 11:45:33 -0000	1.27
@@ -1 +1 @@
-sssd-1.2.0.tar.gz
+sssd-1.2.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/sssd/F-12/sources,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -p -r1.27 -r1.28
--- sources	31 May 2010 18:22:08 -0000	1.27
+++ sources	21 Jun 2010 11:45:34 -0000	1.28
@@ -1 +1 @@
-5b14a5ed5d57085303b4732ef1ff41e5  sssd-1.2.0.tar.gz
+6be107f576a40f808053f7196e6b33c0  sssd-1.2.1.tar.gz


Index: sssd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sssd/F-12/sssd.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -p -r1.42 -r1.43
--- sssd.spec	31 May 2010 18:22:08 -0000	1.42
+++ sssd.spec	21 Jun 2010 11:45:34 -0000	1.43
@@ -4,10 +4,10 @@
 %endif
 
 Name: sssd
-Version: 1.2.0
+Version: 1.2.1
 #Never reset the Release, always increment it
 #Otherwise we can have issues if library versions do not change
-Release: 11%{?dist}
+Release: 15%{?dist}
 Group: Applications/System
 Summary: System Security Services Daemon
 License: GPLv3+
@@ -15,11 +15,11 @@ URL: http://fedorahosted.org/sssd/
 Source0: https://fedorahosted.org/released/sssd/%{name}-%{version}.tar.gz
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
-%define dhash_version 0.4.0
-%define path_utils_version 0.2.0
-%define collection_version 0.4.0
-%define ini_config_version 0.5.0
-%define refarray_version 0.1.0
+%global dhash_version 0.4.0
+%global path_utils_version 0.2.0
+%global collection_version 0.4.0
+%global ini_config_version 0.5.0
+%global refarray_version 0.1.0
 
 ### Patches ###
 
@@ -37,11 +37,11 @@ Requires(post): python
 Requires(preun):  initscripts chkconfig
 Requires(postun): /sbin/service
 
-%define servicename sssd
-%define sssdstatedir %{_localstatedir}/lib/sss
-%define dbpath %{sssdstatedir}/db
-%define pipepath %{sssdstatedir}/pipes
-%define pubconfpath %{sssdstatedir}/pubconf
+%global servicename sssd
+%global sssdstatedir %{_localstatedir}/lib/sss
+%global dbpath %{sssdstatedir}/db
+%global pipepath %{sssdstatedir}/pipes
+%global pubconfpath %{sssdstatedir}/pubconf
 
 ### Build Dependencies ###
 
@@ -453,9 +453,33 @@ fi
 %postun -n libref_array -p /sbin/ldconfig
 
 %changelog
+* Mon Jun 21 2010 Stephen Gallagher <sgallagh at redhat.com> - 1.2.1-15
+- New stable upstream version 1.2.1
+- Resolves: rhbz#595529 - spec file should eschew %%define in favor of
+-                         %%global
+- Resolves: rhbz#593644 - Empty list of simple_allow_users causes sssd service
+-                         to fail while restart.
+- Resolves: rhbz#599026 - Makefile typo causes SSSD not to use the kernel
+-                         keyring
+- Resolves: rhbz#599724 - sssd is broken on Rawhide
+
+* Thu Jun 17 2010 Stephen Gallagher <sgallagh at redhat.com> - 1.2.1-13
+- Eliminate tight loop when reconnecting to LDAP - rhbz#604961
+
+* Mon May 24 2010 Stephen Gallagher <sgallagh at redhat.com> - 1.2.0-12
+- Support ServiceGroups for FreeIPA v2 HBAC rules
+- Fix long-standing issue with auth_provider = proxy
+- Better logging for TLS issues in LDAP
+
 * Mon May 13 2010 Simo Sorce <ssorce at redhat.com> - 1.2.0-11
 - Release new upstream version 1.2.0
 
+* Tue May 18 2010 Stephen Gallagher <sgallagh at redhat.com> - 1.1.92-11
+- New LDAP access provider allows for filtering user access by LDAP attribute
+- Reduced default timeout for detecting offline status with LDAP
+- GSSAPI ticket lifetime made configurable
+- Better offline->online transition support in Kerberos
+
 * Fri May 07 2010 Stephen Gallagher <sgallagh at redhat.com> - 1.1.91-10
 - Release new upstream version 1.1.91
 - Enhancements when using SSSD with FreeIPA v2



More information about the scm-commits mailing list