From ecf3b5da1e1372f86e305027a913f3ab8d05b791 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Jan 20 2014 17:17:31 +0000 Subject: fix typo enableNis --- diff --git a/authconfig-6.2.8-norestart.patch b/authconfig-6.2.8-norestart.patch index f49b8d9..b4adba3 100644 --- a/authconfig-6.2.8-norestart.patch +++ b/authconfig-6.2.8-norestart.patch @@ -246,7 +246,7 @@ diff -up authconfig-6.2.8/authinfo.py.norestart authconfig-6.2.8/authinfo.py + pass + return True + def toggleNisService(self, nostart): -+ if self.enableNis and self.nisDomain: ++ if self.enableNIS and self.nisDomain: + if not nostart: + os.system("/bin/domainname " + self.nisDomain) + try: diff --git a/authconfig.spec b/authconfig.spec index 9b5c353..6a237c7 100644 --- a/authconfig.spec +++ b/authconfig.spec @@ -1,7 +1,7 @@ Summary: Command line tool for setting up authentication from network services Name: authconfig Version: 6.2.8 -Release: 4%{?dist} +Release: 5%{?dist} License: GPLv2+ ExclusiveOS: Linux Group: System Environment/Base @@ -129,6 +129,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_datadir}/icons/hicolor/256x256/apps/system-config-authentication.* %changelog +* Mon Jan 20 2014 Tomáš Mráz - 6.2.8-5 +- fix typo enableNis + * Fri Jan 17 2014 Tomáš Mráz - 6.2.8-4 - avoid traceback when switching LDAP off in GUI - restart only services with changed configuration