Accepting request 1177921 from system:install:head

submitted by snwint via jenkins

OBS-URL: https://build.opensuse.org/request/show/1177921
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/installation-images?expand=0&rev=214
This commit is contained in:
Ana Guerrero 2024-06-04 10:50:45 +00:00 committed by Git OBS Bridge
commit d1a7d5548f
4 changed files with 21 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d89c14e81f344f207b86eb767739a9c6c4a1b35e241dda0ecef98ca921742089
size 248604

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1619b61f803b2b7deac9e8f06623c01d64f7b7e89704e08d288e033a28b01b8f
size 248776

View File

@ -1,3 +1,16 @@
--------------------------------------------------------------------
Fri May 31 11:40:04 UTC 2024 - wfeldt@opensuse.org
- merge gh#openSUSE/installation-images#721
- Check for root permissions at start
- 17.130
--------------------------------------------------------------------
Fri May 31 11:37:40 UTC 2024 - wfeldt@opensuse.org
- merge gh#openSUSE/installation-images#720
- Use dedicated path for Slowroll tftpboot files
--------------------------------------------------------------------
Wed May 29 10:55:47 UTC 2024 - wfeldt@opensuse.org

View File

@ -687,7 +687,7 @@ AutoReqProv: off
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 @@ Package that holds debuginfo dependencies for image files in installation-image.
%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