-
Notifications
You must be signed in to change notification settings - Fork 1
/
comps-sync-exclude-list.yml
300 lines (296 loc) · 7.51 KB
/
comps-sync-exclude-list.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
# This file has a list of packages to skip from comps that we don't want
# Entirely skip all packages in those groups for the common set of packages
exclude_list_groups:
- libreoffice
- gnome-desktop
- container-management
- base-x
- arm-tools
# Always exclude packages matching those regexp:
# - PackageKit is spread across various groups
# - We can not include openh264. See https://fedoraproject.org/wiki/OpenH264
exclude_list_all_regexp:
- "PackageKit.*"
- "gstreamer1-plugin-openh264"
- "mozilla-openh264"
- "openh264"
# No idea where Plymouth has gone, but it's no longer in the repos
- plymouth
- plymouth-system-theme
# Common exclude list for all ostree desktop versions
exclude_list:
core:
# # We use rpm-ostree for the host
# - dnf
# - dnf-plugins-core
# - dnf5
# - dnf5-plugins
- yum
# Not sure why this is there at all
- dracut-config-rescue
# Eh...you can install this in a priv container
- parted
# https://bugzilla.redhat.com/show_bug.cgi?id=1452348
- grubby
# Colin says we also don't need grubby-deprecated
- grubby-deprecated
# Why?
- ncurses
workstation-product:
# # We use rpm-ostree for the host
# - dnf
# - dnf-plugins-core
# - dnf5
# - dnf5-plugins
# - deltarpm
# - python3-dnf-plugin-system-upgrade
# - python3-dnf-plugins-core
# We use fedora-release-silverblue instead
- fedora-release-workstation
# Really not worth listing explicitly
- filesystem
- mailcap
# This seems like some weird legacy thing, it also
# drags in usermode, which should also be deprecated
# and blocks a /usr/sbin + /usr/bin unification.
- setuptool
# This probably doesn't need to be default
- ppp
# We removed cronie a while ago, should nuke these too
- crontabs
- at
# This drags in a huge dependency set of dnf bits
- abrt-cli
- abrt-desktop
- abrt-java-connector
# Requires libreoffice
- unoconv
# Will change to git-core as git pulls in Perl
- git
# Apps
- evolution
- evolution-ews
- evolution-help
- mediawriter
- rhythmbox
# This is ancient now, and IMO has been superceded by cgroups
# Also it breaks with --unified-core.
- psacct
# Random tools: container
- jwhois
- net-tools
- nmap-ncat
- rdist
- tcpdump
- telnet
- traceroute
# filesystem tools, again priv container
- dosfstools
- symlinks
# Misc
- dos2unix
# Gnome specific
- desktop-backgrounds-gnome
- gnome-shell-extension-background-logo
- pinentry-gnome3
# Excluded here for all desktops and manually re-added in Silverblue manifest
- qadwaitadecorations-qt5
# X11 specific
- xorg-x11-drv-libinput
networkmanager-submodules:
# Let's use the builtin one by default
- dhcp-client
printing:
# We don't use PackageKit
- cups-pk-helper
# For now...
- ghostscript
# Desktop environment specific exclude lists
desktop_exclude_list:
gnome-desktop:
# Non-critical apps -> Flatpak
- baobab
- cheese
- snapshot
- evince
- evince-djvu
- evince-nautilus
- file-roller
- file-roller-nautilus
- gnome-boxes
- gnome-calculator
- gnome-calendar
- gnome-characters
- gnome-clocks
- gnome-connections
- gnome-contacts
- gnome-documents
- gnome-font-viewer
- gnome-logs
- gnome-maps
- gnome-photos
- gnome-screenshot
- gnome-text-editor
- gnome-weather
- jwhois
- loupe
- rdist
- sane-backends-drivers-scanners
- simple-scan
- sushi
- symlinks
- tcpdump
- telnet
- totem
- totem-nautilus
- traceroute
budgie-desktop:
# Incompatible with ostree for various reasons
- abrt-desktop
- cups-pk-helper
- dnfdragora
# Remove uncommon NetworkManager plugins
- NetworkManager-fortisslvpn-gnome
- NetworkManager-iodine-gnome
- NetworkManager-l2tp-gnome
- NetworkManager-libreswan-gnome
- NetworkManager-sstp-gnome
- NetworkManager-strongswan-gnome
budgie-desktop-apps:
# Non-critical apps -> Flatpak
- atril
- eom
- gnome-calculator
- parole
- rhythmbox
kde-desktop:
# Incompatible with ostree for various reasons
- abrt-desktop
- cups-pk-helper
- dnfdragora
- plasma-pk-updates
# Misc
- ksshaskpass
- kwebkitpart
# Remove some NetworkManager plugins that pull-in lesser used VPN packages
- plasma-nm-l2tp
- plasma-nm-openswan
- plasma-nm-pptp
# Remove initial-setup from Kinoite
# See: https://fedoraproject.org/wiki/Changes/KDERemoveInitialSetup
- initial-setup-gui
xfce-desktop:
# Incompatible with ostree for various reasons
- abrt-desktop
- dnfdragora-updater
# Non-critical apps -> Flatpak
- fros-recordmydesktop
- tumbler
# Misc
- alsa-utils
- firewall-config
- openssh-askpass
- vim-enhanced
# Remove uncommon NetworkManager plugins
- NetworkManager-fortisslvpn-gnome
- NetworkManager-iodine-gnome
- NetworkManager-l2tp-gnome
- NetworkManager-libreswan-gnome
- NetworkManager-sstp-gnome
- NetworkManager-strongswan-gnome
xfce-apps:
# Non-critical apps -> Flatpak
- claws-mail
- catfish
- claws-mail-plugins-archive
- claws-mail-plugins-att-remover
- claws-mail-plugins-attachwarner
- claws-mail-plugins-fetchinfo
- claws-mail-plugins-mailmbox
- claws-mail-plugins-newmail
- claws-mail-plugins-notification
- claws-mail-plugins-pgp
- claws-mail-plugins-rssyl
- claws-mail-plugins-smime
- claws-mail-plugins-spam-report
- claws-mail-plugins-tnef
- claws-mail-plugins-vcalendar
- geany
- pidgin
- seahorse
- transmission
lxqt-desktop:
# Incompatible with ostree for various reasons
- dnfdragora-updater
# X11 is going away with Plasma 6
- sddm-x11
deepin-desktop:
# Incompatible with ostree for various reasons
- dnfdragora-updater
mate-desktop:
# Incompatible with ostree for various reasons
- abrt-desktop
- abrt-java-connector
- dnfdragora-updater
# Non-critical apps -> Flatpak
- blivet-gui
- filezilla
- gnome-disk-utility
- gnome-logs
- gnote
- gparted
- hexchat
- p7zip
- p7zip-plugins
- simple-scan
- thunderbird
- transmission-gtk
- vim-enhanced
- xfburn
- yelp
# Non critical NetworkManager plugins
- NetworkManager-iodine-gnome
- NetworkManager-l2tp-gnome
- NetworkManager-libreswan-gnome
- NetworkManager-ovs
- NetworkManager-sstp-gnome
- NetworkManager-strongswan-gnome
- NetworkManager-team
# Already in the common set
- wireplumber
swaywm-extended:
# Non-critical apps -> Flatpak
- mpv
cinnamon-desktop:
# Incompatible with ostree for various reasons
- abrt-desktop
- abrt-java-connector
- dnfdragora-updater
# Non-critical apps -> Flatpak & toolbox
- eom
- gnome-calculator
- gucharmap
- hexchat
- mpv
- pidgin
- sane-backends-drivers-scanners
- shotwell
- simple-scan
- thunderbird
- tmux
- tmux-powerline
- transmission
- vim-powerline
- xed
- xfburn
- xreader
# Not default to cinnamon
- paper-icon-theme
# Non critical NetworkManager plugins
- NetworkManager-iodine-gnome
- NetworkManager-l2tp-gnome
- NetworkManager-libreswan-gnome
- NetworkManager-ovs
- NetworkManager-sstp-gnome
- NetworkManager-strongswan-gnome
- NetworkManager-team