diff --git a/python-fedmsg-meta-fedora-infrastructure.spec b/python-fedmsg-meta-fedora-infrastructure.spec index 7d3a872..55a3bbd 100644 --- a/python-fedmsg-meta-fedora-infrastructure.spec +++ b/python-fedmsg-meta-fedora-infrastructure.spec @@ -14,7 +14,7 @@ Name: python-fedmsg-meta-fedora-infrastructure Version: 0.15.5 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Metadata providers for Fedora Infrastructure's fedmsg deployment Group: Development/Libraries @@ -63,7 +63,7 @@ Summary: Common object storage frontend %{?python_provide:%python_provide python2-fedmsg-meta-fedora-infrastructure} %if 0%{?rhel} && 0%{?rhel} <= 7 -Provides: python-fedmsg-meta-fedora-infrastructure +Provides: python-fedmsg-meta-fedora-infrastructure = %{version}-%{release} %endif Requires: python-fedmsg-core @@ -139,6 +139,9 @@ FEDMSG_META_NO_NETWORK=True %{__python3} setup.py test %endif %changelog +* Mon Nov 16 2015 Ralph Bean - 0.15.5-4 +- Fiddle with Provides statement. + * Mon Nov 16 2015 Ralph Bean - 0.15.5-3 - Explicit provides for EPEL.