Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package cockpit for openSUSE:Factory checked 
in at 2023-09-01 14:18:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cockpit (Old)
 and      /work/SRC/openSUSE:Factory/.cockpit.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cockpit"

Fri Sep  1 14:18:49 2023 rev:34 rq:1108267 version:298

Changes:
--------
--- /work/SRC/openSUSE:Factory/cockpit/cockpit.changes  2023-08-22 
08:55:41.234506457 +0200
+++ /work/SRC/openSUSE:Factory/.cockpit.new.1766/cockpit.changes        
2023-09-01 14:19:02.559871871 +0200
@@ -1,0 +2,5 @@
+Thu Aug 31 10:00:06 UTC 2023 - Miika Alikirri <miika.aliki...@suse.com>
+
+- Fix building for SLE15.5 and SLE15.4
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ cockpit.spec ++++++
--- /var/tmp/diff_new_pack.ChY6fi/_old  2023-09-01 14:19:05.643981945 +0200
+++ /var/tmp/diff_new_pack.ChY6fi/_new  2023-09-01 14:19:05.647982088 +0200
@@ -130,11 +130,16 @@
 BuildRequires: autoconf automake
 BuildRequires: make
 BuildRequires: /usr/bin/python3
-%if 0%{?rhel} && 0%{?rhel} <= 8
+%if ( 0%{?rhel} && 0%{?rhel} <= 8 ) || 0%{?suse_version} <= 1500
 # RHEL 8's gettext does not yet have metainfo.its
 BuildRequires: gettext >= 0.19.7
+%if 0%{?rhel}
 BuildRequires: libappstream-glib-devel
 %else
+# Suse's package has a different name
+BuildRequires: appstream-glib-devel
+%endif
+%else
 BuildRequires: gettext >= 0.21
 %endif
 %if 0%{?build_basic}

++++++ _service ++++++
--- /var/tmp/diff_new_pack.ChY6fi/_old  2023-09-01 14:19:05.707984230 +0200
+++ /var/tmp/diff_new_pack.ChY6fi/_new  2023-09-01 14:19:05.711984372 +0200
@@ -7,6 +7,9 @@
   </service>
   <service mode="buildtime" name="tar">
     <param name="obsinfo">cockpit-suse-theme.obsinfo</param>
+    <!-- On SLE15.4 extra '-' gets added to the filename so we need to
+         define the name explicitly -->
+    <param name="filename">cockpit-suse-theme</param>
   </service>
   <service name="obs_scm" mode="manual">
     <param name="versionformat">@PARENT_TAG@</param>

Reply via email to