From 492c840c096e3d95c1b60c74fc98e42cdf82006e Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Thu, 7 Sep 2017 10:30:26 +0200 Subject: [PATCH] Don't use WITH richop Signed-off-by: Igor Gnatenko --- dnf.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dnf.spec b/dnf.spec index c791bf7..48ce188 100644 --- a/dnf.spec +++ b/dnf.spec @@ -51,7 +51,7 @@ Name: dnf Version: 2.6.3 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Package manager forked from Yum, using libsolv as a dependency resolver # For a breakdown of the licensing, see PACKAGE-LICENSING License: GPLv2+ and GPLv2 and GPL @@ -86,7 +86,6 @@ Requires: (python2-dbus if NetworkManager) %endif #endif %endif -Requires: (gcc with gcc(major) = 7) Requires(post): systemd Requires(preun): systemd @@ -517,6 +516,9 @@ popd %endif %changelog +* Thu Sep 07 2017 Igor Gnatenko - 2.6.3-9 +- Don't use WITH richop + * Thu Sep 07 2017 Igor Gnatenko - 2.6.3-8 - Use WITH richop