Provides: rpm-ostree-client for CentOS7/RHEL

This way `cockpit` can work if we only have `rpm-ostree` in the
root.
This commit is contained in:
Colin Walters 2016-05-07 14:37:41 -04:00
parent bf6a6ce7d3
commit 4e9da1c5e2

View File

@ -39,6 +39,11 @@ BuildRequires: python-sphinx
Requires: ostree >= 2014.6
# In CentOS7/RHEL the package is client-only right now, but we can do both
%if 0%{?rhel} != 0 && 0%{?rhel} <= 7
Provides: rpm-ostree-client
%endif
# We're using RPATH to pick up our bundled version
%global __requires_exclude ^libhif[.]so[.].*$