- release 16.25
OBS-URL: https://build.opensuse.org/package/show/system:install:head/installation-images?expand=0&rev=1337
This commit is contained in:
parent
a02880c15e
commit
8f553dfd98
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:818027a57ded7b4b77400983b821363b2da61dbb5084358fc2db7e788e664b15
|
||||
size 206480
|
3
installation-images-16.25.tar.xz
Normal file
3
installation-images-16.25.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ae3257772181aaa29b6289d1a544b80e24e2261e904c2066017c7d8dbea16dc1
|
||||
size 204492
|
@ -1,3 +1,24 @@
|
||||
--------------------------------------------------------------------
|
||||
Fri Oct 23 14:27:46 UTC 2020 - wfeldt@opensuse.org
|
||||
|
||||
- merge gh#openSUSE/installation-images#434
|
||||
- add framework for perl tests
|
||||
- cleanup Conv2Image
|
||||
- remove minix support
|
||||
- cleanup MakeExt2Image
|
||||
- move shellcheck checks into test framework
|
||||
- add regression test for dash bug bsc#1177691
|
||||
- add tests for CompressImage
|
||||
- add tests for Conv2Image
|
||||
- documented CompressImage.pm
|
||||
- documented lib/Conv2Image.pm
|
||||
- reworked doc in MakeExt2Image.pm
|
||||
- adjusted 10_lib_compress_image.t
|
||||
- added test for MakeExt2Image
|
||||
- removed obsolete FAT fs modules
|
||||
- enable tests
|
||||
- 16.25
|
||||
|
||||
--------------------------------------------------------------------
|
||||
Tue Oct 13 08:21:31 UTC 2020 - wfeldt@opensuse.org
|
||||
|
||||
|
@ -646,7 +646,7 @@ AutoReqProv: off
|
||||
Summary: Installation Image Files for %theme
|
||||
License: GPL-2.0-or-later
|
||||
Group: Metapackages
|
||||
Version: 16.24
|
||||
Version: 16.25
|
||||
Release: 0
|
||||
Provides: installation-images = %version-%release
|
||||
Conflicts: otherproviders(installation-images)
|
||||
@ -752,6 +752,9 @@ export BOOTMENU_NO_UPGRADE=1
|
||||
%if 0%{?config_yast_selfupdate:1}
|
||||
export YAST_SELFUPDATE=%{config_yast_selfupdate}
|
||||
%endif
|
||||
# check that we are generally ok
|
||||
make test
|
||||
# build it
|
||||
make THEMES=%theme
|
||||
%ifarch %ix86 x86_64
|
||||
%if %{with xen}
|
||||
|
Loading…
x
Reference in New Issue
Block a user