diff --git a/doc/conf.py b/doc/conf.py index d5cd50b5..3d2abd17 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.6' +release = '4.3.7' # 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 2d62f2c3..d3a05e29 100644 --- a/pungi.spec +++ b/pungi.spec @@ -1,11 +1,11 @@ %{?python_enable_dependency_generator} Name: pungi -Version: 4.3.6 +Version: 4.3.7 Release: 3%{?dist}.alma Summary: Distribution compose tool -License: GPLv2 +License: GPL-2.0-only URL: https://pagure.io/pungi Source0: %{name}-%{version}.tar.bz2 @@ -159,6 +159,30 @@ rm %{buildroot}%{_bindir}/pungi %changelog +* Fri Mar 17 2023 Stepan Oksanichenko - 4.3.7-3 +- ALBS-987: Generate i686 repositories with pungi on building new distr. version automatically +- KojiMock extracts all modules which are suitable for the variant's arches +- An old code is removed or refactored + +* Fri Jan 20 2023 Fedora Release Engineering - 4.3.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Fri Dec 09 2022 Ondřej Nosek - 4.3.7-1 +- osbuild: test passing of rich repos from configuration (lsedlar) +- osbuild: support specifying `package_sets` for repos (thozza) +- osbuild: don't use `util.get_repo_urls()` (thozza) +- osbuild: update schema and config documentation (thozza) +- Speed up tests by 30 seconds (lsedlar) +- Stop sending compose paths to CTS (lsedlar) +- Report errors from CTS (lsedlar) +- createiso: Create Joliet tree with xorriso (lsedlar) +- init: Filter comps for modular variants with tags (lsedlar) +- Retry failed cts requests (hlin) +- Ignore existing kerberos ticket for CTS auth (lsedlar) +- osbuild: support specifying upload_options (thozza) +- osbuild: accept only a single image type in the configuration (thozza) +- Add Jenkinsfile for CI (hlin) +- profiler: Flush stdout before printing (lsedlar) * Sat Nov 12 2022 Stepan Oksanichenko - 4.3.6-3 - AlmaLinux version. Updates from upstream diff --git a/setup.py b/setup.py index c48b75d9..a6f8bee5 100755 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ packages = sorted(packages) setup( name="pungi", - version="4.3.6", + version="4.3.7", description="Distribution compose tool", url="https://pagure.io/pungi", author="Dennis Gilmore",