Hello community, here is the log from the commit of package branding-openSUSE for openSUSE:Factory checked in at 2018-03-24 16:05:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/branding-openSUSE (Old) and /work/SRC/openSUSE:Factory/.branding-openSUSE.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "branding-openSUSE" Sat Mar 24 16:05:22 2018 rev:98 rq:587838 version:13.3 Changes: -------- --- /work/SRC/openSUSE:Factory/branding-openSUSE/branding-openSUSE.changes 2018-03-14 19:21:41.994144322 +0100 +++ /work/SRC/openSUSE:Factory/.branding-openSUSE.new/branding-openSUSE.changes 2018-03-24 16:05:23.733093245 +0100 @@ -1,0 +2,6 @@ +Fri Mar 16 10:33:03 UTC 2018 - [email protected] + +- Fixup gfxboot/config to show 'openSUSE Tumbleweed' instead of + 'openSUSE Leap' by default (boo#1085569). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ branding-openSUSE.spec ++++++ --- /var/tmp/diff_new_pack.eCVQu5/_old 2018-03-24 16:05:24.889051573 +0100 +++ /var/tmp/diff_new_pack.eCVQu5/_new 2018-03-24 16:05:24.893051429 +0100 @@ -168,7 +168,11 @@ cp openSUSE/gfxboot/$i gfx/openSUSE/$i done pushd gfx/openSUSE -sed -i -e "s,product=.*,product=openSUSE Leap %{version}," config +%if 0%{?sle_version} + sed -i -e "s,product=.*,product=openSUSE Leap %{version}," config +%else + sed -i -e "s,product=.*,product=openSUSE Tumbleweed," config +%endif perl -pi -e 's/^(welcome=).*/${1}3/' src/gfxboot.cfg export PATH=%{_prefix}/sbin:$PATH
