From 2e2a520b82a2d197f7da9b61fef7474134687418b9b954f99b84b9835b38012c Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 1 Aug 2024 14:00:21 +0000 Subject: [PATCH] - Force remove zypp-NameReqPrv - statically linked, large binary; only needed for zypp solver test cases. OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/livecd-openSUSE?expand=0&rev=249 --- config.sh | 3 +++ livecd-openSUSE.changes | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/config.sh b/config.sh index fabb487..ccc91d1 100644 --- a/config.sh +++ b/config.sh @@ -124,6 +124,9 @@ zypper --non-interactive rm yast2-trans-{uk,sv,ru,ja,da,cs,sr,vi} || : # Some packages really exaggerate here rm -rf /usr/share/doc/packages/* +# zypp solver test cases are not that common on Lives - save some MB +rm -rf /usr/bin/zypp-NameReqPrv + # Save more than 150 MiB by removing this, not very useful for lives rm -rf /lib/firmware/{liquidio,netronome,qed,mrvl,mellanox,cypress,dpaa2,bnx2x,cxgb4,intel/vsc} if [ "$(arch)" == "aarch64" ]; then diff --git a/livecd-openSUSE.changes b/livecd-openSUSE.changes index 620399b..3badf9f 100644 --- a/livecd-openSUSE.changes +++ b/livecd-openSUSE.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Aug 1 13:59:47 UTC 2024 - Dominique Leuenberger + +- Force remove zypp-NameReqPrv - statically linked, large binary; + only needed for zypp solver test cases. + ------------------------------------------------------------------- Wed May 29 09:51:58 UTC 2024 - Dominique Leuenberger