mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-05 08:04:20 +00:00
bbdbf1e1f4
Needed by a few different things. For example to build the security live image you run into these problems if you exclude wget: Problem 1: conflicting requests - nothing provides /usr/bin/wget needed by openvas-scanner-5.1.1-4.fc27.x86_64 Problem 2: package wireshark-gtk-1:2.4.4-2.fc28.x86_64 requires wireshark-cli = 1:2.4.4-2.fc28, but none of the providers can be installed - package wireshark-cli-1:2.4.4-2.fc28.i686 requires libsmi.so.2, but none of the providers can be installed - package wireshark-cli-1:2.4.4-2.fc28.x86_64 requires libsmi.so.2()(64bit), but none of the providers can be installed - conflicting requests - nothing provides wget needed by libsmi-0.4.8-21.fc28.i686 - nothing provides wget needed by libsmi-0.4.8-21.fc28.x86_64 Problem 3: package wireshark-1:2.4.4-2.fc28.x86_64 requires wireshark-cli = 1:2.4.4-2.fc28, but none of the providers can be installed - package wireshark-cli-1:2.4.4-2.fc28.i686 requires libsmi.so.2, but none of the providers can be installed - package wireshark-cli-1:2.4.4-2.fc28.x86_64 requires libsmi.so.2()(64bit), but none of the providers can be installed - conflicting requests - nothing provides wget needed by libsmi-0.4.8-21.fc28.i686 - nothing provides wget needed by libsmi-0.4.8-21.fc28.x86_64 Signed-off-by: Dusty Mabe <dusty@dustymabe.com>
22 lines
312 B
Plaintext
22 lines
312 B
Plaintext
# Common packages removed from comps
|
|
# For F14, these removals should be moved to comps itself
|
|
|
|
%packages
|
|
|
|
# save some space
|
|
-mpage
|
|
-sox
|
|
-hplip
|
|
-numactl
|
|
-isdn4k-utils
|
|
-autofs
|
|
# smartcards won't really work on the livecd.
|
|
-coolkey
|
|
|
|
# scanning takes quite a bit of space :/
|
|
-xsane
|
|
-xsane-gimp
|
|
-sane-backends
|
|
|
|
%end
|