[authconfig/f19] revert use_first_pass addition to pam_sss in password stack (#953116)

Tomáš Mráz tmraz at fedoraproject.org
Fri Apr 19 11:29:45 UTC 2013


commit 89a895f0f0cd70e1728677392ea5b7e1e2d41016
Author: Tomas Mraz <tmraz at fedoraproject.org>
Date:   Fri Apr 19 13:29:41 2013 +0200

    revert use_first_pass addition to pam_sss in password stack (#953116)

 authconfig-6.2.6-use-first-pass-revert.patch |   11 +++++++++++
 authconfig.spec                              |    7 ++++++-
 2 files changed, 17 insertions(+), 1 deletions(-)
---
diff --git a/authconfig-6.2.6-use-first-pass-revert.patch b/authconfig-6.2.6-use-first-pass-revert.patch
new file mode 100644
index 0000000..d3334d7
--- /dev/null
+++ b/authconfig-6.2.6-use-first-pass-revert.patch
@@ -0,0 +1,11 @@
+diff -up authconfig-6.2.6/authinfo.py.revert authconfig-6.2.6/authinfo.py
+--- authconfig-6.2.6/authinfo.py.revert	2013-03-28 21:17:55.000000000 +0100
++++ authconfig-6.2.6/authinfo.py	2013-04-19 13:26:41.289403649 +0200
+@@ -391,7 +391,6 @@ argv_sss_auth = [
+ ]
+ 
+ argv_sss_password = [
+-	"use_first_pass",
+ 	"use_authtok"
+ ]
+ 
diff --git a/authconfig.spec b/authconfig.spec
index e178d3e..e728051 100644
--- a/authconfig.spec
+++ b/authconfig.spec
@@ -1,12 +1,13 @@
 Summary: Command line tool for setting up authentication from network services
 Name: authconfig
 Version: 6.2.6
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+
 ExclusiveOS: Linux
 Group: System Environment/Base
 URL: https://fedorahosted.org/authconfig
 Source: https://fedorahosted.org/releases/a/u/%{name}/%{name}-%{version}.tar.bz2
+Patch1: authconfig-6.2.6-use-first-pass-revert.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
@@ -35,6 +36,7 @@ authentication schemes.
 
 %prep
 %setup -q -n %{name}-%{version}
+%patch1 -p1 -b .revert
 
 %build
 %configure
@@ -117,6 +119,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/icons/hicolor/256x256/apps/system-config-authentication.*
 
 %changelog
+* Fri Apr 19 2013 Tomáš Mráz <tmraz at redhat.com> - 6.2.6-2
+- revert use_first_pass addition to pam_sss in password stack (#953116)
+
 * Thu Mar 28 2013 Tomáš Mráz <tmraz at redhat.com> - 6.2.6-1
 - add use_first_pass to pam_sss in password stack
 - more robust initialization of sssdConfig


More information about the scm-commits mailing list