From 3670b9f95c77b8a4bd1c5d8e0157cd4fe5b24470 Mon Sep 17 00:00:00 2001 From: Randy Barlow Date: Dec 21 2017 21:51:50 +0000 Subject: Raise the epoch to 1. Prior to cornice-3.0.0, the sphinx extension was included with cornice and was packaged as python2-cornice-sphinx and python3-cornice-sphinx in Fedora (verion 1.x). When cornice 3 was released upstream, they decided to split cornice and cornice_sphinx into two different packages. They also reset the version of cornice_sphinx back to 0.x (currently 0.3). This causes a problem for upgrading systems, since they will want to keep the cornice-sphinx-1.x package which also requires an identical version of cornice. We can solve this problem by raising the epoch to 1. Signed-off-by: Randy Barlow --- diff --git a/python-cornice-sphinx.spec b/python-cornice-sphinx.spec index 146139a..82feba4 100644 --- a/python-cornice-sphinx.spec +++ b/python-cornice-sphinx.spec @@ -2,8 +2,9 @@ %global desc Automatically generates Sphinx documentation for Cornice web services. Name: python-cornice-sphinx +Epoch: 1 Version: 0.3 -Release: 2%{?dist} +Release: 1%{?dist} BuildArch: noarch License: ASL 2.0 and MPLv2.0 @@ -84,6 +85,9 @@ PYTHONPATH="." nosetests-3 %changelog +* Thu Dec 21 2017 Randy Barlow - 0.3-1 +- Raise the epoch to 1. + * Thu Dec 21 2017 Randy Barlow - 0.3-2 - Use fancy new py2_dist and py3_dist macros.