- list-x11: No longer ignore bash-completion
- Fix dropping the mellanox kernel drivers on non-usrmerged Leap 15.x - list-x11: Ignore zypper-lifecycle-plugin OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Images:openSUSE-Tumbleweed/livecd-openSUSE?expand=0&rev=201
This commit is contained in:
parent
36963619f5
commit
c997b4f0cd
@ -139,7 +139,7 @@ fi
|
|||||||
find /lib/firmware/nvidia -name gsp | xargs -r rm -rf
|
find /lib/firmware/nvidia -name gsp | xargs -r rm -rf
|
||||||
|
|
||||||
# Remove the mellanox kernel drivers (firmware is removed too)
|
# Remove the mellanox kernel drivers (firmware is removed too)
|
||||||
rm -rf /usr/lib*/modules/*/kernel/drivers/net/ethernet/mellanox
|
rm -rf /lib*/modules/*/kernel/drivers/net/ethernet/mellanox
|
||||||
|
|
||||||
# The gems are unpackaged already, no need to store them twice
|
# The gems are unpackaged already, no need to store them twice
|
||||||
rm -rf /usr/lib*/ruby/gems/*/cache/
|
rm -rf /usr/lib*/ruby/gems/*/cache/
|
||||||
|
14
list-x11.sh
14
list-x11.sh
@ -41,6 +41,8 @@ buildignore yast2-control-center
|
|||||||
buildignore yast2-control-center-qt
|
buildignore yast2-control-center-qt
|
||||||
# Note: OBS doesn't understand this, but kiwi/zypper do.
|
# Note: OBS doesn't understand this, but kiwi/zypper do.
|
||||||
buildignore libyui*
|
buildignore libyui*
|
||||||
|
# No ruby on Leap
|
||||||
|
buildignore zypper-lifecycle-plugin
|
||||||
|
|
||||||
buildignore Mesa-libva
|
buildignore Mesa-libva
|
||||||
|
|
||||||
@ -98,18 +100,6 @@ buildignore libqt5-qttranslations
|
|||||||
buildignore plymouth
|
buildignore plymouth
|
||||||
buildignore 7zip
|
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 Leap it's a hard dep of dhcp-client, needed by NM.
|
||||||
# On TW, NM uses the builtin DHCP client instead.
|
# On TW, NM uses the builtin DHCP client instead.
|
||||||
if [ "$distro" = "tumbleweed" ]; then
|
if [ "$distro" = "tumbleweed" ]; then
|
||||||
|
@ -502,6 +502,8 @@
|
|||||||
<ignore name="yast2-control-center-qt"/>
|
<ignore name="yast2-control-center-qt"/>
|
||||||
<!-- OBS-IgnorePackage: libyui* -->
|
<!-- OBS-IgnorePackage: libyui* -->
|
||||||
<ignore name="libyui*"/>
|
<ignore name="libyui*"/>
|
||||||
|
<!-- OBS-IgnorePackage: zypper-lifecycle-plugin -->
|
||||||
|
<ignore name="zypper-lifecycle-plugin"/>
|
||||||
<!-- OBS-IgnorePackage: Mesa-libva -->
|
<!-- OBS-IgnorePackage: Mesa-libva -->
|
||||||
<ignore name="Mesa-libva"/>
|
<ignore name="Mesa-libva"/>
|
||||||
<!-- OBS-IgnorePackage: python-base -->
|
<!-- OBS-IgnorePackage: python-base -->
|
||||||
@ -596,28 +598,6 @@
|
|||||||
<ignore name="plymouth"/>
|
<ignore name="plymouth"/>
|
||||||
<!-- OBS-IgnorePackage: 7zip -->
|
<!-- OBS-IgnorePackage: 7zip -->
|
||||||
<ignore name="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: tumbler -->
|
<!-- OBS-IgnorePackage: tumbler -->
|
||||||
<ignore name="tumbler"/>
|
<ignore name="tumbler"/>
|
||||||
<!-- OBS-IgnorePackage: ristretto -->
|
<!-- OBS-IgnorePackage: ristretto -->
|
||||||
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 7 14:34:06 UTC 2025 - Fabian Vogt <fvogt@suse.com>
|
||||||
|
|
||||||
|
- list-x11: No longer ignore bash-completion
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 7 14:08:03 UTC 2025 - Fabian Vogt <fvogt@suse.com>
|
||||||
|
|
||||||
|
- Fix dropping the mellanox kernel drivers on non-usrmerged Leap 15.x
|
||||||
|
- list-x11: Ignore zypper-lifecycle-plugin
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 23 09:49:18 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
Thu Jan 23 09:49:18 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -502,6 +502,8 @@
|
|||||||
<ignore name="yast2-control-center-qt"/>
|
<ignore name="yast2-control-center-qt"/>
|
||||||
<!-- OBS-IgnorePackage: libyui* -->
|
<!-- OBS-IgnorePackage: libyui* -->
|
||||||
<ignore name="libyui*"/>
|
<ignore name="libyui*"/>
|
||||||
|
<!-- OBS-IgnorePackage: zypper-lifecycle-plugin -->
|
||||||
|
<ignore name="zypper-lifecycle-plugin"/>
|
||||||
<!-- OBS-IgnorePackage: Mesa-libva -->
|
<!-- OBS-IgnorePackage: Mesa-libva -->
|
||||||
<ignore name="Mesa-libva"/>
|
<ignore name="Mesa-libva"/>
|
||||||
<!-- OBS-IgnorePackage: python-base -->
|
<!-- OBS-IgnorePackage: python-base -->
|
||||||
@ -596,28 +598,6 @@
|
|||||||
<ignore name="plymouth"/>
|
<ignore name="plymouth"/>
|
||||||
<!-- OBS-IgnorePackage: 7zip -->
|
<!-- OBS-IgnorePackage: 7zip -->
|
||||||
<ignore name="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 -->
|
<!-- OBS-IgnorePackage: bind-utils -->
|
||||||
<ignore name="bind-utils"/>
|
<ignore name="bind-utils"/>
|
||||||
<!-- OBS-IgnorePackage: tumbler -->
|
<!-- OBS-IgnorePackage: tumbler -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user