Upstream release 4.6.3
(cherry picked from commit 9a24cfff1bfccbafde32a4a34805d9d0aeff5650)
This commit is contained in:
parent
35b720e87a
commit
daea6cabdf
30
pungi.spec
30
pungi.spec
@ -1,8 +1,8 @@
|
||||
%{?python_enable_dependency_generator}
|
||||
|
||||
Name: pungi
|
||||
Version: 4.6.2
|
||||
Release: 7%{?dist}
|
||||
Version: 4.6.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Distribution compose tool
|
||||
|
||||
License: GPL-2.0-only
|
||||
@ -166,6 +166,32 @@ rm %{buildroot}%{_bindir}/pungi
|
||||
%{_bindir}/%{name}-cache-cleanup
|
||||
|
||||
%changelog
|
||||
* Fri Jul 12 2024 Haibo Lin <hlin@redhat.com> - 4.6.3-1
|
||||
- Fix formatting of long line (lsedlar)
|
||||
- unified-isos: Resolve symlinks (lsedlar)
|
||||
- gather: Skip lookaside packages from local lookaside repo (lsedlar)
|
||||
- pkgset: Avoid adding modules to unavailable arches (hlin)
|
||||
- iso: Extract volume id with xorriso if available (lsedlar)
|
||||
- De-duplicate log messages for ostree and ostree_container phases (awilliam)
|
||||
- Handle tracebacks as str or bytes (lsedlar)
|
||||
- ostree/container: add missing --version arg (awilliam)
|
||||
- Block pkgset reuse on module defaults change (lsedlar)
|
||||
- Include task ID in DONE message for OSBS phase (awilliam)
|
||||
- Various phases: consistent format of failure message (awilliam)
|
||||
- Update tests to exercise kiwi specific metadata (lsedlar)
|
||||
- Kiwi: translate virtualbox and azure productmd formats (awilliam)
|
||||
- kiwibuild: Add tests for the basic functionality (lsedlar)
|
||||
- kiwibuild: Remove repos as dicts (lsedlar)
|
||||
- Fix additional image metadata (lsedlar)
|
||||
- Drop kiwibuild_version option (lsedlar)
|
||||
- Update docs with kiwibuild options (lsedlar)
|
||||
- kiwibuild: allow setting description scm and path at phase level (awilliam)
|
||||
- Use latest Fedora for python 3 test environment (lsedlar)
|
||||
- Install unittest2 only on python 2 (lsedlar)
|
||||
- Fix 'failable' handling for kiwibuild phase (awilliam)
|
||||
- image_build: Accept Kiwi extension for Azure VHD images (jeremycline)
|
||||
- image_build: accept Kiwi vagrant image name format (awilliam)
|
||||
|
||||
* Sun Jun 09 2024 Python Maint <python-maint@redhat.com> - 4.6.2-7
|
||||
- Rebuilt for Python 3.13
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pungi-4.6.2.tar.bz2) = c35f15eb952d6fcf510a9d46b21c879f44cbd975b0639828c9912822950766723b4eb159d45b0e1cc4f86f8b3ba381e0d8e07351e88a490da7cc1df5b2478e15
|
||||
SHA512 (pungi-4.6.3.tar.bz2) = 73c01864503f145219e067c8fbe104c52b050d2de93e7ec7658831b0920997ae17aebd661b2cf09240390c1c35dc2c20ba02a99135fc2f533bc924fb5ac21c3b
|
||||
|
Loading…
Reference in New Issue
Block a user