Hello community,

here is the log from the commit of package gnome-session for openSUSE:Factory 
checked in at 2017-07-28 09:44:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-session (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-session.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-session"

Fri Jul 28 09:44:57 2017 rev:170 rq:512697 version:3.24.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-session/gnome-session.changes      
2017-07-17 09:10:03.941170077 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-session.new/gnome-session.changes 
2017-07-28 09:45:01.178432166 +0200
@@ -1,0 +2,6 @@
+Mon Jul 24 15:03:23 UTC 2017 - [email protected]
+
+- Do not build wayland subpackage on s390/s390x, xwayland doesn't
+  exist there [bsc#1047173].
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gnome-session.spec ++++++
--- /var/tmp/diff_new_pack.ICm7Cm/_old  2017-07-28 09:45:02.318271621 +0200
+++ /var/tmp/diff_new_pack.ICm7Cm/_new  2017-07-28 09:45:02.322271057 +0200
@@ -78,6 +78,7 @@
 %description default-session
 This package contains the definition of the default GNOME session.
 
+%ifnarch s390 s390x
 %package wayland
 Summary:        Session Manager for GNOME -- Wayland session
 Group:          System/GUI/GNOME
@@ -87,6 +88,7 @@
 
 %description wayland
 This package contains the definition of the default GNOME session on Wayland.
+%endif
 
 %package core
 Summary:        Session Manager for GNOME -- Minimal Version
@@ -128,6 +130,10 @@
 %suse_update_desktop_file %{buildroot}%{_datadir}/xsessions/gnome.desktop
 %find_lang %{name}-3.0 %{?no_lang_C}
 %fdupes %{buildroot}
+# remove wayland files on s390/s390x
+%ifarch s390 s390x
+rm -fr %{buildroot}%{_datadir}/wayland-sessions
+%endif
 
 %post
 %desktop_database_post
@@ -156,12 +162,14 @@
 %{_datadir}/gnome-session/sessions/gnome.session
 %{_datadir}/gnome-session/sessions/gnome-dummy.session
 
+%ifnarch s390 s390x
 %files wayland
 %defattr (-, root, root)
 %dir %{_datadir}/wayland-sessions
 %{_datadir}/wayland-sessions/gnome.desktop
 # Disabled as wayland is now the default session again.
 #{_datadir}/wayland-sessions/gnome-wayland.desktop
+%endif
 
 %files core
 %defattr (-, root, root)


Reply via email to