From 537b508bdaa1ca75fb6d948fcca7c3033a5e8c6506fd309b22837ad15ab3f835 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 6 Aug 2024 12:15:34 +0000 Subject: [PATCH] Revert zypp binary removal to save space; zypp binaries are no logner statically linked OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/livecd-openSUSE?expand=0&rev=251 --- config.sh | 3 --- livecd-openSUSE.changes | 6 ------ 2 files changed, 9 deletions(-) diff --git a/config.sh b/config.sh index 81b9816..fabb487 100644 --- a/config.sh +++ b/config.sh @@ -124,9 +124,6 @@ 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-* - # 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 3badf9f..620399b 100644 --- a/livecd-openSUSE.changes +++ b/livecd-openSUSE.changes @@ -1,9 +1,3 @@ -------------------------------------------------------------------- -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