SHA256
1
0
forked from pool/python-kiwi

- Bump version: 9.11.19 → 9.11.20

- Only add package manager on image package requests (#550)
  
  If an image description only contains package requests
  from a bootstrap section but no image packages, it's not
  required to install a package manager package into the
  system

OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/python-kiwi?expand=0&rev=69
This commit is contained in:
Marcus Schaefer 2017-11-21 13:37:41 +00:00 committed by Git OBS Bridge
parent 0e5494cb17
commit e5734a2cc5
3 changed files with 42 additions and 4 deletions

View File

@ -1,6 +1,31 @@
-------------------------------------------------------------------
Tue Nov 21 11:16:35 CET 2017 - ms@suse.de
- Bump version: 9.11.19 → 9.11.20
-------------------------------------------------------------------
Tue Nov 21 10:57:36 CET 2017 - ms@suse.de
- Only add package manager on image package requests (#550)
If an image description only contains package requests
from a bootstrap section but no image packages, it's not
required to install a package manager package into the
system
-------------------------------------------------------------------
Tue Nov 21 08:11:20 CET 2017 - ms@suse.de
- Add device-mapper requirement for dracut-kiwi-live
-------------------------------------------------------------------
Mon Nov 20 18:24:15 CET 2017 - dcassany@suse.com
- Post build constraint validation refactored
-------------------------------------------------------------------
Mon Nov 20 15:54:04 CET 2017 - ms@suse.de
- Bump version: 9.11.18 → 9.11.19
-------------------------------------------------------------------
@ -16,6 +41,18 @@ Fri Nov 17 15:30:26 CET 2017 - dcassany@suse.com
- Adding quotes to ensure '%_dbpath' is treated as string
-------------------------------------------------------------------
Fri Nov 17 12:27:05 CET 2017 - dcassany@suse.com
- Add max size post build command
This commit includes a post build constraint validation into the
Result class. With this commit any file included to the result
tuple is verified not to exceed the maximum size configured into
the runtime configuration file config.yml.
Fixes #468
-------------------------------------------------------------------
Fri Nov 17 11:01:05 CET 2017 - ms@suse.de

View File

@ -93,7 +93,7 @@
%endif
Name: python-kiwi
Version: 9.11.19
Version: 9.11.20
Release: 0
Provides: kiwi-schema = 6.6
Url: https://github.com/SUSE/kiwi
@ -344,6 +344,7 @@ geometry according to the setup in the kiwi image configuration
Summary: KIWI - Dracut module for iso(live) image type
Group: System/Management
BuildRequires: dracut
Requires: device-mapper
Requires: dialog
Requires: dracut
Requires: e2fsprogs

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9b1744b8bc91812a8a03bb91dc4ab084680fc464c29ac29361b778ca8d2fe3f5
size 2311493
oid sha256:9266e148f6dbb7a537884aae72c534ef4d3c2ff20734de69f0e9d98534ca2eac
size 2211013