14
0

Accepting request 296793 from home:Nijel:branches:devel:languages:python

- Add Obsoletes/Provides to handle upgrade path for python-gammu

OBS-URL: https://build.opensuse.org/request/show/296793
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-gammu?expand=0&rev=3
This commit is contained in:
Michal Čihař
2015-04-15 10:12:02 +00:00
committed by Git OBS Bridge
parent 3bdd86a58c
commit b94038beee
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Apr 15 10:11:11 UTC 2015 - mcihar@suse.cz
- Add Obsoletes/Provides to handle upgrade path for python-gammu
-------------------------------------------------------------------
Wed Apr 15 07:36:48 UTC 2015 - mcihar@suse.cz

View File

@@ -29,6 +29,8 @@ BuildRequires: libdbi-drivers-dbd-sqlite3
BuildRequires: pkg-config
BuildRequires: python-devel
BuildRequires: python-setuptools
Obsoletes: python-gammu < %version
Provides: python-gammu = %version
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitearch: %global python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}