From cc751863688f60efdc17dc7b2423033afd5343d1 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Jan 16 2021 08:14:19 +0000 Subject: Add spec-file for the distribution --- diff --git a/SPECS/dnf.spec b/SPECS/dnf.spec index f8271f4..ad6967f 100644 --- a/SPECS/dnf.spec +++ b/SPECS/dnf.spec @@ -82,7 +82,7 @@ It supports RPMs, modules and comps groups & environments. Name: dnf Version: 4.4.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: %{pkg_summary} # For a breakdown of the licensing, see PACKAGE-LICENSING License: GPLv2+ and GPLv2 and GPL @@ -92,6 +92,10 @@ Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz Patch1: 0001-tests-SQL-write-a-readonly-folder.patch # https://github.com/rpm-software-management/dnf/commit/c2e4901cec947e5be2e5ff5afa22691841d00bdc Patch2: 0002-Revert-Fix-setopt-cachedir-writing-outside-of-installroot.patch +# https://github.com/rpm-software-management/dnf/pull/1675 +Patch3: 0003-Post-transaction-summary-is-logged-for-API-users-RhBug-1855158.patch +# https://github.com/rpm-software-management/dnf/pull/1698 +Patch4: 0004-Log-scriptlets-output-also-for-API-users-RhBug-1847340.patch BuildArch: noarch BuildRequires: cmake @@ -512,6 +516,11 @@ ln -sr %{buildroot}%{confdir}/vars %{buildroot}%{_sysconfdir}/yum/vars %endif %changelog +* Thu Jan 07 2021 Nicola Sella - 4.4.2-3 +- Backport patches +- Log scriptlets output also for API users (RhBug:1847340) +- Post transaction summary is logged for API users (RhBug:1855158) + * Wed Nov 11 2020 Nicola Sella - 4.4.2-2 - Backport patch Revert "Fix --setopt=cachedir writing outside of installroot"