Revert "fix: include weak dependencies to prevent scriptlet failures"
This reverts commit 6e040e05a7.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
# Core DNF package group
|
||||
# More information: https://pykickstart.readthedocs.io/en/latest/kickstart-docs.html#id240
|
||||
|
||||
%packages # Beginning of the packages section. Includes weak package dependencies. Package description courtesy of the Fedora project
|
||||
%packages --exclude-weakdeps # Beginning of the packages section. Excludes weak package dependencies. Package description courtesy of the Fedora project
|
||||
|
||||
@core
|
||||
## Mandatory packages found in hidden `core` group (`dnf group info --hidden core`)
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
# Packages to be used to create a Fedora Remix and comply Fedora Remix legal guidelines: https://fedoraproject.org/wiki/Remix
|
||||
|
||||
%packages
|
||||
%packages --exclude-weakdeps
|
||||
|
||||
fedora-remix-logos # Fedora Remix logos
|
||||
generic-release # Generic release files
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Hand-picked packages
|
||||
|
||||
%packages
|
||||
%packages --exclude-weakdeps
|
||||
|
||||
grub2-tools # Provides grub2-mkconfig and grub2-editenv, required by the grub2-common %posttrans scriptlet (exit 127 otherwise, which fails the whole dnf transaction)
|
||||
pciutils # PCI bus related utilities
|
||||
|
||||
Reference in New Issue
Block a user