forked from pool/python-kiwi
Accepting request 605755 from Virtualization:Appliances:Builder
- Bump version: 9.15.0 → 9.15.1 - Add a chapter for uninstall package requests in docs (#726) Add a chapter for uninstall package requests in docs - Update arm integration test Existing panda build was outdated and non functional. Move the test to a more popular target and write the image description to use technology matching the suse arm development effort. Target is now Rpi(64bit) - Use latest version of sphinx Formerly sphinx==1.6.7 was used because travis-sphinx failed with latest sphinx. Now travis-sphinx fails with 1.6.7 and I hope using latest sphinx will fix that - Bump version: 9.14.7 → 9.15.0 OBS-URL: https://build.opensuse.org/request/show/605755 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kiwi?expand=0&rev=27
This commit is contained in:
commit
f7031ecce4
@ -1,8 +1,73 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 9 14:53:02 CEST 2018 - ms@suse.de
|
||||
|
||||
- Bump version: 9.15.0 → 9.15.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 9 12:52:59 CEST 2018 - davidcassany@gmail.com
|
||||
|
||||
- Add a chapter for uninstall package requests in docs (#726)
|
||||
|
||||
Add a chapter for uninstall package requests in docs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 8 16:31:57 CEST 2018 - ms@suse.de
|
||||
|
||||
- Update arm integration test
|
||||
|
||||
Existing panda build was outdated and non functional.
|
||||
Move the test to a more popular target and write the
|
||||
image description to use technology matching the
|
||||
suse arm development effort. Target is now Rpi(64bit)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 8 11:18:21 CEST 2018 - ms@suse.de
|
||||
|
||||
- Use latest version of sphinx
|
||||
|
||||
Formerly sphinx==1.6.7 was used because travis-sphinx failed
|
||||
with latest sphinx. Now travis-sphinx fails with 1.6.7 and
|
||||
I hope using latest sphinx will fix that
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 8 08:42:24 CEST 2018 - ms@suse.de
|
||||
|
||||
- Bump version: 9.14.7 → 9.15.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 7 15:49:51 CEST 2018 - dcassany@suse.com
|
||||
|
||||
- Add comment in pinch_system calls
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 7 15:10:47 CEST 2018 - dcassany@suse.com
|
||||
|
||||
- Refining the uninstall type implementation
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 4 15:00:31 CEST 2018 - dcassany@suse.com
|
||||
|
||||
- Add uninstall pacakges type
|
||||
|
||||
This commit adds a new `uninstall` type for packages. Packages listed
|
||||
with this type will be removed by the package manager cleaning also any
|
||||
unneeded dependency. The removal is executed after running `config.sh`.
|
||||
|
||||
Also in this commit `delete` type for packages is now executed after
|
||||
`uninstall` packages, meaing it also happens after `config.sh`.
|
||||
|
||||
Fixes #625
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 4 10:52:28 CEST 2018 - ms@suse.de
|
||||
|
||||
|
||||
- Bump version: 9.14.6 → 9.14.7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 4 10:40:13 CEST 2018 - dcassany@suse.com
|
||||
|
||||
- Some simple code cleaning
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 4 10:23:12 CEST 2018 - ms@suse.de
|
||||
|
||||
|
@ -38,7 +38,7 @@
|
||||
%endif
|
||||
|
||||
Name: python-kiwi
|
||||
Version: 9.14.7
|
||||
Version: 9.15.1
|
||||
Provides: kiwi-schema = 6.6
|
||||
Release: 0
|
||||
Url: https://github.com/SUSE/kiwi
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f9e6bb140839eac2a37964313865b132fd7a312d921b641ac2bbf3ef8697c0a4
|
||||
size 522348
|
||||
oid sha256:1ebb80fb06ce2ab302b984a6d0bbd3f7ed47221044465ad17881080df1a699cc
|
||||
size 524101
|
||||
|
Loading…
Reference in New Issue
Block a user