From 99374d43f47853ff3f61ae77f02c959ab913347c Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Sat, 25 Jul 2015 11:53:17 +0700 Subject: traceback2: review feedback --- python/python-traceback2.spec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'python') diff --git a/python/python-traceback2.spec b/python/python-traceback2.spec index f7d780a..e8bae3b 100644 --- a/python/python-traceback2.spec +++ b/python/python-traceback2.spec @@ -8,7 +8,7 @@ Name: python-%{pkgname} Version: 1.4.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Backport of the traceback module License: Python @@ -35,9 +35,6 @@ BuildRequires: python3-contextlib2 BuildRequires: python3-fixtures BuildRequires: python3-testtools BuildRequires: python3-unittest2 - -Requires: python3-linecache2 - %endif # with python3 %description @@ -47,6 +44,7 @@ A backport of traceback to older supported Pythons. %if %{with python3} %package -n python3-%{pkgname} Summary: Backport of the traceback module +Requires: python3-linecache2 %description -n python3-%{pkgname} A backport of traceback to older supported Pythons. @@ -78,7 +76,6 @@ popd %install -rm -rf $RPM_BUILD_ROOT # Must do the python3 install first because the scripts in /usr/bin are # overwritten with every setup.py install (and we want the python2 version # to be the default for now). @@ -123,5 +120,9 @@ popd %changelog +* Sat Jul 25 2015 Michel Alexandre Salim - 1.4.0-2 +- Spec cleanup +- Fix runtime dependencies + * Wed Jul 22 2015 Michel Alexandre Salim - 1.4.0-1 - Initial package -- cgit