New upstream release 4.1.39
This commit is contained in:
parent
c43478f245
commit
3c0fd4abf0
@ -1,36 +0,0 @@
|
||||
From 3f4c084ba07ac2a4bcee499dceee9e1b7cc7fbdf Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= <lsedlar@redhat.com>
|
||||
Date: Fri, 19 Jul 2019 11:04:01 +0200
|
||||
Subject: [PATCH] gather: Mark repos as containing module hotfixes
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
||||
This should prevent DNF from doing any unwanted magic with the contents.
|
||||
Ideally we want it to completely ignore the modular metadata in there,
|
||||
but there seems to be no way to do that.
|
||||
|
||||
This should at least prevent it from hiding non-modular packages that
|
||||
are masked by some default stream.
|
||||
|
||||
Fixes: https://pagure.io/pungi/issue/1241
|
||||
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
|
||||
---
|
||||
pungi/dnf_wrapper.py | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/pungi/dnf_wrapper.py b/pungi/dnf_wrapper.py
|
||||
index cef9c397..798b2f8f 100644
|
||||
--- a/pungi/dnf_wrapper.py
|
||||
+++ b/pungi/dnf_wrapper.py
|
||||
@@ -59,6 +59,7 @@ class DnfWrapper(dnf.Base):
|
||||
baseurl=[baseurl],
|
||||
enabledgroups=enablegroups,
|
||||
priority=10 if lookaside else 20,
|
||||
+ module_hotfixes=True,
|
||||
)
|
||||
|
||||
|
||||
--
|
||||
2.21.0
|
||||
|
61
pungi.spec
61
pungi.spec
@ -1,14 +1,13 @@
|
||||
%{?python_enable_dependency_generator}
|
||||
|
||||
Name: pungi
|
||||
Version: 4.1.38
|
||||
Release: 3%{?dist}
|
||||
Version: 4.1.39
|
||||
Release: 1%{?dist}
|
||||
Summary: Distribution compose tool
|
||||
|
||||
License: GPLv2
|
||||
URL: https://pagure.io/pungi
|
||||
Source0: https://pagure.io/releases/%{name}/%{name}-%{version}.tar.bz2
|
||||
Patch0: 0001-gather-Mark-repos-as-containing-module-hotfixes.patch
|
||||
|
||||
BuildRequires: python3-nose
|
||||
BuildRequires: python3-mock
|
||||
@ -34,7 +33,7 @@ BuildRequires: python3-koji
|
||||
BuildRequires: python3-unittest2
|
||||
BuildRequires: lorax
|
||||
BuildRequires: python3-PyYAML
|
||||
BuildRequires: python3-libmodulemd1
|
||||
BuildRequires: python3-libmodulemd
|
||||
BuildRequires: python3-gobject
|
||||
BuildRequires: python3-createrepo_c
|
||||
BuildRequires: python3-dogpile-cache
|
||||
@ -203,6 +202,60 @@ nosetests-3 --exe
|
||||
%{_bindir}/%{name}-wait-for-signed-ostree-handler
|
||||
|
||||
%changelog
|
||||
* Mon Sep 09 2019 Lubomír Sedlář <lsedlar@redhat.com> - 4.1.39-1
|
||||
- Fix getting platforms from lookaside (lsedlar)
|
||||
- extra-files: Simplify iterating over variants (lsedlar)
|
||||
- createiso: Make media.repo sticky (lsedlar)
|
||||
- hybrid: Re-add getting platform from lookaside repos (lsedlar)
|
||||
- pkgset: Remove fast_merge method (lsedlar)
|
||||
- Add test for materialized pkgset (lsedlar)
|
||||
- Remove package whitelist (lsedlar)
|
||||
- paths: Remove arch_repo path (lsedlar)
|
||||
- gather: Remove use of arch_repo (lsedlar)
|
||||
- ostree-installer: Remove usage of arch_repo (lsedlar)
|
||||
- ostree: Remove arch_repo path usage (lsedlar)
|
||||
- buildinstall: Remove arch_repo usage (lsedlar)
|
||||
- createrepo: Remove arch_repo usage (lsedlar)
|
||||
- Fix tests (lsedlar)
|
||||
- pkgset: Update processing file cache (lsedlar)
|
||||
- Remove pickling from source repos (lsedlar)
|
||||
- gather: Port hybrid method (lsedlar)
|
||||
- pkgset: Update Koji source to create multiple pkgsets (lsedlar)
|
||||
- pkgset: Add object representing a package set on disk (lsedlar)
|
||||
- pkgset: Add name to package set (lsedlar)
|
||||
- paths: Add function to generate path to pkgset repo (lsedlar)
|
||||
- Update code to pass around a list of pkgsets (lsedlar)
|
||||
- Store the parsed variants for possible later re-use (riehecky)
|
||||
- compose: additional logging on variants being processed (riehecky)
|
||||
- Refactor code for removing repoclosure cache (hlin)
|
||||
- Delete cache dirs even though repoclosure command failed (hlin)
|
||||
- Delete lookaside cache dir (hlin)
|
||||
- Delete repoclosure cache (hlin)
|
||||
- Add function to get all arches in a compose (lsedlar)
|
||||
- Remove not-used hack to workaround required option (lsedlar)
|
||||
- pkgset: Create repos in a single place (lsedlar)
|
||||
- pkgset: Added modules to variant in correct format (lsedlar)
|
||||
- Add compose_id to repoclosure/lookaside directory names (hlin)
|
||||
- Fix shadowed variable (lsedlar)
|
||||
- Remove now unused msg variables (lsedlar)
|
||||
- Remove debug mode (lsedlar)
|
||||
- Remove dead code (lsedlar)
|
||||
- pkgset: Check for empty module index (lsedlar)
|
||||
- gather: Mark repos as containing module hotfixes (lsedlar)
|
||||
- config: Deprecate bootable option (hlin)
|
||||
- Use createrepo_checksum option instead of hardcoded sha256 (hlin)
|
||||
- pkgset: Skip adding modulemd if there is none (lsedlar)
|
||||
- test: Allow turning strictness off as well (lsedlar)
|
||||
- Port to libmodulemd v2 (lsedlar)
|
||||
- test: Option to make size check strict (lsedlar)
|
||||
- gather: Remove unused argument (lsedlar)
|
||||
- pkgset: Load modulemd only when needed (lsedlar)
|
||||
- Stop storing modulemd without arch (lsedlar)
|
||||
- Remove unused import (lsedlar)
|
||||
- doc: Clarify relationship to Koji (lsedlar)
|
||||
- gather: Correctly sort list with multiple data types (lsedlar)
|
||||
- git-changelog: Fix running on Python 3 (lsedlar)
|
||||
|
||||
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 4.1.38-3
|
||||
- Rebuilt for Python 3.8
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pungi-4.1.38.tar.bz2) = 004d629e91c0d4fb008ea6f54c2ae7b1a83769177e72800e599cdd318a5daceeb5beca4f76070433bbe42ba2ed734fa2393d37b063e5c94f1ca635f23e144f50
|
||||
SHA512 (pungi-4.1.39.tar.bz2) = 9fa67c2b175d5f9dfe0ef66b56f749354f7283366e2483498e096951b2704a7209995d8524d09c75fe919c31e5bbb40394fb5bb06a462aa9d1177a13cfd6ea9c
|
||||
|
Loading…
Reference in New Issue
Block a user