Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2024-01-09 20:48:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-software.new.21961 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-software"

Tue Jan  9 20:48:32 2024 rev:117 rq:1137504 version:45.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes    
2023-12-17 21:28:46.469848087 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-software.new.21961/gnome-software.changes 
2024-01-09 20:48:46.938319995 +0100
@@ -1,0 +2,5 @@
+Thu Dec 28 02:27:35 UTC 2023 - Yifan Jiang <yfji...@suse.com>
+
+- Do not use _distconfdir on SLE/Leap less than version 16.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gnome-software.spec ++++++
--- /var/tmp/diff_new_pack.W8Sb2i/_old  2024-01-09 20:48:47.586343556 +0100
+++ /var/tmp/diff_new_pack.W8Sb2i/_new  2024-01-09 20:48:47.586343556 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-software
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -119,9 +119,11 @@
 
 # Remove any piece of doc that ends up in non-standard locations and use the 
doc macro instead
 rm %{buildroot}%{_datadir}/doc/%{name}/README.md
+%if !0%{?sle_version} || 0%{?sle_version} >= 160000
 # Move autostart file to /usr/etc
 mkdir -p %{buildroot}%{_distconfdir}/xdg/autostart
 mv %{buildroot}%{_sysconfdir}/xdg/autostart/org.gnome.Software.desktop 
%{buildroot}%{_distconfdir}/xdg/autostart/org.gnome.Software.desktop
+%endif
 
 cat >> 
%{buildroot}%{_datadir}/glib-2.0/schemas/20_org.gnome.software-opensuse.gschema.override
 << FOE
 [org.gnome.software]
@@ -152,7 +154,11 @@
 %{_libexecdir}/gnome-software-cmd
 %{_libexecdir}/gnome-software-restarter
 %{_mandir}/man1/%{name}.1%{?ext_man}
+%if !0%{?sle_version} || 0%{?sle_version} >= 160000
 %{_distconfdir}/xdg/autostart/org.gnome.Software.desktop
+%else
+%{_sysconfdir}/xdg/autostart/org.gnome.Software.desktop
+%endif
 
 %dir %{_libdir}/gnome-software/plugins-%{gs_plugin_api}/
 %{_libdir}/gnome-software/plugins-%{gs_plugin_api}/libgs_plugin_dpkg.so

Reply via email to