From 091d2282197d3d4000c2d4b385617d7b74323843 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Tue, 6 Jun 2023 15:50:31 +0200 Subject: [PATCH] 4.4.0 release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit JIRA: RHELCMP-11764 Signed-off-by: Lubomír Sedlář --- doc/conf.py | 4 ++-- pungi.spec | 17 ++++++++++++++++- setup.py | 2 +- 3 files changed, 19 insertions(+), 4 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index ea98e7bb..763c4de7 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -51,9 +51,9 @@ copyright = u'2016, Red Hat, Inc.' # built documents. # # The short X.Y version. -version = '4.3' +version = '4.4' # The full version, including alpha/beta/rc tags. -release = '4.3.8' +release = '4.4.0' # 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 89d92d0b..3269eb29 100644 --- a/pungi.spec +++ b/pungi.spec @@ -1,5 +1,5 @@ Name: pungi -Version: 4.3.8 +Version: 4.4.0 Release: 1%{?dist} Summary: Distribution compose tool @@ -110,6 +110,21 @@ pytest cd tests && ./test_compose.sh %changelog +* Tue Jun 06 2023 Lubomír Sedlář - 4.4.0-1 +- gather-dnf: Run latest() later (lsedlar) +- iso: Support joliet long names (lsedlar) +- Drop pungi-orchestrator code (lsedlar) +- isos: Ensure proper file ownership and permissions (lsedlar) +- gather: Always get latest packages (lsedlar) +- Add back compatibility with jsonschema <3.0.0 (lsedlar) +- Remove useless debug message (lsedlar) +- Remove fedmsg from requirements (lsedlar) +- gather: Support dotarch in DNF backend (lsedlar) +- Set the priority in the fedora-messaging notifier (aurelien) +- Fix compatibility with createrepo_c 0.21.1 (lsedlar) +- comps: Apply arch filtering to environment/optionlist (lsedlar) +- Add config file for cleaning up cache files (hlin) + * Tue Mar 28 2023 Haibo Lin - 4.3.8-1 - createiso: Update possibly changed file on DVD (lsedlar) - pkgset: Stop reuse if configuration changed (lsedlar) diff --git a/setup.py b/setup.py index 6ab2c8bd..991bf8a3 100755 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ packages = sorted(packages) setup( name="pungi", - version="4.3.8", + version="4.4.0", description="Distribution compose tool", url="https://pagure.io/pungi", author="Dennis Gilmore",