From 9c976dddcbd124092ec1657a0e8abbcdde93f759 Mon Sep 17 00:00:00 2001 From: Valentina Mukhamedzhanova Date: May 16 2018 13:34:36 +0000 Subject: Remove dnf-yum dependency for making DNF-3 release possible. --- diff --git a/yum.spec b/yum.spec index 759df02..91089d6 100644 --- a/yum.spec +++ b/yum.spec @@ -64,7 +64,7 @@ BuildRequires: bash-completion Summary: RPM package installer/updater/manager Name: yum Version: 3.4.3 -Release: 517%{?dist} +Release: 518%{?dist} License: GPLv2+ Group: System Environment/Base Source0: http://yum.baseurl.org/download/3.4/%{name}-%{version}.tar.gz @@ -111,9 +111,6 @@ Requires: python2-pyxattr Requires: diffutils Requires: cpio -# Replace Yum With DNF F22 Change -Requires: dnf-yum - Conflicts: rpm >= 5-0 # Zif is a re-implementation of yum in C, however: # @@ -511,6 +508,9 @@ exit 0 %endif %changelog +* Wed May 16 2018 Valentina Mukhamedzhanova - 3.4.3-518 +- Remove dnf-yum dependency for making DNF-3 release possible. + * Wed Feb 14 2018 Iryna Shcherbina - 3.4.3-517 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)