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:
commit
f171ee373f
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user