Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package dummy-release for openSUSE:Factory checked in at 2022-04-11 23:47:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dummy-release (Old) and /work/SRC/openSUSE:Factory/.dummy-release.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dummy-release" Mon Apr 11 23:47:25 2022 rev:22 rq:967915 version:15 Changes: -------- --- /work/SRC/openSUSE:Factory/dummy-release/dummy-release.changes 2022-01-11 00:01:38.689227254 +0100 +++ /work/SRC/openSUSE:Factory/.dummy-release.new.1900/dummy-release.changes 2022-04-11 23:48:49.331359303 +0200 @@ -1,0 +2,10 @@ +Fri Apr 8 19:21:02 UTC 2022 - Dominique Leuenberger <[email protected]> + +- Add PRETTY_NAME="openSUSE Dummy" to etc/os-release: scripts that + rely on lsb_release to get the distributor_id will rely on + 'openSUSE*' to be part of the PRETTY_NAME (seen in xpra for + example). +- Set NAME to 'openSUSE Dummy': xpra is one of the examples that + extracts the distro from the name (which is wrong of course). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dummy-release.spec ++++++ --- /var/tmp/diff_new_pack.UcZ1qM/_old 2022-04-11 23:48:49.935352399 +0200 +++ /var/tmp/diff_new_pack.UcZ1qM/_new 2022-04-11 23:48:49.939352353 +0200 @@ -41,7 +41,8 @@ echo -e "Welcome to Dummy Product (%{_target_cpu}) - Kernel %%r (%%t)." > $RPM_BUILD_ROOT/etc/issue.net touch $RPM_BUILD_ROOT/etc/motd -echo 'NAME=Dummy' > $RPM_BUILD_ROOT/etc/os-release +echo 'NAME="openSUSE Dummy"' > $RPM_BUILD_ROOT/etc/os-release +echo 'PRETTY_NAME="openSUSE Dummy"' >> $RPM_BUILD_ROOT/etc/os-release echo 'ID="suse"' >> $RPM_BUILD_ROOT/etc/os-release echo 'ID_LIKE="suse"' >> $RPM_BUILD_ROOT/etc/os-release echo 'VERSION_ID="Dummy"' >> $RPM_BUILD_ROOT/etc/os-release
