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-06-04 12:50:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/installation-images (Old)
and /work/SRC/openSUSE:Factory/.installation-images.new.24587 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "installation-images"
Tue Jun 4 12:50:45 2024 rev:214 rq:1177921 version:17.130
Changes:
--------
--- /work/SRC/openSUSE:Factory/installation-images/installation-images.changes
2024-05-29 19:35:48.516394543 +0200
+++
/work/SRC/openSUSE:Factory/.installation-images.new.24587/installation-images.changes
2024-06-04 12:51:13.372026328 +0200
@@ -1,0 +2,13 @@
+Fri May 31 11:40:04 UTC 2024 - [email protected]
+
+- merge gh#openSUSE/installation-images#721
+- Check for root permissions at start
+- 17.130
+
+--------------------------------------------------------------------
+Fri May 31 11:37:40 UTC 2024 - [email protected]
+
+- merge gh#openSUSE/installation-images#720
+- Use dedicated path for Slowroll tftpboot files
+
+--------------------------------------------------------------------
Old:
----
installation-images-17.129.tar.xz
New:
----
installation-images-17.130.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ installation-images.spec ++++++
--- /var/tmp/diff_new_pack.yVG2Vf/_old 2024-06-04 12:51:14.040050570 +0200
+++ /var/tmp/diff_new_pack.yVG2Vf/_new 2024-06-04 12:51:14.040050570 +0200
@@ -687,7 +687,7 @@
Summary: Installation Image Files for %theme
License: GPL-2.0-or-later
Group: Metapackages
-Version: 17.129
+Version: 17.130
Release: 0
Provides: installation-images = %version-%release
Conflicts: otherproviders(installation-images)
@@ -768,6 +768,10 @@
%define __debuginfo_path ^/usr/share/debuginfodeps
%prep
+if [ "$UID" != 0 ] ; then
+ echo "ERROR: need to run this as root. e.g. with osc build
--userootforbuild"
+ exit 1
+fi
%setup -n installation-images-%{version}
rm -f /usr/lib/build/checks/04-check-filelist
++++++ installation-images-17.129.tar.xz -> installation-images-17.130.tar.xz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-17.129/VERSION
new/installation-images-17.130/VERSION
--- old/installation-images-17.129/VERSION 2024-05-29 12:55:47.000000000
+0200
+++ new/installation-images-17.130/VERSION 2024-05-31 13:40:04.000000000
+0200
@@ -1 +1 @@
-17.129
+17.130
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-17.129/changelog
new/installation-images-17.130/changelog
--- old/installation-images-17.129/changelog 2024-05-29 12:55:47.000000000
+0200
+++ new/installation-images-17.130/changelog 2024-05-31 13:40:04.000000000
+0200
@@ -1,3 +1,9 @@
+2024-05-31: 17.130
+ - merge gh#openSUSE/installation-images#720
+ - Use dedicated path for Slowroll tftpboot files
+ - merge gh#openSUSE/installation-images#721
+ - Check for root permissions at start
+
2024-05-29: 17.129
- merge gh#openSUSE/installation-images#719
- Build Slowroll-specific tftpboot-installation rpm
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-17.129/etc/config
new/installation-images-17.130/etc/config
--- old/installation-images-17.129/etc/config 2024-05-29 12:55:47.000000000
+0200
+++ new/installation-images-17.130/etc/config 2024-05-31 13:40:04.000000000
+0200
@@ -102,6 +102,7 @@
grub2 = openSUSE
plymouth = openSUSE
systemd = openSUSE
+product_name = openSUSE-Tumbleweed-Slowroll
[Theme LeapMicro]
image = 350
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/installation-images-17.129/obs/installation-images.spec
new/installation-images-17.130/obs/installation-images.spec
--- old/installation-images-17.129/obs/installation-images.spec 2024-05-29
12:55:47.000000000 +0200
+++ new/installation-images-17.130/obs/installation-images.spec 2024-05-31
13:40:04.000000000 +0200
@@ -768,6 +768,10 @@
%define __debuginfo_path ^/usr/share/debuginfodeps
%prep
+if [ "$UID" != 0 ] ; then
+ echo "ERROR: need to run this as root. e.g. with osc build
--userootforbuild"
+ exit 1
+fi
%setup -n installation-images-%{version}
rm -f /usr/lib/build/checks/04-check-filelist