Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package minimal-image for openSUSE:Factory checked in at 2023-08-23 14:56:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/minimal-image (Old) and /work/SRC/openSUSE:Factory/.minimal-image.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "minimal-image" Wed Aug 23 14:56:53 2023 rev:4 rq:1105168 version:2023 Changes: -------- --- /work/SRC/openSUSE:Factory/minimal-image/minimal-image.changes 2023-07-19 19:12:05.637078488 +0200 +++ /work/SRC/openSUSE:Factory/.minimal-image.new.1766/minimal-image.changes 2023-08-23 14:57:11.933945599 +0200 @@ -1,0 +2,5 @@ +Wed Aug 9 14:54:19 UTC 2023 - Dirk Mueller <[email protected]> + +- Remove unnecessary usrmerge compat package + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ config.sh ++++++ --- /var/tmp/diff_new_pack.azp3Gm/_old 2023-08-23 14:57:12.661946901 +0200 +++ /var/tmp/diff_new_pack.azp3Gm/_new 2023-08-23 14:57:12.661946901 +0200 @@ -17,6 +17,13 @@ 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
