- 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:
parent
db3cfea874
commit
6515ccf566
@ -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
|
||||
|
||||
|
@ -56,6 +56,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%define python_version %(echo %{version} | head -c 3)
|
||||
Provides: %{name} = %{python_version}
|
||||
|
||||
# explicitly, see bnc#697251
|
||||
Requires: libpython2_7-1_0 = %{version}-%{release}
|
||||
|
||||
%description
|
||||
Python is an interpreted, object-oriented programming language, and is
|
||||
often compared to Tcl, Perl, Scheme, or Java. You can find an overview
|
||||
|
Loading…
x
Reference in New Issue
Block a user