Accepting request 973634 from home:dancermak:auto_update:TW

Ensure that /var/log/zypp is not present in the image

OBS-URL: https://build.opensuse.org/request/show/973634
OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/micro-image?expand=0&rev=3
This commit is contained in:
Dirk Mueller 2022-05-02 07:39:17 +00:00 committed by Git OBS Bridge
parent 21f4469f42
commit 8c154aa33a
3 changed files with 14 additions and 1 deletions

View File

@ -19,4 +19,13 @@ fi
#=======================================
# Clean up after zypper if it is present
#---------------------------------------
if command -v zypper > /dev/null; then
zypper -n clean
fi
rm -rf /var/log/zypp
exit 0 exit 0

View File

@ -0,0 +1,4 @@
-------------------------------------------------------------------
Thu Apr 28 10:15:38 UTC 2022 - Dan Čermák <dcermak@suse.com>
- Ensure that /var/log/zypp is not present in the image

View File

@ -56,4 +56,4 @@
<package name="distribution-release"/> <package name="distribution-release"/>
</packages> </packages>
</image> </image>