diff --git a/installation-images-17.129.tar.xz b/installation-images-17.129.tar.xz deleted file mode 100644 index b131f68..0000000 --- a/installation-images-17.129.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d89c14e81f344f207b86eb767739a9c6c4a1b35e241dda0ecef98ca921742089 -size 248604 diff --git a/installation-images-17.130.tar.xz b/installation-images-17.130.tar.xz new file mode 100644 index 0000000..e871007 --- /dev/null +++ b/installation-images-17.130.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1619b61f803b2b7deac9e8f06623c01d64f7b7e89704e08d288e033a28b01b8f +size 248776 diff --git a/installation-images.changes b/installation-images.changes index f3e1f93..4a805a0 100644 --- a/installation-images.changes +++ b/installation-images.changes @@ -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 diff --git a/installation-images.spec b/installation-images.spec index 278c81e..6a1e518 100644 --- a/installation-images.spec +++ b/installation-images.spec @@ -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