From cf761633f44b2e2e48e9502a55cf5cfcf26de50c Mon Sep 17 00:00:00 2001 From: Haibo Lin Date: Wed, 4 Aug 2021 17:23:19 +0800 Subject: [PATCH] 4.2.10 release JIRA: RHELCMP-6108 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 0b5b3a23..3e3c7fae 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.2' # The full version, including alpha/beta/rc tags. -release = '4.2.9' +release = '4.2.10' # 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 4e5705de..4cc507df 100644 --- a/pungi.spec +++ b/pungi.spec @@ -1,5 +1,5 @@ Name: pungi -Version: 4.2.9 +Version: 4.2.10 Release: 1%{?dist} Summary: Distribution compose tool @@ -111,6 +111,16 @@ pytest cd tests && ./test_compose.sh %changelog +* Wed Aug 04 2021 Haibo Lin - 4.2.10-1 +- Show and log command when using the run_blocking_cmd() method (fdipretre) +- Use cachedir when createrepo (hlin) +- gather: Add all srpms to variant lookaside repo (lsedlar) +- Add task URL to watch task log (hlin) +- Log warning when module defined in variants.xml not found (hlin) +- pkgset: Compare future events correctly (lsedlar) +- util: Strip file:// from local urls (lsedlar) +- Clean up temporary yumroot dir (hlin) + * Thu Apr 29 2021 Ondrej Nosek - 4.2.9-1 - Fix can't link XDEV using repos as pkgset_sources (romain.forlot) - Updated the deprecated ks argument name (to the current inst.ks) (lveyde) diff --git a/setup.py b/setup.py index 91dfd15d..5e0617e1 100755 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ packages = sorted(packages) setup( name="pungi", - version="4.2.9", + version="4.2.10", description="Distribution compose tool", url="https://pagure.io/pungi", author="Dennis Gilmore",