SHA256
1
0
forked from pool/python-kiwi

- Bump version: 9.24.22 → 9.24.23

- Fixed name of secret variable
  The ci-update-build-tests action used a wrong variable
  name which does not exist in the github secrets. This
  commit fixes it and uses the correct variable name

- Bump version: 9.24.21 → 9.24.22

- Revert "Revert "Fixed MicroOS build test""
  This reverts commit 8c4464b8ff2af2642439ce92e1e2be497f2b0f4d.
  snapper default config has moved from /etc to /usr/share
  now hopefully for the last time

- Fixed unit tests
  The pytest interface setup() method call has changed
  in a way that an additional parameter is passed to
  the method which leads to a python error at invocation
  time if the setup method does not define it.

- build-tests: Update CentOS 8 test appliance to CentOS Stream 8
  CentOS Linux 8 is now EOL, so switch over to CentOS Stream 8.

- Fixed handling of oem reboot settings
  There are oem settings called oem-reboot, oem-reboot-interactive
  as well as oem-shutdown and oem-shutdown-interactive. When used
  the information is passed along to the profile but not evaluated
  by any initrd code. I don't know where on the way we lost the
  code that actually works with these settings but this commit
  makes them effective. This Fixes #2056

OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/python-kiwi?expand=0&rev=213
This commit is contained in:
Marcus Schäfer 2022-02-08 07:46:18 +00:00 committed by Git OBS Bridge
parent b50846ec7c
commit 227c8153ad
4 changed files with 70 additions and 5 deletions

View File

@ -3,7 +3,7 @@
pkgname=('python-kiwi' 'kiwi-man-pages' 'dracut-kiwi-lib' 'dracut-kiwi-oem-repart' 'dracut-kiwi-oem-dump' 'dracut-kiwi-live' 'dracut-kiwi-overlay')
arch=(x86_64)
pkgver=9.24.21
pkgver=9.24.23
pkgrel=0
pkgdesc="KIWI - Appliance Builder Next Generation"
url="https://github.com/SUSE/kiwi/tarball/master"
@ -12,7 +12,7 @@ makedepends=(python-setuptools gcc shadow grep)
provides=(kiwi-ng kiwi)
source=("${pkgname}.tar.gz")
changelog="${pkgname}.changes"
md5sums=('ea4fbbc9831b75d0d85b0459facb1b24')
md5sums=('615bcb80225706fbc1b42b05181ca002')
build() {

View File

@ -1,3 +1,68 @@
-------------------------------------------------------------------
Mon Feb 07 22:16:48 CET 2022 - Marcus Schäfer <marcus.schaefer@gmail.com>
- Bump version: 9.24.22 → 9.24.23
-------------------------------------------------------------------
Mon Feb 07 22:15:25 CET 2022 - Marcus Schäfer <marcus.schaefer@gmail.com>
- Fixed name of secret variable
The ci-update-build-tests action used a wrong variable
name which does not exist in the github secrets. This
commit fixes it and uses the correct variable name
-------------------------------------------------------------------
Mon Feb 07 22:08:48 CET 2022 - Marcus Schäfer <marcus.schaefer@gmail.com>
- Bump version: 9.24.21 → 9.24.22
-------------------------------------------------------------------
Mon Feb 07 22:06:36 CET 2022 - Marcus Schäfer <marcus.schaefer@gmail.com>
- Revert "Revert "Fixed MicroOS build test""
This reverts commit 8c4464b8ff2af2642439ce92e1e2be497f2b0f4d.
snapper default config has moved from /etc to /usr/share
now hopefully for the last time
-------------------------------------------------------------------
Mon Feb 07 17:25:33 CET 2022 - Marcus Schäfer <marcus.schaefer@gmail.com>
- Fixed unit tests
The pytest interface setup() method call has changed
in a way that an additional parameter is passed to
the method which leads to a python error at invocation
time if the setup method does not define it.
-------------------------------------------------------------------
Mon Feb 07 15:40:02 CET 2022 - Neal Gompa <ngompa@centosproject.org>
- build-tests: Update CentOS 8 test appliance to CentOS Stream 8
CentOS Linux 8 is now EOL, so switch over to CentOS Stream 8.
-------------------------------------------------------------------
Fri Feb 04 09:50:54 CET 2022 - Marcus Schäfer <marcus.schaefer@gmail.com>
- Fixed handling of oem reboot settings
There are oem settings called oem-reboot, oem-reboot-interactive
as well as oem-shutdown and oem-shutdown-interactive. When used
the information is passed along to the profile but not evaluated
by any initrd code. I don't know where on the way we lost the
code that actually works with these settings but this commit
makes them effective. This Fixes #2056
-------------------------------------------------------------------
Thu Feb 03 17:40:07 CET 2022 - Dirk Müller <dirk@dmllr.de>
- treat armv8l as armv7hl
openSUSE switched from armv7hl buildworkers to aarch64 in 32bit mode
which identifies itself as "armv8l" in uname -m.
-------------------------------------------------------------------
Tue Feb 01 10:15:00 CET 2022 - Marcus Schäfer <marcus.schaefer@gmail.com>

View File

@ -43,7 +43,7 @@
%endif
Name: python-kiwi
Version: 9.24.21
Version: 9.24.23
Provides: kiwi-schema = 7.4
Release: 0
Url: https://github.com/OSInside/kiwi

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:da6d9cef56c5dcb1baf8dcaa44ea165cfe0a0f5cb7a8905272fc2e319790bd1f
size 2112138
oid sha256:208da00c5b6f3204804e8d5bbb8bbf69b888c2c1e9644930b016e1e67b9b220d
size 2113556