1
0
forked from pool/minimal-image

Accepting request 1105168 from devel:BCI:Tumbleweed

🤖: sync package with devel:BCI:Tumbleweed from OBS

OBS-URL: https://build.opensuse.org/request/show/1105168
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/minimal-image?expand=0&rev=4
This commit is contained in:
Ana Guerrero 2023-08-23 12:56:53 +00:00 committed by Git OBS Bridge
commit f171ee373f
2 changed files with 12 additions and 0 deletions

View File

@ -17,6 +17,13 @@ if command -v rpm > /dev/null; then
fi
#==========================================
# Remove compat-usrmerge-tools if installed
#------------------------------------------
if rpm -q compat-usrmerge-tools; then
rpm -e compat-usrmerge-tools
fi
#=======================================
# Clean up after zypper if it is present

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Aug 9 14:54:19 UTC 2023 - Dirk Mueller <dmueller@suse.com>
- Remove unnecessary usrmerge compat package
-------------------------------------------------------------------
Wed Jul 12 12:52:48 UTC 2023 - Dirk Mueller <dmueller@suse.com>