Release 4.3.3
This commit is contained in:
parent
cfd77df139
commit
7cc425d69b
24
1572.patch
24
1572.patch
@ -1,24 +0,0 @@
|
|||||||
From 5e6248e3e0222af2f4c0cf564aad584fabf093f8 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Haibo Lin <hlin@redhat.com>
|
|
||||||
Date: Nov 15 2021 06:38:53 +0000
|
|
||||||
Subject: Generate images.json for extra_isos phase
|
|
||||||
|
|
||||||
|
|
||||||
JIRA: RHELCMP-7241
|
|
||||||
Signed-off-by: Haibo Lin <hlin@redhat.com>
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
diff --git a/pungi/scripts/pungi_koji.py b/pungi/scripts/pungi_koji.py
|
|
||||||
index b8669d8..97db226 100644
|
|
||||||
--- a/pungi/scripts/pungi_koji.py
|
|
||||||
+++ b/pungi/scripts/pungi_koji.py
|
|
||||||
@@ -553,6 +553,7 @@ def run_compose(
|
|
||||||
buildinstall_phase.skip()
|
|
||||||
and ostree_installer_phase.skip()
|
|
||||||
and createiso_phase.skip()
|
|
||||||
+ and extra_isos_phase.skip()
|
|
||||||
and liveimages_phase.skip()
|
|
||||||
and livemedia_phase.skip()
|
|
||||||
and image_build_phase.skip()
|
|
||||||
|
|
15
pungi.spec
15
pungi.spec
@ -1,14 +1,13 @@
|
|||||||
%{?python_enable_dependency_generator}
|
%{?python_enable_dependency_generator}
|
||||||
|
|
||||||
Name: pungi
|
Name: pungi
|
||||||
Version: 4.3.2
|
Version: 4.3.3
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Distribution compose tool
|
Summary: Distribution compose tool
|
||||||
|
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: https://pagure.io/pungi
|
URL: https://pagure.io/pungi
|
||||||
Source0: https://pagure.io/releases/%{name}/%{name}-%{version}.tar.bz2
|
Source0: https://pagure.io/releases/%{name}/%{name}-%{version}.tar.bz2
|
||||||
Patch0: https://pagure.io/pungi/pull-request/1572.patch
|
|
||||||
|
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: python3-pytest
|
BuildRequires: python3-pytest
|
||||||
@ -138,6 +137,16 @@ rm %{buildroot}%{_bindir}/pungi
|
|||||||
%{_bindir}/%{name}-wait-for-signed-ostree-handler
|
%{_bindir}/%{name}-wait-for-signed-ostree-handler
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 14 2022 Haibo Lin <hlin@redhat.com> - 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)
|
||||||
|
|
||||||
* Mon Nov 15 2021 Haibo Lin <hlin@redhat.com> - 4.3.2-2
|
* Mon Nov 15 2021 Haibo Lin <hlin@redhat.com> - 4.3.2-2
|
||||||
- Backport patch for generating images.json
|
- Backport patch for generating images.json
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (pungi-4.3.2.tar.bz2) = 378c0b78b116e0388252e04b4fc44a62d79d8590094b1bc58187495b700ee78c74eabdc5d602b758aa11108812f5cdc6e4eef5e50695fb639f1d63abfa99f06d
|
SHA512 (pungi-4.3.3.tar.bz2) = de74984427a8f8e2aba8ba6aec3048da14abb3d3a27213e655d3296c69617e82b014611f3f23ab1a066cf50fd0e9bc3b56cf9a7202217e8783849f77c9a391ec
|
||||||
|
Loading…
Reference in New Issue
Block a user