From 32d0ebfe3929f39bf786b9e3098d6d779e619768 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Mar 14 2021 14:39:16 +0000 Subject: Add spec-file for the distribution --- diff --git a/SPECS/dnf-plugins-core.spec b/SPECS/dnf-plugins-core.spec index 09b3283..5fa1aa9 100644 --- a/SPECS/dnf-plugins-core.spec +++ b/SPECS/dnf-plugins-core.spec @@ -32,7 +32,7 @@ Name: dnf-plugins-core Version: 4.0.18 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Core Plugins for DNF License: GPLv2+ URL: https://github.com/rpm-software-management/dnf-plugins-core @@ -40,6 +40,7 @@ Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz Patch1: 0001-groups-manager-Re-introduce-yum-groups-manager-funct.patch Patch2: 0002-needs-restarting-add-s-to-list-services-RhBug-177293.patch Patch3: 0003-reposync-Check-GPG-signatures-of-downloaded-packages-RhBug-1856818.patch +Patch4: 0004-Update-translations.patch BuildArch: noarch BuildRequires: cmake BuildRequires: gettext @@ -761,6 +762,9 @@ PYTHONPATH=./plugins nosetests-%{python3_version} -s tests/ %endif %changelog +* Mon Mar 8 2021 Marek Blaha - 4.0.18-4 +- Update translations (RhBug:1899687) + * Fri Jan 15 2021 Nicola Sella - 4.0.18-3 - [reposync] Check GPG signatures of downloaded packages (RhBug:1856818)