From 91c7e634210d13ef10ba9c5332e229046b29df0331323edf77989d975a32776b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Schr=C3=B6der?= Date: Thu, 30 Nov 2017 15:35:15 +0000 Subject: [PATCH] tweak OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=418 --- python-rpm.changes | 21 --------------------- python-rpm.spec | 8 -------- 2 files changed, 29 deletions(-) diff --git a/python-rpm.changes b/python-rpm.changes index 2c116ef..84ea57b 100644 --- a/python-rpm.changes +++ b/python-rpm.changes @@ -1,9 +1,3 @@ -------------------------------------------------------------------- -Wed Nov 8 15:56:04 UTC 2017 - ngompa13@gmail.com - -- Add Provides exclusion for private libraries in Python sitearch dirs -- Use python2-devel for BR for building Python 2 bindings - ------------------------------------------------------------------- Sat Oct 28 12:19:34 UTC 2017 - ngompa13@gmail.com @@ -36,16 +30,6 @@ Wed Jan 2 14:25:20 UTC 2013 - dmueller@suse.com - Update to 4.10.2 -------------------------------------------------------------------- -Sun Nov 4 08:54:25 UTC 2012 - coolo@suse.com - -- fix build - -------------------------------------------------------------------- -Sat Sep 22 13:24:30 UTC 2012 - idonmez@suse.com - -- Update for rpm 4.10.0 - ------------------------------------------------------------------- Mon Apr 23 11:16:26 CEST 2012 - mls@suse.de @@ -65,11 +49,6 @@ Tue Jan 17 10:28:42 UTC 2012 - saschpe@suse.de * Removed %clean section * Removed authors from description -------------------------------------------------------------------- -Mon Jan 9 17:12:41 CET 2012 - dmueller@suse.de - -- Initial package [python3-rpm] - ------------------------------------------------------------------- Sun Dec 11 09:28:28 UTC 2011 - coolo@suse.com diff --git a/python-rpm.spec b/python-rpm.spec index cbc6515..9f037cd 100644 --- a/python-rpm.spec +++ b/python-rpm.spec @@ -17,7 +17,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-rpm Version: 4.13.0.1 Release: 0 @@ -48,18 +47,11 @@ Obsoletes: rpm-python < %{version}-%{release} Provides: rpm-python = %{version}-%{release} %endif -%if "%{python_flavor}" == "python3" -Obsoletes: rpm-python3 < %{version}-%{release} -Provides: rpm-python3 = %{version}-%{release} -%endif - # Enable Python build sourced from rpm spec %global with_python 1 %{expand:%(sed -n -e '/^Source:/,/^BuildRoot:/p' <%_sourcedir/rpm.spec)} -%global __provides_exclude_from ^(%{python2_sitearch}/.*\\.so\\|%{python3_sitearch}/.*\\.so)$ - %python_subpackages %description