- added explicit requires to libpython-%version-%release

to prevent bugs like bnc#697251 reappearing

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=101
This commit is contained in:
Jan Matejek 2011-05-31 18:00:07 +00:00 committed by Git OBS Bridge
parent db3cfea874
commit 6515ccf566
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue May 31 17:58:30 UTC 2011 - jmatejek@novell.com
- added explicit requires to libpython-%version-%release
to prevent bugs like bnc#697251 reappearing
------------------------------------------------------------------- -------------------------------------------------------------------
Tue May 24 14:27:05 UTC 2011 - jmatejek@novell.com Tue May 24 14:27:05 UTC 2011 - jmatejek@novell.com

View File

@ -56,6 +56,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define python_version %(echo %{version} | head -c 3) %define python_version %(echo %{version} | head -c 3)
Provides: %{name} = %{python_version} Provides: %{name} = %{python_version}
# explicitly, see bnc#697251
Requires: libpython2_7-1_0 = %{version}-%{release}
%description %description
Python is an interpreted, object-oriented programming language, and is Python is an interpreted, object-oriented programming language, and is
often compared to Tcl, Perl, Scheme, or Java. You can find an overview often compared to Tcl, Perl, Scheme, or Java. You can find an overview