forked from roots/phyllomeos
fix: include weak dependencies to prevent scriptlet failures
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Guest agents for virtual machines
|
# Guest agents for virtual machines
|
||||||
|
|
||||||
%packages --exclude-weakdeps
|
%packages
|
||||||
qemu-guest-agent
|
qemu-guest-agent
|
||||||
spice-vdagent
|
spice-vdagent
|
||||||
%end
|
%end
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
firstboot --enable --reconfig # Enable the Setup Agent to start at boot time in reconfiguration mode. This mode enables the language, mouse, keyboard, root password, security level, time zone, and networking configuration options in addition to the default ones
|
firstboot --enable --reconfig # Enable the Setup Agent to start at boot time in reconfiguration mode. This mode enables the language, mouse, keyboard, root password, security level, time zone, and networking configuration options in addition to the default ones
|
||||||
|
|
||||||
%packages --exclude-weakdeps # Beginning of the packages section. Excludes weak package dependencies.
|
%packages # Beginning of the packages section. Includes weak package dependencies.
|
||||||
|
|
||||||
initial-setup # Initial setup package
|
initial-setup # Initial setup package
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
# Core DNF package group
|
# Core DNF package group
|
||||||
# More information: https://pykickstart.readthedocs.io/en/latest/kickstart-docs.html#id240
|
# More information: https://pykickstart.readthedocs.io/en/latest/kickstart-docs.html#id240
|
||||||
|
|
||||||
%packages --exclude-weakdeps # Beginning of the packages section. Excludes weak package dependencies. Package description courtesy of the Fedora project
|
%packages # Beginning of the packages section. Includes weak package dependencies. Package description courtesy of the Fedora project
|
||||||
|
|
||||||
@core
|
@core
|
||||||
## Mandatory packages found in hidden `core` group (`dnf group info --hidden 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 to be used to create a Fedora Remix and comply Fedora Remix legal guidelines: https://fedoraproject.org/wiki/Remix
|
||||||
|
|
||||||
%packages --exclude-weakdeps
|
%packages
|
||||||
|
|
||||||
fedora-remix-logos # Fedora Remix logos
|
fedora-remix-logos # Fedora Remix logos
|
||||||
generic-release # Generic release files
|
generic-release # Generic release files
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Hand-picked packages
|
# Hand-picked packages
|
||||||
|
|
||||||
%packages --exclude-weakdeps
|
%packages
|
||||||
|
|
||||||
pciutils # PCI bus related utilities
|
pciutils # PCI bus related utilities
|
||||||
libusb # Library for accessing USB devices
|
libusb # Library for accessing USB devices
|
||||||
|
|||||||
Reference in New Issue
Block a user