Skip to content

Commit

Permalink
spec: Add deps for dnf (>f21)
Browse files Browse the repository at this point in the history
  • Loading branch information
leamas committed May 20, 2015
1 parent 3c5c9d7 commit afb5485
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion fedora-review.spec
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,11 @@ Requires: rpm-python
# licensecheck used to be in rpmdevtools, moved to devscripts later
# this is compatible with both situations without ifdefs
Requires: %{_bindir}/licensecheck

%if 0%{?fedora} > 21
Requires: dnf-plugins-core
%else
Requires: yum-utils
%endif

# Let's be consistent with the name used on fedorahosted
provides: FedoraReview = %{version}-%{release}
Expand Down

0 comments on commit afb5485

Please sign in to comment.