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:
commit
d1a7d5548f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d89c14e81f344f207b86eb767739a9c6c4a1b35e241dda0ecef98ca921742089
|
|
||||||
size 248604
|
|
3
installation-images-17.130.tar.xz
Normal file
3
installation-images-17.130.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1619b61f803b2b7deac9e8f06623c01d64f7b7e89704e08d288e033a28b01b8f
|
||||||
|
size 248776
|
@ -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
|
Wed May 29 10:55:47 UTC 2024 - wfeldt@opensuse.org
|
||||||
|
|
||||||
|
@ -687,7 +687,7 @@ AutoReqProv: off
|
|||||||
Summary: Installation Image Files for %theme
|
Summary: Installation Image Files for %theme
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: Metapackages
|
Group: Metapackages
|
||||||
Version: 17.129
|
Version: 17.130
|
||||||
Release: 0
|
Release: 0
|
||||||
Provides: installation-images = %version-%release
|
Provides: installation-images = %version-%release
|
||||||
Conflicts: otherproviders(installation-images)
|
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
|
%define __debuginfo_path ^/usr/share/debuginfodeps
|
||||||
|
|
||||||
%prep
|
%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}
|
%setup -n installation-images-%{version}
|
||||||
rm -f /usr/lib/build/checks/04-check-filelist
|
rm -f /usr/lib/build/checks/04-check-filelist
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user