[authconfig] fix typo enableNis

Tomáš Mráz tmraz at fedoraproject.org
Mon Jan 20 17:17:17 UTC 2014


commit ecf3b5da1e1372f86e305027a913f3ab8d05b791
Author: Tomas Mraz <tmraz at fedoraproject.org>
Date:   Mon Jan 20 18:17:31 2014 +0100

    fix typo enableNis

 authconfig-6.2.8-norestart.patch |    2 +-
 authconfig.spec                  |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
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 <tmraz at redhat.com> - 6.2.8-5
+- fix typo enableNis
+
 * Fri Jan 17 2014 Tomáš Mráz <tmraz at redhat.com> - 6.2.8-4
 - avoid traceback when switching LDAP off in GUI
 - restart only services with changed configuration


More information about the scm-commits mailing list