Skip to content

Commit

Permalink
Merge pull request #5785 from M4rtinK/rhel-10-use_RHEL10_vnc_kickstar…
Browse files Browse the repository at this point in the history
…t_command

Use the RHEL 10 version of the vnc kickstart command
  • Loading branch information
M4rtinK authored Aug 15, 2024
2 parents 596389e + 924534b commit 97e032a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion anaconda.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Source0: https://github.com/rhinstaller/%{name}/releases/download/%{name}-%{vers
%define libreportanacondaver 2.0.21-1
%define mehver 0.23-1
%define nmver 1.0
%define pykickstartver 3.52.4-1
%define pykickstartver 3.52.5-1
%define pypartedver 2.5-2
%define pythonblivetver 1:3.9.0-1
%define rpmver 4.15.0
Expand Down
2 changes: 1 addition & 1 deletion pyanaconda/core/kickstart/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
from pykickstart.commands.updates import F34_Updates as Updates
from pykickstart.commands.url import F30_Url as Url
from pykickstart.commands.user import F24_User as User
from pykickstart.commands.vnc import F9_Vnc as Vnc
from pykickstart.commands.vnc import RHEL10_Vnc as Vnc
from pykickstart.commands.volgroup import RHEL10_VolGroup as VolGroup
from pykickstart.commands.xconfig import F14_XConfig as XConfig
from pykickstart.commands.zerombr import F9_ZeroMbr as ZeroMbr
Expand Down

0 comments on commit 97e032a

Please sign in to comment.