From 52c9816755e80d142efa4122af90696fbece7687 Mon Sep 17 00:00:00 2001 From: Haibo Lin Date: Sat, 8 Jan 2022 22:44:01 +0800 Subject: [PATCH] 4.3.3 release JIRA: RHELCMP-7691 Signed-off-by: Haibo Lin --- doc/conf.py | 2 +- pungi.spec | 12 +++++++++++- setup.py | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 9bc4aa8f..ec267f8a 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -53,7 +53,7 @@ copyright = u'2016, Red Hat, Inc.' # The short X.Y version. version = '4.3' # The full version, including alpha/beta/rc tags. -release = '4.3.2' +release = '4.3.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 8e22fccd..8882c347 100644 --- a/pungi.spec +++ b/pungi.spec @@ -1,5 +1,5 @@ Name: pungi -Version: 4.3.2 +Version: 4.3.3 Release: 1%{?dist} Summary: Distribution compose tool @@ -111,6 +111,16 @@ pytest cd tests && ./test_compose.sh %changelog +* Sat Jan 08 2022 Haibo Lin - 4.3.3-1 +- hybrid: Explicitly pull in debugsource packages (lsedlar) +- Add module obsoletes feature (fvalder) +- buildinstall: Add ability to install extra packages in runroot (ounsal) +- Ignore osbs/osbuild config when reusing iso images (hlin) +- compose: Make sure temporary dirs are world readable (lsedlar) +- Pass compose parameter for debugging git issue (hlin) +- Generate images.json for extra_isos phase (hlin) +- Fix tests for python 2.6 (hlin) + * Thu Nov 11 2021 Haibo Lin - 4.3.2-1 - gather: Load JSON mapping relative to config dir (lsedlar) - gather: Stop requiring all variants/arches in JSON (lsedlar) diff --git a/setup.py b/setup.py index 9ad49aed..3e057d0e 100755 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ packages = sorted(packages) setup( name="pungi", - version="4.3.2", + version="4.3.3", description="Distribution compose tool", url="https://pagure.io/pungi", author="Dennis Gilmore",