forked from pool/livecd-openSUSE
Accepting request 1169711 from home:anag+factory:branches:Virtualization:Appliances:Images:openSUSE-Tumbleweed
- Remove bash-completion packages. OBS-URL: https://build.opensuse.org/request/show/1169711 OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Images:openSUSE-Tumbleweed/livecd-openSUSE?expand=0&rev=179
This commit is contained in:
parent
ba6780443d
commit
3aed9068f4
13
list-x11.sh
13
list-x11.sh
@ -95,6 +95,19 @@ buildignore groff
|
||||
buildignore libqt5-qttranslations
|
||||
buildignore plymouth
|
||||
buildignore 7zip
|
||||
|
||||
buildignore bash-completion
|
||||
buildignore ethtool-bash-completion
|
||||
buildignore iproute2-bash-completion
|
||||
buildignore cpupower-bash-completion
|
||||
buildignore nvme-cli-bash-completion
|
||||
buildignore btrfsprogs-bash-completion
|
||||
buildignore firewalld-bash-completion
|
||||
buildignore kmod-bash-completion
|
||||
buildignore pulseaudio-bash-completion
|
||||
buildignore udisks2-bash-completion
|
||||
buildignore lightdm-bash-completion
|
||||
|
||||
# On Leap it's a hard dep of dhcp-client, needed by NM.
|
||||
# On TW, NM uses the builtin DHCP client instead.
|
||||
if [ "$distro" = "tumbleweed" ]; then
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 22 15:58:00 UTC 2024 - Ana Guerrero <ana.guerrero@suse.com>
|
||||
|
||||
- Remove bash-completion packages.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 22 15:09:22 UTC 2024 - Ana Guerrero <ana.guerrero@suse.com>
|
||||
|
||||
|
@ -591,6 +591,28 @@
|
||||
<ignore name="plymouth"/>
|
||||
<!-- OBS-IgnorePackage: 7zip -->
|
||||
<ignore name="7zip"/>
|
||||
<!-- OBS-IgnorePackage: bash-completion -->
|
||||
<ignore name="bash-completion"/>
|
||||
<!-- OBS-IgnorePackage: ethtool-bash-completion -->
|
||||
<ignore name="ethtool-bash-completion"/>
|
||||
<!-- OBS-IgnorePackage: iproute2-bash-completion -->
|
||||
<ignore name="iproute2-bash-completion"/>
|
||||
<!-- OBS-IgnorePackage: cpupower-bash-completion -->
|
||||
<ignore name="cpupower-bash-completion"/>
|
||||
<!-- OBS-IgnorePackage: nvme-cli-bash-completion -->
|
||||
<ignore name="nvme-cli-bash-completion"/>
|
||||
<!-- OBS-IgnorePackage: btrfsprogs-bash-completion -->
|
||||
<ignore name="btrfsprogs-bash-completion"/>
|
||||
<!-- OBS-IgnorePackage: firewalld-bash-completion -->
|
||||
<ignore name="firewalld-bash-completion"/>
|
||||
<!-- OBS-IgnorePackage: kmod-bash-completion -->
|
||||
<ignore name="kmod-bash-completion"/>
|
||||
<!-- OBS-IgnorePackage: pulseaudio-bash-completion -->
|
||||
<ignore name="pulseaudio-bash-completion"/>
|
||||
<!-- OBS-IgnorePackage: udisks2-bash-completion -->
|
||||
<ignore name="udisks2-bash-completion"/>
|
||||
<!-- OBS-IgnorePackage: lightdm-bash-completion -->
|
||||
<ignore name="lightdm-bash-completion"/>
|
||||
<!-- OBS-IgnorePackage: bind-utils -->
|
||||
<ignore name="bind-utils"/>
|
||||
<!-- OBS-IgnorePackage: tumbler -->
|
||||
|
Loading…
Reference in New Issue
Block a user