From af819e1ffbe6d52cc5ab08f66f17cc24bb904eca72c507b915c4833584db010b Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Mon, 14 Jan 2013 08:46:03 +0000 Subject: [PATCH] - Drop requires on "python(abi)", RPM does that automatically OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-EasyProcess?expand=0&rev=5 --- python-EasyProcess.spec | 1 + python3-EasyProcess.changes | 5 +++++ python3-EasyProcess.spec | 4 ++-- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-EasyProcess.spec b/python-EasyProcess.spec index daeb49d..85212a8 100644 --- a/python-EasyProcess.spec +++ b/python-EasyProcess.spec @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: python-EasyProcess Version: 0.1.4 Release: 0 diff --git a/python3-EasyProcess.changes b/python3-EasyProcess.changes index 0624547..5d272b1 100644 --- a/python3-EasyProcess.changes +++ b/python3-EasyProcess.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jan 14 08:43:59 UTC 2013 - saschpe@suse.de + +- Drop requires on "python(abi)", RPM does that automatically + ------------------------------------------------------------------- Thu Jan 10 18:38:33 UTC 2013 - p.drouand@gmail.com diff --git a/python3-EasyProcess.spec b/python3-EasyProcess.spec index f444863..885f7ba 100644 --- a/python3-EasyProcess.spec +++ b/python3-EasyProcess.spec @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: python3-EasyProcess Version: 0.1.4 Release: 0 @@ -23,13 +24,12 @@ Summary: Easy to use python subprocess interface License: BSD-2-Clause Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/E/EasyProcess/EasyProcess-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python3 BuildRequires: python3-2to3 BuildRequires: python3-devel BuildRequires: python3-distribute -Requires: python(abi) = %{py3_ver} BuildArch: noarch +BuildRoot: %{_tmppath}/%{name}-%{version}-build %description EasyProcess is an easy to use python subprocess interface.