require dnf-plugins-core instead of yum-utils
This commit is contained in:
parent
f444a15ea3
commit
fe22eb7b35
@ -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@redhat.com> - 0.9.4-2
|
||||
- require dnf-plugins-core instead of yum-utils
|
||||
|
||||
* Tue Feb 17 2015 Jens Petersen <petersen@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
|
||||
|
Loading…
Reference in New Issue
Block a user