tweak
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=418
This commit is contained in:
parent
1f26defe77
commit
91c7e63421
@ -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
|
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
|
- 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
|
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 %clean section
|
||||||
* Removed authors from description
|
* 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
|
Sun Dec 11 09:28:28 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,6 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
|
||||||
Name: python-rpm
|
Name: python-rpm
|
||||||
Version: 4.13.0.1
|
Version: 4.13.0.1
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -48,18 +47,11 @@ Obsoletes: rpm-python < %{version}-%{release}
|
|||||||
Provides: rpm-python = %{version}-%{release}
|
Provides: rpm-python = %{version}-%{release}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if "%{python_flavor}" == "python3"
|
|
||||||
Obsoletes: rpm-python3 < %{version}-%{release}
|
|
||||||
Provides: rpm-python3 = %{version}-%{release}
|
|
||||||
%endif
|
|
||||||
|
|
||||||
# Enable Python build sourced from rpm spec
|
# Enable Python build sourced from rpm spec
|
||||||
%global with_python 1
|
%global with_python 1
|
||||||
|
|
||||||
%{expand:%(sed -n -e '/^Source:/,/^BuildRoot:/p' <%_sourcedir/rpm.spec)}
|
%{expand:%(sed -n -e '/^Source:/,/^BuildRoot:/p' <%_sourcedir/rpm.spec)}
|
||||||
|
|
||||||
%global __provides_exclude_from ^(%{python2_sitearch}/.*\\.so\\|%{python3_sitearch}/.*\\.so)$
|
|
||||||
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user