From 0cb18bfa24f2157b875c68fdbf89218ededcae8c Mon Sep 17 00:00:00 2001 From: Haibo Lin Date: Fri, 12 Jul 2024 09:29:46 +0800 Subject: [PATCH] Release 4.6.3 JIRA: RHELCMP-13724 Signed-off-by: Haibo Lin --- doc/conf.py | 2 +- pungi.spec | 28 +++++++++++++++++++++++++++- setup.py | 2 +- 3 files changed, 29 insertions(+), 3 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 6d32c3cd..e6db2735 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -53,7 +53,7 @@ copyright = "2016, Red Hat, Inc." # The short X.Y version. version = "4.6" # The full version, including alpha/beta/rc tags. -release = "4.6.2" +release = "4.6.3" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/pungi.spec b/pungi.spec index c34882f7..c54d37a1 100644 --- a/pungi.spec +++ b/pungi.spec @@ -1,5 +1,5 @@ Name: pungi -Version: 4.6.2 +Version: 4.6.3 Release: 1%{?dist} Summary: Distribution compose tool @@ -110,6 +110,32 @@ pytest cd tests && ./test_compose.sh %changelog +* Fri Jul 12 2024 Haibo Lin - 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) + * Tue Mar 05 2024 Lubomír Sedlář - 4.6.2-1 - Phases/osbuild: support passing 'customizations' for image builds (thozza) - dnf: Load filelists for actual solver too (lsedlar) diff --git a/setup.py b/setup.py index dda72682..d376a66f 100755 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ packages = sorted(packages) setup( name="pungi", - version="4.6.2", + version="4.6.3", description="Distribution compose tool", url="https://pagure.io/pungi", author="Dennis Gilmore",