rpms/sssd/devel .cvsignore, 1.14, 1.15 sources, 1.15, 1.16 sssd.spec, 1.28, 1.29

Stephen Gallagher sgallagh at fedoraproject.org
Fri Dec 11 14:16:51 UTC 2009


Author: sgallagh

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

Modified Files:
	.cvsignore sources sssd.spec 
Log Message:
David O'Brien (1):
 * Copy-edit sssd-ipa man page

Dmitri Pal (5):
 * COMMON Improvements to the trace macro
 * COLLECTION Create reference to the top level collection
 * COLLECTION: Cleaning FIXME comments
 * INI: Cleaning FIXME comments.
 * INI Correcting build warnings.

Fabian Affolter (1):
 * Add German translation

Göran Uddeborg (2):
 * Add Swedish translation for sss_client
 * Add Swedish translation for SSSD server

Jakub Hrozek (13):
 * Warn visibly about permission problems with the config file
 * Better error message when there is no local domain configured
 * Setup ldap child logging from IPA backend
 * Check the services started against a list of known services
 * Handle spaces in config parser
 * Fail on nonexistent input file
 * Do not start with provider=files
 * Reduce code duplication between LDAP child and Kerberos child
 * Change ares usage to be c-ares 1.7.0 compatible
 * Import ares 1.7.0 helpers
 * Don't build the SRV and TXT parsing code except for tests
 * Document the failover feature in manpages
 * Consolidate code for splitting strings by separator

Martin Nagy (3):
 * Fix egg-info file generation in the spec file
 * Add some debugging statements to fail_over and resolver
 * Correctly restart server status after the timeout

Simo Sorce (17):
 * Fix tabs
 * Fix memberof plugin
 * Compute and save memberuid in cache as well
 * Use memberuid and not member in group enumerations
 * Use the custom password field in groups too.
 * Resolve nested groups also when rfc2307bis is used
 * Make strdn build functions more available
 * Fix nested group memberships
 * Allow nesting to fix #310
 * Fix bug #311, properly set callback attribute
 * Change dhash API to be talloc-friendly
 * dhash: Add private pointer for delete callback
 * Add comments to document latest changes
 * Add rebuild task to memberof plugin
 * Handle the special 02 upgrade case for 04->05
 * Fix for #316
 * Fix for #322, update from old database versions.

Stephen Gallagher (28):
 * Remove ELAPI from build and tarball
 * Stop configuring ELAPI
 * Make debug log timestamps human-readable
 * Raise debug log level for LDB_DEBUG_WARNING
 * Add allocation error check
 * Avoid returning uninitialized result.
 * Fix potential uninitialized value errors in nsssrv_cmd.c
 * Fix potential uninitialized value error in responder_dp.c
 * SSSDDomain.remove_provider() requires only the provider type
 * Make SSSDDomain.remove_provider() remove configured options
 * Run dhash tests
 * Add SSSDDomain.set_name() function to SSSDConfig API
 * Reduce the verbosity of the SSSDConfigTest
 * Fix broken SSSDChangeConf.set() function
 * Fix SSSDConfig API bugs around [de-]activation of domains
 * Fix RPM spec for RHEL6
 * SSSDConfig API: fix deactivate_domain()
 * SSSDConfig.get_domain() should properly detect active state
 * Ensure that list_active_domains returns the real value
 * Properly deny id_provider=files
 * Add missing options to sssd-ipa configuraion
 * Add missing SSSDConfig file for IPA for make install
 * Fix processing of Boolean values in SSSDConfig
 * Add 'permit' and 'deny' access providers to SSSDConfig API
 * Remove default for ldap_use_start_tls in IPA providers
 * Run SSSDConfig tests during 'make check'
 * Fix stupid copy-paste error
 * Updating to version 0.99.1

Sumit Bose (13):
 * Do not include libsss_ipa.la in rpm package
 * Immediately return a krb5 change password request when offline
 * Check LDAP structure before calling ldap_unbind_ext()
 * Add sysdb_search_custom request
 * Do not treat missing proc files as errors.
 * Add basic OS detection
 * Make packaging of *.egg-info files more flexible
 * Try to renew Kerberos credentials
 * Add checks to test the memberuid handling
 * Add offline support for ipa_access
 * Add dummy credentials to an empty ccache file
 * Always update sysdb to the latest version
 * Fix DEBUG message for sysdb_init

beckerde (1):
 * Add Spanish translation

ruigo (1):
 * Add Portuguese translation



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/sssd/devel/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- .cvsignore	30 Nov 2009 15:39:15 -0000	1.14
+++ .cvsignore	11 Dec 2009 14:16:51 -0000	1.15
@@ -1 +1 @@
-sssd-0.99.0.tar.gz
+sssd-0.99.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/sssd/devel/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- sources	30 Nov 2009 15:39:15 -0000	1.15
+++ sources	11 Dec 2009 14:16:51 -0000	1.16
@@ -1 +1 @@
-c3209c97adb1d8dcbd6d5fd1f3562116  sssd-0.99.0.tar.gz
+00468f7fe1b75e53cc3c1027f2a92902  sssd-0.99.1.tar.gz


Index: sssd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sssd/devel/sssd.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -p -r1.28 -r1.29
--- sssd.spec	30 Nov 2009 15:39:15 -0000	1.28
+++ sssd.spec	11 Dec 2009 14:16:51 -0000	1.29
@@ -2,7 +2,7 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import *; import sys; sys.stdout.write(get_python_lib())")}
 
 Name: sssd
-Version: 0.99.0
+Version: 0.99.1
 Release: 1%{?dist}
 Group: Applications/System
 Summary: System Security Services Daemon
@@ -37,7 +37,12 @@ BuildRequires: automake
 BuildRequires: libtool
 BuildRequires: m4
 %{?fedora:BuildRequires: popt-devel}
-%{?rhel:BuildRequires: popt}
+%if 0%{?rhel} <= 5
+BuildRequires: popt
+%endif
+%if 0%{?rhel} >= 6
+BuildRequires: popt-devel
+%endif
 BuildRequires: libtalloc-devel
 BuildRequires: libtevent-devel
 BuildRequires: libtdb-devel
@@ -120,6 +125,10 @@ then
     # Older versions of rpmbuild can only handle one -f option
     echo %{_libdir}/krb5/plugins/libkrb5/sssd_krb5_locator_plugin.so >> sss_daemon.lang
 fi
+for file in `ls $RPM_BUILD_ROOT/%{python_sitelib}/*.egg-info 2> /dev/null`
+do
+    echo %{python_sitelib}/`basename $file` >> sss_daemon.lang
+done
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -163,7 +172,6 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man8/sssd_krb5_locator_plugin.8*
 %{python_sitearch}/pysss.so
 %{python_sitelib}/*.py*
-%{?fedora:%{python_sitelib}/*.egg-info}
 
 
 %files client -f sss_client.lang
@@ -197,6 +205,9 @@ fi
 %postun client -p /sbin/ldconfig
 
 %changelog
+* Fri Dec 11 2009 Stephen Gallagher <sgallagh at redhat.com> - 0.99.1-1
+- New upstream bugfix release 0.99.1
+
 * Mon Nov 30 2009 Stephen Gallagher <sgallagh at redhat.com> - 0.99.0-1
 - New upstream release 0.99.0
 




More information about the fedora-extras-commits mailing list