From 248733ab83508733fddb42b7d7d1401236de9c21 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Sep 16 2010 17:25:49 +0000 Subject: - netgroups are now supported by sssd - updated translations from Transifex --- diff --git a/.gitignore b/.gitignore index 9ae868f..7e8e139 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ authconfig-6.1.7.tar.bz2 authconfig-6.1.8.tar.bz2 /authconfig-6.1.9.tar.bz2 +/authconfig-6.1.10.tar.bz2 diff --git a/authconfig-6.1.9-netgroups.patch b/authconfig-6.1.9-netgroups.patch deleted file mode 100644 index 7a34366..0000000 --- a/authconfig-6.1.9-netgroups.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff -up authconfig-6.1.9/authinfo.py.netgroups authconfig-6.1.9/authinfo.py ---- authconfig-6.1.9/authinfo.py.netgroups 2010-09-15 15:05:08.000000000 +0200 -+++ authconfig-6.1.9/authinfo.py 2010-09-16 13:55:37.000000000 +0200 -@@ -3080,6 +3080,8 @@ class AuthInfo: - if self.enableDBbind: - normal += " dbbind" - -+ netgroup = normal -+ - # Generate the list for users and groups. The same as most other - # services, just use "compat" instead of "files" if "compat" is - # enabled. -@@ -3142,7 +3144,7 @@ class AuthInfo: - elif matchLine(ls, "netgroup:"): - if not wrotenetgroup: - output += "netgroup: " -- output += normal -+ output += netgroup - output += "\n" - wrotenetgroup = True - # If it's a 'automount' line, insert ours instead. diff --git a/authconfig.spec b/authconfig.spec index 0227c82..f49a0fd 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.1.9 -Release: 2%{?dist} +Version: 6.1.10 +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.1.9-netgroups.patch Requires: newt-python, pam >= 0.99.10.0, python Conflicts: pam_krb5 < 1.49, samba-common < 3.0, samba-client < 3.0 Conflicts: nss_ldap < 254, sssd < 0.99.1 @@ -35,7 +34,6 @@ authentication schemes. %prep %setup -q -n %{name}-%{version} -%patch1 -p1 -b .netgroups %build CFLAGS="$RPM_OPT_FLAGS -fPIC"; export CFLAGS @@ -112,8 +110,9 @@ authconfig --update --nostart >/dev/null 2>&1 || : %{_datadir}/icons/hicolor/48x48/apps/system-config-authentication.* %changelog -* Thu Sep 17 2010 Tomas Mraz - 6.1.9-2 +* Thu Sep 17 2010 Tomas Mraz - 6.1.10-1 - netgroups are now supported by sssd +- updated translations from Transifex * Tue Sep 15 2010 Tomas Mraz - 6.1.9-1 - removed support for setting up pam_smb_auth authentication - long diff --git a/sources b/sources index 05d46c7..b41a460 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d480c73e8bded5f266c32e52a9a3ac3e authconfig-6.1.9.tar.bz2 +78ed79b137037b9bc772578ee1689f97 authconfig-6.1.10.tar.bz2