summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorMichel Alexandre Salim <michel@michel-slm.name>2015-07-25 11:53:17 +0700
committerMichel Alexandre Salim <michel@michel-slm.name>2015-07-25 11:53:17 +0700
commit99374d43f47853ff3f61ae77f02c959ab913347c (patch)
treec7b582297559ed7a6484d49fe1ca4fae49132388 /python
parent6d78c43c477c4d1dee87b64bfe932681e60f4c58 (diff)
downloadspecs-99374d43f47853ff3f61ae77f02c959ab913347c.tar.gz
specs-99374d43f47853ff3f61ae77f02c959ab913347c.tar.xz
specs-99374d43f47853ff3f61ae77f02c959ab913347c.zip
traceback2: review feedback
Diffstat (limited to 'python')
-rw-r--r--python/python-traceback2.spec11
1 files changed, 6 insertions, 5 deletions
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 <salimma@fedoraproject.org> - 1.4.0-2
+- Spec cleanup
+- Fix runtime dependencies
+
* Wed Jul 22 2015 Michel Alexandre Salim <salimma@fedoraproject.org> - 1.4.0-1
- Initial package