Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package installation-images for
openSUSE:Factory checked in at 2024-05-29 19:35:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/installation-images (Old)
and /work/SRC/openSUSE:Factory/.installation-images.new.24587 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "installation-images"
Wed May 29 19:35:27 2024 rev:213 rq:1177530 version:17.129
Changes:
--------
--- /work/SRC/openSUSE:Factory/installation-images/installation-images.changes
2024-05-20 18:09:50.122427752 +0200
+++
/work/SRC/openSUSE:Factory/.installation-images.new.24587/installation-images.changes
2024-05-29 19:35:48.516394543 +0200
@@ -1,0 +2,7 @@
+Wed May 29 10:55:47 UTC 2024 - [email protected]
+
+- merge gh#openSUSE/installation-images#719
+- Build Slowroll-specific tftpboot-installation rpm
+- 17.129
+
+--------------------------------------------------------------------
Old:
----
installation-images-17.128.tar.xz
New:
----
installation-images-17.129.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ installation-images.spec ++++++
--- /var/tmp/diff_new_pack.7ljv4m/_old 2024-05-29 19:35:49.136416998 +0200
+++ /var/tmp/diff_new_pack.7ljv4m/_new 2024-05-29 19:35:49.140417143 +0200
@@ -91,6 +91,7 @@
%if "%flavor" == "Slowroll"
%define theme Slowroll
+%define product_name_suffix -Slowroll
%define net_repo https://download.opensuse.org/slowroll/repo/oss
%endif
@@ -152,7 +153,7 @@
# === set product string (based on required packages) ===
-%global product_name %(bash %_sourcedir/product_name)
+%global product_name %(bash %_sourcedir/product_name)%{?product_name_suffix}
# === define each theme ===
@@ -686,7 +687,7 @@
Summary: Installation Image Files for %theme
License: GPL-2.0-or-later
Group: Metapackages
-Version: 17.128
+Version: 17.129
Release: 0
Provides: installation-images = %version-%release
Conflicts: otherproviders(installation-images)
++++++ installation-images-17.128.tar.xz -> installation-images-17.129.tar.xz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-17.128/VERSION
new/installation-images-17.129/VERSION
--- old/installation-images-17.128/VERSION 2024-05-17 13:59:22.000000000
+0200
+++ new/installation-images-17.129/VERSION 2024-05-29 12:55:47.000000000
+0200
@@ -1 +1 @@
-17.128
+17.129
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-17.128/changelog
new/installation-images-17.129/changelog
--- old/installation-images-17.128/changelog 2024-05-17 13:59:22.000000000
+0200
+++ new/installation-images-17.129/changelog 2024-05-29 12:55:47.000000000
+0200
@@ -1,3 +1,7 @@
+2024-05-29: 17.129
+ - merge gh#openSUSE/installation-images#719
+ - Build Slowroll-specific tftpboot-installation rpm
+
2024-05-17: 17.128
- merge gh#openSUSE/installation-images#717
- Add Slowroll theme config
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/installation-images-17.128/obs/installation-images.spec
new/installation-images-17.129/obs/installation-images.spec
--- old/installation-images-17.128/obs/installation-images.spec 2024-05-17
13:59:22.000000000 +0200
+++ new/installation-images-17.129/obs/installation-images.spec 2024-05-29
12:55:47.000000000 +0200
@@ -91,6 +91,7 @@
%if "%flavor" == "Slowroll"
%define theme Slowroll
+%define product_name_suffix -Slowroll
%define net_repo https://download.opensuse.org/slowroll/repo/oss
%endif
@@ -152,7 +153,7 @@
# === set product string (based on required packages) ===
-%global product_name %(bash %_sourcedir/product_name)
+%global product_name %(bash %_sourcedir/product_name)%{?product_name_suffix}
# === define each theme ===