Hello community,
here is the log from the commit of package gnome-initial-setup for
openSUSE:Leap:15.2 checked in at 2020-04-25 19:04:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/gnome-initial-setup (Old)
and /work/SRC/openSUSE:Leap:15.2/.gnome-initial-setup.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-initial-setup"
Sat Apr 25 19:04:11 2020 rev:31 rq:796679 version:3.34.3
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/gnome-initial-setup/gnome-initial-setup.changes
2020-02-27 06:42:27.765729506 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.gnome-initial-setup.new.2738/gnome-initial-setup.changes
2020-04-25 19:04:34.391529773 +0200
@@ -1,0 +2,7 @@
+Wed Apr 15 06:18:12 UTC 2020 - Cliff Zhao <[email protected]>
+
+- Update gnome-initial-setup.spec: Drop the is_opensuse macro to
+ eliminate in behavior in between SLE-15 and openSUSE-Leap
+ (jsc#SLE-11857).
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnome-initial-setup.spec ++++++
--- /var/tmp/diff_new_pack.cw3dfk/_old 2020-04-25 19:04:34.851530762 +0200
+++ /var/tmp/diff_new_pack.cw3dfk/_new 2020-04-25 19:04:34.851530762 +0200
@@ -70,7 +70,7 @@
%prep
%setup -q
-%if !0%{?is_opensuse}
+%if 0%{?sle_version} >= 150200
%patch0 -p1
%endif
@@ -82,7 +82,7 @@
%install
%meson_install
-%if !0%{?is_opensuse}
+%if 0%{?sle_version} >= 150200
rm -rf %{buildroot}%{_libexecdir}/gnome-welcome-tour
rm -rf %{buildroot}%{_sysconfdir}/xdg/autostart/gnome-welcome-tour.desktop
%endif
@@ -119,7 +119,7 @@
%{_userunitdir}/gnome-session.target.wants/gnome-welcome-tour.service
%dir %{_userunitdir}/[email protected]
%{_userunitdir}/[email protected]/gnome-initial-setup.service
-%if 0%{?is_opensuse}
+%if 0%{?sle_version} < 150200
%{_libexecdir}/gnome-welcome-tour
%{_sysconfdir}/xdg/autostart/gnome-welcome-tour.desktop
%endif