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

Brian C. Lane bcl at redhat.com
Mon Aug 4 21:58:46 UTC 2014


On Mon, Aug 04, 2014 at 04:35:40PM -0400, Chris Lumens wrote:
> 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

Ack.

-- 
Brian C. Lane | Anaconda Team | IRC: bcl #anaconda | Port Orchard, WA (PST8PDT)


More information about the anaconda-patches mailing list