[authconfig] New upstream release.

Tomáš Mráz tmraz at fedoraproject.org
Wed Dec 5 16:51:04 UTC 2012


commit 7a9a45867ce82364faf257a222307a5359144e67
Author: Tomas Mraz <tmraz at fedoraproject.org>
Date:   Wed Dec 5 17:50:59 2012 +0100

    New upstream release.
    
    - fix missing cache_credentials option when saving sssd.conf
    - do not try to start/restart sssd with incomplete default domain
    - add autofs to sssd.conf activated services
    - add pam_winbind to session pam modules

 .gitignore                        |    1 +
 authconfig-6.2.4-cachecreds.patch |   50 -------------------------------------
 authconfig.spec                   |   11 ++++---
 sources                           |    2 +-
 4 files changed, 8 insertions(+), 56 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 007d90b..01f01ca 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@ authconfig-6.1.8.tar.bz2
 /authconfig-6.2.2.tar.bz2
 /authconfig-6.2.3.tar.bz2
 /authconfig-6.2.4.tar.bz2
+/authconfig-6.2.5.tar.bz2
diff --git a/authconfig.spec b/authconfig.spec
index b0bbdb4..aa7eeba 100644
--- a/authconfig.spec
+++ b/authconfig.spec
@@ -1,14 +1,13 @@
 Summary: Command line tool for setting up authentication from network services
 Name: authconfig
-Version: 6.2.4
-Release: 2%{?dist}
+Version: 6.2.5
+Release: 1%{?dist}
 License: GPLv2+
 ExclusiveOS: Linux
 Group: System Environment/Base
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 URL: https://fedorahosted.org/authconfig
 Source: https://fedorahosted.org/releases/a/u/%{name}/%{name}-%{version}.tar.bz2
-Patch1: authconfig-6.2.4-cachecreds.patch
 Requires: newt-python, pam >= 0.99.10.0, python, libpwquality > 0.9
 Conflicts: pam_krb5 < 1.49, samba-common < 3.0, samba-client < 3.0
 Conflicts: nss_ldap < 254, sssd < 0.99.1
@@ -37,7 +36,6 @@ authentication schemes.
 
 %prep
 %setup -q -n %{name}-%{version}
-%patch1 -p 1 -b .cachecreds
 
 %build
 %configure
@@ -127,8 +125,11 @@ authconfig --update --nostart >/dev/null 2>&1 || :
 %{_datadir}/icons/hicolor/256x256/apps/system-config-authentication.*
 
 %changelog
-* Mon Oct  1 2012 Tomas Mraz <tmraz at redhat.com> - 6.2.4-2
+* Wed Dec  5 2012 Tomas Mraz <tmraz at redhat.com> - 6.2.5-1
 - fix missing cache_credentials option when saving sssd.conf
+- do not try to start/restart sssd with incomplete default domain
+- add autofs to sssd.conf activated services
+- add pam_winbind to session pam modules
 
 * Tue Sep 25 2012 Tomas Mraz <tmraz at redhat.com> - 6.2.4-1
 - backup also passwd and friends when toggling enableshadow (#853074)
diff --git a/sources b/sources
index ec15c79..9b0184b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-65bff117005bfdad75ef145b8f9ad933  authconfig-6.2.4.tar.bz2
+2cb7da0c41cb8e418dddb8e0e1de6003  authconfig-6.2.5.tar.bz2


More information about the scm-commits mailing list