forked from pool/python-Django
Accepting request 280773 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/280773 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Django?expand=0&rev=10
This commit is contained in:
parent
83019b7e22
commit
afb8716bc6
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 11 12:49:28 UTC 2015 - p.drouand@gmail.com
|
||||||
|
|
||||||
|
- South has been merged in main Django; provide and obsolete it
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 8 11:04:09 UTC 2015 - tbechtold@suse.com
|
Thu Jan 8 11:04:09 UTC 2015 - tbechtold@suse.com
|
||||||
|
|
||||||
|
@ -36,6 +36,8 @@ Requires(postun): update-alternatives
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Provides: python-django = %{version}
|
Provides: python-django = %{version}
|
||||||
Obsoletes: python-django < %{version}
|
Obsoletes: python-django < %{version}
|
||||||
|
Provides: python-South = %{version}
|
||||||
|
Obsoletes: python-South < %{version}
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||||
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||||
%else
|
%else
|
||||||
|
Loading…
Reference in New Issue
Block a user