rpms/sssd/F-11 .cvsignore, 1.12, 1.13 sources, 1.12, 1.13 sssd.spec, 1.24, 1.25 0001-Fix-migration-script-for-pre-0.5-local-domains.patch, 1.1, NONE

Stephen Gallagher sgallagh at fedoraproject.org
Tue Oct 27 20:00:58 UTC 2009


Author: sgallagh

Update of /cvs/pkgs/rpms/sssd/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17975

Modified Files:
	.cvsignore sources sssd.spec 
Removed Files:
	0001-Fix-migration-script-for-pre-0.5-local-domains.patch 
Log Message:
New upstream release

Fix segfaults and upgrade issues.
Provide newer default configuration.




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/sssd/F-11/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- .cvsignore	23 Oct 2009 20:03:33 -0000	1.12
+++ .cvsignore	27 Oct 2009 20:00:56 -0000	1.13
@@ -1 +1 @@
-sssd-0.7.0.tar.gz
+sssd-0.7.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/sssd/F-11/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- sources	23 Oct 2009 20:03:33 -0000	1.12
+++ sources	27 Oct 2009 20:00:57 -0000	1.13
@@ -1 +1 @@
-403945c70c902302e5d8babecb24b096  sssd-0.7.0.tar.gz
+827ef46d27c54ce790d329a6b1b82586  sssd-0.7.1.tar.gz


Index: sssd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sssd/F-11/sssd.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- sssd.spec	26 Oct 2009 13:43:50 -0000	1.24
+++ sssd.spec	27 Oct 2009 20:00:57 -0000	1.25
@@ -2,26 +2,23 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import *; import sys; sys.stdout.write(get_python_lib())")}
 
 Name: sssd
-Version: 0.7.0
-Release: 2%{?dist}
+Version: 0.7.1
+Release: 1%{?dist}
 Group: Applications/System
 Summary: System Security Services Daemon
 # The entire source code is GPLv3+ except replace/ which is LGPLv3+
 License: GPLv3+ and LGPLv3+
 URL: http://fedorahosted.org/sssd
 Source: https://fedorahosted.org/released/sssd/sssd-%{version}.tar.gz
-Source1: sssd.conf.default
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 ### Patches ###
 
-Patch1: 0001-Fix-migration-script-for-pre-0.5-local-domains.patch
-
 ### Dependencies ###
 
 Requires: libldb >= 0.9.3
 Requires: libtdb >= 1.1.3
-Requires: sssd-client = 0.7.0
+Requires: sssd-client = 0.7.1
 Requires(post): python
 Requires(preun):  initscripts chkconfig
 Requires(postun): /sbin/service
@@ -75,8 +72,6 @@ service.
 %prep
 %setup -q
 
-%patch1 -p1 -b .upgrade_fixes
-
 %build
 %configure \
     --without-tests \
@@ -97,7 +92,7 @@ make install DESTDIR=$RPM_BUILD_ROOT
 /usr/lib/rpm/find-lang.sh $RPM_BUILD_ROOT sss_client
 
 mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/sssd
-install -m600 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/sssd/sssd.conf
+install -m600 server/examples/sssd.conf $RPM_BUILD_ROOT%{_sysconfdir}/sssd/sssd.conf
 
 install -m400 server/config/etc/sssd.api.conf $RPM_BUILD_ROOT%{_sysconfdir}/sssd/sssd.api.conf
 install -m400 server/config/etc/sssd.api.d/* $RPM_BUILD_ROOT%{_sysconfdir}/sssd/sssd.api.d/
@@ -194,6 +189,11 @@ fi
 %postun client -p /sbin/ldconfig
 
 %changelog
+* Tue Oct 27 2009 Stephen Gallagher <sgallagh at redhat.com> - 0.7.1-1
+- Fix segfault in sssd_pam when cache_credentials was enabled
+- Update the sample configuration
+- Fix upgrade issues caused by data provider service removal
+
 * Mon Oct 26 2009 Stephen Gallagher <sgallagh at redhat.com> - 0.7.0-2
 - Fix upgrade issues from old (pre-0.5.0) releases of SSSD
 


--- 0001-Fix-migration-script-for-pre-0.5-local-domains.patch DELETED ---




More information about the fedora-extras-commits mailing list