New upstream release
This commit is contained in:
parent
c996254934
commit
5871223a3b
41
pungi.spec
41
pungi.spec
@ -1,16 +1,13 @@
|
|||||||
%{?python_enable_dependency_generator}
|
%{?python_enable_dependency_generator}
|
||||||
|
|
||||||
Name: pungi
|
Name: pungi
|
||||||
Version: 4.1.41
|
Version: 4.2.0
|
||||||
Release: 5%{?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/1310.patch
|
|
||||||
Patch1: https://pagure.io/pungi/pull-request/1311.patch
|
|
||||||
Patch2: https://pagure.io/pungi/pull-request/1319.patch
|
|
||||||
|
|
||||||
BuildRequires: python3-nose
|
BuildRequires: python3-nose
|
||||||
BuildRequires: python3-mock
|
BuildRequires: python3-mock
|
||||||
@ -144,6 +141,40 @@ nosetests-3 --exe
|
|||||||
%{_bindir}/%{name}-wait-for-signed-ostree-handler
|
%{_bindir}/%{name}-wait-for-signed-ostree-handler
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 03 2020 Lubomír Sedlář <lsedlar@redhat.com> - 4.2.0-1
|
||||||
|
- iso: Clean up cache for guestmount (lsedlar)
|
||||||
|
- Remove deprecated warn() call (lsedlar)
|
||||||
|
- arch_utils: Fix ResourceWarnings (lsedlar)
|
||||||
|
- Add support for new Pungi Buildinstall Koji plugin. (jkaluza)
|
||||||
|
- Make --task-id mandatory in get_runroot_cmd (hlin)
|
||||||
|
- Wait on runroot tasks with wait-task command (hlin)
|
||||||
|
- pkgset: Ignore deleted module builds (hlin)
|
||||||
|
- Add tests for new exclude options (lsedlar)
|
||||||
|
- Remove invalid parameters from osbs config (hlin)
|
||||||
|
- pungi-gather: add options for excluding debug and source packages
|
||||||
|
(frederic.pierret)
|
||||||
|
- Hide latest koji package via pkgset_koji_builds option (hlin)
|
||||||
|
- Add a new option for customizing version in .treeinfo (lsedlar)
|
||||||
|
- Kickstart on RHEL 7 does not have metalink attr (lsedlar)
|
||||||
|
- Support generating ISOs when using link_type="symlink". (jkaluza)
|
||||||
|
- pkgset: Hardlink downloaded packages (lsedlar)
|
||||||
|
- Check dependency of --just-phase (hlin)
|
||||||
|
- Update runroot_method documentation. (jkaluza)
|
||||||
|
- Remove productimg phase (hlin)
|
||||||
|
- Fix unified isos with missing images.json (lsedlar)
|
||||||
|
- Allow setting runroot_method per Pungi phase. (jkaluza)
|
||||||
|
- ostree: Fix arg passed to scm.get_dir_from_scm (hlin)
|
||||||
|
- Improve detection of lookaside packages (lsedlar)
|
||||||
|
- gather: Deduplicate packages before printing (lsedlar)
|
||||||
|
- Do not mention pdc_client when missing modulemd (hlin)
|
||||||
|
- gather: Improve logging for gathering (hlin)
|
||||||
|
- gather: handle metalink in kickstart repos (frederic.pierret)
|
||||||
|
- tests: drop sys.path modification (hlin)
|
||||||
|
- cleanup: refactor scripts via entry points (hlin)
|
||||||
|
- Avoid crash if a module is not available on all arches (lsedlar)
|
||||||
|
- Add version constraint to productmd dependency (lsedlar)
|
||||||
|
- Allow specifying temp dir in pungi-gather (frederic.pierret)
|
||||||
|
|
||||||
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.41-5
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.41-5
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (pungi-4.1.41.tar.bz2) = d2f1263c209f3f2a1e95571fdd6a1327852e480339d64a03b3b985bd235ebac05b63538ce3d8518a7174a25a8b2210007d0490aa1d07d092fe5d49cb40c9fd83
|
SHA512 (pungi-4.2.0.tar.bz2) = 5c9033416e9f7bc2ab6661874ffd8ea9efd144d16bad8fb2ef2d967915c4356ab87ff81b7680d34cbd01121dfd41b36d6a5562b38467be96c76738b18416362c
|
||||||
|
Loading…
Reference in New Issue
Block a user