rpms/sssd/EL-5 .cvsignore, 1.24, 1.25 sources, 1.25, 1.26 sssd.spec, 1.41, 1.42 0001-Fix-broken-build-against-older-versions-of-OpenLDAP.patch, 1.1, NONE

Stephen Gallagher sgallagh at fedoraproject.org
Fri Jun 25 11:38:33 UTC 2010


Author: sgallagh

Update of /cvs/pkgs/rpms/sssd/EL-5
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv11915

Modified Files:
	.cvsignore sources sssd.spec 
Removed Files:
	0001-Fix-broken-build-against-older-versions-of-OpenLDAP.patch 
Log Message:
* Mon Jun 21 2010 Stephen Gallagher <sgallagh at redhat.com> - 1.2.1-16
- 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/EL-5/.cvsignore,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- .cvsignore	6 Jun 2010 17:52:06 -0000	1.24
+++ .cvsignore	25 Jun 2010 11:38:33 -0000	1.25
@@ -1 +1 @@
-sssd-1.2.0.tar.gz
+sssd-1.2.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/sssd/EL-5/sources,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -p -r1.25 -r1.26
--- sources	6 Jun 2010 17:52:06 -0000	1.25
+++ sources	25 Jun 2010 11:38:33 -0000	1.26
@@ -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/EL-5/sssd.spec,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -p -r1.41 -r1.42
--- sssd.spec	6 Jun 2010 17:57:19 -0000	1.41
+++ sssd.spec	25 Jun 2010 11:38:33 -0000	1.42
@@ -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: 13%{?dist}
+Release: 16%{?dist}
 Group: Applications/System
 Summary: System Security Services Daemon
 License: GPLv3+
@@ -15,14 +15,13 @@ 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 ###
-Patch0001: 0001-Fix-broken-build-against-older-versions-of-OpenLDAP.patch
 
 ### Dependencies ###
 
@@ -38,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 ###
 
@@ -455,6 +454,16 @@ fi
 %postun -n libref_array -p /sbin/ldconfig
 
 %changelog
+* Mon Jun 21 2010 Stephen Gallagher <sgallagh at redhat.com> - 1.2.1-16
+- 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
+
 * Sun Jun 06 2010 Stephen Gallagher <sgallagh at redhat.com> - 1.2.0-13
 - Retag to account for missing patch file.
 


--- 0001-Fix-broken-build-against-older-versions-of-OpenLDAP.patch DELETED ---



More information about the scm-commits mailing list