Skip to content

Commit

Permalink
Merge pull request #5713 from marusak/rhel10-depre-modualrity
Browse files Browse the repository at this point in the history
Deprecate kickstart modularity module
  • Loading branch information
marusak committed Jul 22, 2024
2 parents 3028109 + 31e78fe commit ac6a2f3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions docs/release-notes/deprecate-modularity.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
:Type: Kickstart
:Summary: Deprecate RPM modularity module

:Description:
Based on the DNF team recommendation we decided to deprecate RPM modularity
feature in Anaconda. This is only a deprecation not removal but we will
reevaluate in future Fedora based on decisions from the DNF team.

:Links:
- https://issues.redhat.com/browse/RHELBU-2699
- https://issues.redhat.com/browse/INSTALLER-3909
- https://github.com/pykickstart/pykickstart/pull/487
2 changes: 1 addition & 1 deletion pyanaconda/core/kickstart/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
from pykickstart.commands.clearpart import F28_ClearPart as ClearPart
from pykickstart.commands.displaymode import F26_DisplayMode as DisplayMode
from pykickstart.commands.driverdisk import F14_DriverDisk as DriverDisk
from pykickstart.commands.module import F31_Module as Module
from pykickstart.commands.module import RHEL10_Module as Module
from pykickstart.commands.eula import F20_Eula as Eula
from pykickstart.commands.fcoe import RHEL10_Fcoe as Fcoe
from pykickstart.commands.firewall import F28_Firewall as Firewall
Expand Down

0 comments on commit ac6a2f3

Please sign in to comment.