[PATCH rhel7-branch] Fix the User subclass using an old version of the pykickstart superclass.

Chris Lumens clumens at redhat.com
Mon Aug 4 20:35:40 UTC 2014


Resolves: rhbz#1083928
---
 pyanaconda/kickstart.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyanaconda/kickstart.py b/pyanaconda/kickstart.py
index 0c7e970..9118854 100644
--- a/pyanaconda/kickstart.py
+++ b/pyanaconda/kickstart.py
@@ -1420,7 +1420,7 @@ class Timezone(commands.timezone.F18_Timezone):
             except ntp.NTPconfigError as ntperr:
                 log.warning("Failed to save NTP configuration: %s" % ntperr)
 
-class User(commands.user.F12_User):
+class User(commands.user.F19_User):
     def execute(self, storage, ksdata, instClass, users):
         algo = getPassAlgo(ksdata.authconfig.authconfig)
 
-- 
1.9.3



More information about the anaconda-patches mailing list