Accepting request 497894 from Virtualization:Appliances:Builder
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/497894 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kiwi?expand=0&rev=5
This commit is contained in:
commit
abb1083c43
@ -1,3 +1,182 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 17 10:52:18 CEST 2017 - ms@suse.de
|
||||||
|
|
||||||
|
- Bump version: 9.6.1 → 9.6.2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 16 10:37:52 CEST 2017 - ngompa@datto.com
|
||||||
|
|
||||||
|
- Use 'yum-deprecated' if it exists when using Yum
|
||||||
|
|
||||||
|
On Fedora and Mageia systems, the Yum package manager binary is named
|
||||||
|
'yum-deprecated', and 'yum' redirects to DNF. This is a problem for
|
||||||
|
being able to build images of Linux systems that use Yum as its package
|
||||||
|
manager, like RHEL/CentOS 7.
|
||||||
|
|
||||||
|
So, in order to ensure we use the right package manager, we check for
|
||||||
|
the 'yum-deprecated' binary and use it if it exists.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 16 09:47:52 CEST 2017 - ms@suse.com
|
||||||
|
|
||||||
|
- Restructure low level topic (iso_to_usb)
|
||||||
|
|
||||||
|
The low level topic references information from the base
|
||||||
|
topic. In this case the name of the previously built image.
|
||||||
|
I think we should provide information on each low level
|
||||||
|
topic which references information from a base topic.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 15 19:38:53 CEST 2017 - dcassany@suse.com
|
||||||
|
|
||||||
|
- Handle rpm-check-signatures flag for each package manager
|
||||||
|
|
||||||
|
This commit adds support for the rpm-check-signatures flag, which
|
||||||
|
sets the package manager to verify or not each package signature.
|
||||||
|
By default KIWI assumes no gpg checks are done.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 15 16:02:45 CEST 2017 - toms@suse.de
|
||||||
|
|
||||||
|
- Separate low-level topics (dumping)
|
||||||
|
|
||||||
|
* Separate the high-level (building) from the low-level part (dumping)
|
||||||
|
* Introduce a subsection ("Working with Images"); not sure, if this is
|
||||||
|
useful under "Building Images"
|
||||||
|
* Enhance with some (general) advise about booting from USB
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 15 13:42:26 CEST 2017 - toms@suse.de
|
||||||
|
|
||||||
|
- Provide missing _hybrid_iso label
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 15 11:27:02 CEST 2017 - ms@suse.com
|
||||||
|
|
||||||
|
- Fixup check_target_directory_not_in_shared_cache
|
||||||
|
|
||||||
|
The runtime check compared the given target path if it starts
|
||||||
|
with the cache directory /var/cache/kiwi. This however also
|
||||||
|
matches for e.g /var/cache/kiwi-foo which would be a valid
|
||||||
|
target directory. This patch changes the matcher in a way to
|
||||||
|
really check if the target directory points to the same cache
|
||||||
|
directory structure.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 12 15:29:50 CEST 2017 - ms@suse.com
|
||||||
|
|
||||||
|
- Set default dracut output format to match upstream
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 12 12:53:19 CEST 2017 - ms@suse.com
|
||||||
|
|
||||||
|
- Added dracut output file format detection
|
||||||
|
|
||||||
|
Unfortunately the dracut initrd output file format varies between
|
||||||
|
the different Linux distributions. Tools like lsinitrd, and also
|
||||||
|
grub2 rely on the initrd output file to be in that format.
|
||||||
|
Thus when kiwi uses dracut the same file format should be used
|
||||||
|
all over the place in order to stay compatible with what the
|
||||||
|
distribution does. Fixes #325
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 12 11:42:55 CEST 2017 - toms@suse.de
|
||||||
|
|
||||||
|
- Revised example for issue #323
|
||||||
|
|
||||||
|
* Add abstract (use `.. sidebar`, not sure if we should use it)
|
||||||
|
* Collect all concept oriented text in the beginning
|
||||||
|
* Introduce procedure and create steps
|
||||||
|
* Remove lonely subsection and combine it with the procedure
|
||||||
|
|
||||||
|
TODO:
|
||||||
|
* Review
|
||||||
|
* Decide, if `.. sidebar` is ok (or should we better use `.. topic`?)
|
||||||
|
* Add additional, related information?
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 11 15:58:52 CEST 2017 - ms@suse.com
|
||||||
|
|
||||||
|
- Bump version: 9.6.0 → 9.6.1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 11 12:51:55 CEST 2017 - dcassany@suse.com
|
||||||
|
|
||||||
|
- Update build docker images documentation
|
||||||
|
|
||||||
|
This commit includes steps to install umoci and skopeo, descriptions
|
||||||
|
for the configurable metadata in KIWI and some simple style fixes.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 9 17:34:01 CEST 2017 - ms@suse.com
|
||||||
|
|
||||||
|
- Fixed tox.ini doc target
|
||||||
|
|
||||||
|
location of schema docs has changed, and we better disable
|
||||||
|
the spell check as long as not all unknown technical terms
|
||||||
|
are added to the wordlist.txt
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 8 14:20:17 CEST 2017 - Jellyfrog@users.noreply.github.com
|
||||||
|
|
||||||
|
- Use correct service name variable
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun May 7 20:27:16 CEST 2017 - ms@suse.com
|
||||||
|
|
||||||
|
- Refactor documentation layout and structure
|
||||||
|
|
||||||
|
The current design of the documentation does not allow for
|
||||||
|
continous improvement and development. It's missing a basic
|
||||||
|
structure and concept for documenting step-by-step workflows
|
||||||
|
and generic explanations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 5 19:12:34 CEST 2017 - ngompa@datto.com
|
||||||
|
|
||||||
|
- Remove erroneous statement in request_package_exclusion() for Yum+DNF
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 5 09:04:42 CEST 2017 - ms@suse.com
|
||||||
|
|
||||||
|
- Fixed markup in contributing chapter
|
||||||
|
|
||||||
|
The headline of a subsection wrongly indicates a toplevel entry
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 28 12:33:12 CEST 2017 - dcassany@suse.com
|
||||||
|
|
||||||
|
- Evaluate UNIONFS_CONFIG filesystem
|
||||||
|
|
||||||
|
This commit makes sure the filesystem is parsed from the
|
||||||
|
UNIONFS_CONFIG configuration variable when the PXE image is
|
||||||
|
loaded to a block device.
|
||||||
|
|
||||||
|
This commit fixes #316
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 28 12:13:30 CEST 2017 - ms@suse.com
|
||||||
|
|
||||||
|
- Fixed GPL license text to match headers and spec
|
||||||
|
|
||||||
|
source headers and spec file is pointing to GPL v3 but the
|
||||||
|
license file was still at version 2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 27 17:21:26 CEST 2017 - ngompa@datto.com
|
||||||
|
|
||||||
|
- Add support for excluding packages when using DNF
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 27 17:19:13 CEST 2017 - ngompa@datto.com
|
||||||
|
|
||||||
|
- Add support for excluding packages when using Yum
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 27 16:21:46 CEST 2017 - ngompa@datto.com
|
||||||
|
|
||||||
|
- Fix comment about Zypper locks to reflect reality
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 26 17:29:31 CEST 2017 - ms@suse.com
|
Wed Apr 26 17:29:31 CEST 2017 - ms@suse.com
|
||||||
|
|
||||||
|
@ -67,7 +67,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-kiwi
|
Name: python-kiwi
|
||||||
Version: 9.6.0
|
Version: 9.6.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Provides: kiwi-schema = 6.5
|
Provides: kiwi-schema = 6.5
|
||||||
Url: https://github.com/SUSE/kiwi
|
Url: https://github.com/SUSE/kiwi
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:d5dba6da3e51a05a278828b1144a49aafaeeccc132adb6292447363ba3d77fb8
|
oid sha256:4fad09b695122399a1e197a2b7535b2f60c2f320b97caf8b9b15faf42510bcc0
|
||||||
size 3177053
|
size 3385696
|
||||||
|
Loading…
Reference in New Issue
Block a user