Accepting request 1222746 from Virtualization:Appliances:Builder
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1222746 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kiwi?expand=0&rev=125
This commit is contained in:
commit
a3523e2831
4
PKGBUILD
4
PKGBUILD
@ -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=10.1.16
|
||||
pkgver=10.1.18
|
||||
pkgrel=0
|
||||
pkgdesc="KIWI - Appliance Builder Next Generation"
|
||||
url="https://github.com/SUSE/kiwi/tarball/master"
|
||||
@ -12,7 +12,7 @@ makedepends=(make gcc python-build python-docopt python-installer python-lxml py
|
||||
provides=(kiwi-ng kiwi)
|
||||
source=("${pkgname}.tar.gz")
|
||||
changelog="${pkgname}.changes"
|
||||
md5sums=('812a9cd9a12600a955663baa3f6da1e3')
|
||||
md5sums=('e2b8d60701a2aad923b1e353d98f4f4d')
|
||||
|
||||
|
||||
build() {
|
||||
|
@ -1,3 +1,70 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 01 13:31:20 CET 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
|
||||
- Fix make build target
|
||||
|
||||
Move the actions done by the tox target into the
|
||||
build target and call them there in a clean and easy
|
||||
to spot sequence. There is no need to call tox to
|
||||
prepare for the package submission, instead the
|
||||
checks and poetry runs to prepare for the package
|
||||
target should be called directly as part of the
|
||||
build target. In the future we might get rid of
|
||||
tox completely.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 01 13:08:12 CET 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
|
||||
- Bump version: 10.1.17 → 10.1.18
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 31 23:21:53 CET 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
|
||||
- Fixed zipl caller environment
|
||||
|
||||
zipl gets confused with an active sysfs mount inside
|
||||
the root tree at call time of zipl. This commit
|
||||
umounts the /sys bind mount in the image tree prior
|
||||
calling zipl
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 31 17:46:31 CET 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
|
||||
- Fix s390 test-image-disk build
|
||||
|
||||
Add missing kernel links used by suse tools
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 31 10:01:54 CET 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
|
||||
- Bump version: 10.1.16 → 10.1.17
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 30 13:49:02 CET 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
|
||||
- Fix coloring of build_status.sh flags
|
||||
|
||||
Depending on the place of the status flag the color
|
||||
setup might fail. This commit fixes it
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 30 10:24:38 CET 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
|
||||
- Add pytest-container as optional dependency
|
||||
|
||||
The pyproject.toml listed pytest-container as dependency
|
||||
but it is used only to run the container based integration
|
||||
tests for the shell helper methods. For building the package
|
||||
this dependency should not be pulled in
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 25 10:58:52 CEST 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
|
||||
- Fix networking in erofs integration test
|
||||
|
||||
The network setup was systemd-networkd based but
|
||||
the provided network config was not for systemd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 23 12:21:32 CEST 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
|
||||
@ -734,6 +801,16 @@ Wed Jul 31 16:57:30 CEST 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
os.path.basename was called on a MagicMock object which
|
||||
sometimes confused pytest
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 31 15:22:06 CEST 2024 - Neal Gompa <neal@gompa.dev>
|
||||
|
||||
- CI: Add testing against Python 3.13
|
||||
|
||||
Python 3.13 is shipping in Fedora Linux for Fedora Linux 41, so we
|
||||
should ensure kiwi is tested against it. The testing setup is
|
||||
based on the latest development version of 3.13 as it is not
|
||||
yet released.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 31 12:09:20 CEST 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
|
||||
|
@ -52,7 +52,7 @@
|
||||
%endif
|
||||
|
||||
Name: python-kiwi
|
||||
Version: 10.1.16
|
||||
Version: 10.1.18
|
||||
Provides: kiwi-schema = 8.1
|
||||
Release: 0
|
||||
Url: https://github.com/OSInside/kiwi
|
||||
|
BIN
python-kiwi.tar.gz
(Stored with Git LFS)
BIN
python-kiwi.tar.gz
(Stored with Git LFS)
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user