From 1b8b3ab067fbc7b68b8fb9a4f6a42ac2b12c7183 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Nov 16 2015 19:56:43 +0000 Subject: Explicit provides for EPEL. --- diff --git a/python-fedmsg-meta-fedora-infrastructure.spec b/python-fedmsg-meta-fedora-infrastructure.spec index 4e9f48f..7d3a872 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: 2%{?dist} +Release: 3%{?dist} Summary: Metadata providers for Fedora Infrastructure's fedmsg deployment Group: Development/Libraries @@ -62,6 +62,10 @@ Fedora Infrastructure . 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 +%endif + Requires: python-fedmsg-core Requires: python-fedora Requires: python-dateutil @@ -135,6 +139,9 @@ FEDMSG_META_NO_NETWORK=True %{__python3} setup.py test %endif %changelog +* Mon Nov 16 2015 Ralph Bean - 0.15.5-3 +- Explicit provides for EPEL. + * Sun Nov 15 2015 Ralph Bean - 0.15.5-2 - Added stubs for python3 subpackage and modernized python macros.