More comps fixups
Some stuff like `telnet` is in both `standard` and `gnome-desktop`. We currently need to blacklist both. I think we should massively prune comps but...
This commit is contained in:
parent
307bb8ccb0
commit
65e03f04ab
4 changed files with 8 additions and 2 deletions
|
@ -79,6 +79,7 @@ blacklist:
|
||||||
- net-tools
|
- net-tools
|
||||||
- nmap-ncat
|
- nmap-ncat
|
||||||
# filesystem tools, again priv container
|
# filesystem tools, again priv container
|
||||||
|
- symlinks
|
||||||
- dosfstools
|
- dosfstools
|
||||||
- ntfs-3g
|
- ntfs-3g
|
||||||
# Misc
|
# Misc
|
||||||
|
@ -126,14 +127,20 @@ desktop_blacklist:
|
||||||
- gnome-photos
|
- gnome-photos
|
||||||
- gnome-screenshot
|
- gnome-screenshot
|
||||||
- gnome-weather
|
- gnome-weather
|
||||||
|
- jwhois
|
||||||
- nautilus
|
- nautilus
|
||||||
- nautilus-sendto
|
- nautilus-sendto
|
||||||
- orca
|
- orca
|
||||||
|
- rdist
|
||||||
- sane-backends-drivers-scanners
|
- sane-backends-drivers-scanners
|
||||||
|
- symlinks
|
||||||
- simple-scan
|
- simple-scan
|
||||||
- sushi
|
- sushi
|
||||||
|
- tcpdump
|
||||||
|
- telnet
|
||||||
- totem
|
- totem
|
||||||
- totem-nautilus
|
- totem-nautilus
|
||||||
|
- traceroute
|
||||||
- yelp
|
- yelp
|
||||||
kde-desktop:
|
kde-desktop:
|
||||||
# Incompatible with ostree for various reasons
|
# Incompatible with ostree for various reasons
|
||||||
|
|
|
@ -195,7 +195,6 @@
|
||||||
"spice-vdagent",
|
"spice-vdagent",
|
||||||
"sssd",
|
"sssd",
|
||||||
"sssd-common",
|
"sssd-common",
|
||||||
"sssd-kcm",
|
|
||||||
"stix-fonts",
|
"stix-fonts",
|
||||||
"sudo",
|
"sudo",
|
||||||
"system-config-printer-udev",
|
"system-config-printer-udev",
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
"buildah",
|
"buildah",
|
||||||
"docker",
|
"docker",
|
||||||
"flatpak",
|
"flatpak",
|
||||||
|
"flatpak-builder",
|
||||||
"git-core",
|
"git-core",
|
||||||
"podman",
|
"podman",
|
||||||
"rpm-ostree",
|
"rpm-ostree",
|
||||||
|
|
|
@ -15,7 +15,6 @@
|
||||||
"at-spi2-core",
|
"at-spi2-core",
|
||||||
"avahi",
|
"avahi",
|
||||||
"dconf",
|
"dconf",
|
||||||
"fprintd-pam",
|
|
||||||
"gdm",
|
"gdm",
|
||||||
"glib-networking",
|
"glib-networking",
|
||||||
"gnome-backgrounds",
|
"gnome-backgrounds",
|
||||||
|
|
Loading…
Reference in a new issue