[info=6b182c54ce80fc30660e81d346d6dd16]

OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/minimal-image?expand=0&rev=41
This commit is contained in:
Dan Čermák 2023-08-09 16:57:40 +00:00 committed by Git OBS Bridge
parent 7e58219172
commit 884d61956e
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>