summaryrefslogtreecommitdiffstats
path: root/python-pexpect.spec
diff options
context:
space:
mode:
authorKalev Lember <klember@redhat.com>2015-10-18 13:59:14 +0200
committerKalev Lember <klember@redhat.com>2015-10-18 13:59:14 +0200
commitb7fa9fcc03515e5f3e04752906d6eb8533626545 (patch)
tree292b5e6280badea09a22e69c7edfc59c1fc85b75 /python-pexpect.spec
parentf5c1ad4f498a1c66c2cc21dc0243cfd438ba7c68 (diff)
downloadpython-pexpect-b7fa9fcc03515e5f3e04752906d6eb8533626545.tar.gz
python-pexpect-b7fa9fcc03515e5f3e04752906d6eb8533626545.tar.xz
python-pexpect-b7fa9fcc03515e5f3e04752906d6eb8533626545.zip
Move pexpect provides to the right subpackage
Now that we have python2-pexpect instead of python-pexpect, move "Provides: pexpect" to the new subpackage as well.
Diffstat (limited to 'python-pexpect.spec')
-rw-r--r--python-pexpect.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/python-pexpect.spec b/python-pexpect.spec
index 68d7210..47e275f 100644
--- a/python-pexpect.spec
+++ b/python-pexpect.spec
@@ -3,7 +3,7 @@
Summary: Unicode-aware Pure Python Expect-like module
Name: python-%{modname}
Version: 4.0.1
-Release: 3%{?dist}
+Release: 4%{?dist}
License: MIT
URL: https://github.com/%{modname}/%{modname}
Source0: https://github.com/%{modname}/%{modname}/archive/%{version}/%{modname}-%{version}.tar.gz
@@ -14,8 +14,6 @@ Patch2: 0002-2-new-tools-display-fpathconf.maxcanon-.py.patch
BuildArch: noarch
BuildRequires: git-core
-Provides: pexpect = %{version}-%{release}
-Obsoletes: pexpect <= 2.3-20
%description
Pexpect is a pure Python module for spawning child applications; controlling
@@ -37,6 +35,8 @@ Summary: Unicode-aware Pure Python Expect-like module for Python 2
BuildRequires: python2-devel
BuildRequires: python2-pytest python-ptyprocess
Requires: python-ptyprocess
+Provides: pexpect = %{version}-%{release}
+Obsoletes: pexpect <= 2.3-20
%{?python_provide:%python_provide python2-%{modname}}
%description -n python2-pexpect
@@ -135,6 +135,9 @@ popd
%{python3_sitelib}/%{modname}*
%changelog
+* Sun Oct 18 2015 Kalev Lember <klember@redhat.com> - 4.0.1-4
+- Move pexpect provides to the right subpackage
+
* Tue Oct 13 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 4.0.1-3
- Fix asyncio issue (3.4.3+)