petersen pushed to cabal-rpm (epel7). "require dnf-plugins-core instead of yum-utils"

notifications at fedoraproject.org notifications at fedoraproject.org
Fri Apr 3 06:31:35 UTC 2015


>From fe22eb7b35bfef6c79b207a4066ba74c2a1eae35 Mon Sep 17 00:00:00 2001
From: Jens Petersen <petersen at redhat.com>
Date: Tue, 24 Feb 2015 16:15:07 +0900
Subject: require dnf-plugins-core instead of yum-utils


diff --git a/cabal-rpm.spec b/cabal-rpm.spec
index 961cf46..e3fd7fa 100644
--- a/cabal-rpm.spec
+++ b/cabal-rpm.spec
@@ -2,7 +2,7 @@
 
 Name:           cabal-rpm
 Version:        0.9.4
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        RPM packaging tool for Haskell Cabal-based packages
 
 License:        GPLv3+
@@ -25,18 +25,18 @@ Provides:       cblrpm = %{version}-%{release}
 Requires:       cabal-install
 Requires:       rpm-build
 # for repoquery
-Requires:       yum-utils
+Requires:       dnf-plugins-core
 # for rpmdev-bumpspec
 Requires:       rpmdevtools
 
 %description
 Cabal-rpm is a tool for RPM packaging of Haskell Cabal-based packages.
-It interacts with yum to install build dependencies and can also act as
+It interacts with dnf to install build dependencies and can also act as
 a cabal-install wrapper installing dependencies packaged in Fedora before
 running "cabal install".
 
 cblrpm has commands to generate a RPM spec file and srpm for a package.
-It can rpmbuild packages, yum install their dependencies, prep packages, and
+It can rpmbuild packages, dnf install their dependencies, prep packages, and
 install them. There are commands to list package dependencies and missing
 dependencies. The diff command compares the current spec file with a freshly
 generated one and the update command updates the spec file to latest version
@@ -71,6 +71,9 @@ ln -s cblrpm %{buildroot}%{_bindir}/%{name}
 
 
 %changelog
+* Tue Feb 24 2015 Jens Petersen <petersen at redhat.com> - 0.9.4-2
+- require dnf-plugins-core instead of yum-utils
+
 * Tue Feb 17 2015 Jens Petersen <petersen at fedoraproject.org> - 0.9.4-1
 - use dnf if installed instead of yum for install and repoquery (#1156553)
 - update now only commits changes and adds new source if git origin is ssh
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/cabal-rpm.git/commit/?h=epel7&id=fe22eb7b35bfef6c79b207a4066ba74c2a1eae35


More information about the scm-commits mailing list