summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
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