Accepting request 682437 from home:bruno_friedmann:branches:Application:Geo
- Fix boo#1128276 by providing correct Obsolete OBS-URL: https://build.opensuse.org/request/show/682437 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gdal?expand=0&rev=86
This commit is contained in:
parent
5306bfcea0
commit
85a3d5155a
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 7 11:02:01 UTC 2019 - Bruno Friedmann <bruno@ioda-net.ch>
|
||||
|
||||
- Fix boo#1128276 by providing correct Obsolete
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 23 01:35:04 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||||
|
||||
|
@ -160,9 +160,9 @@ Group: Development/Languages/Python
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
# Renaming to uppercase 'GDAL' during 2.4.0; previously used lowercase
|
||||
Provides: python2-%{name} = %{version}
|
||||
Obsoletes: python2-%{name}
|
||||
Obsoletes: python2-%{name} < %{version}
|
||||
Provides: python-%{name} = %{version}
|
||||
Obsoletes: python-%{name}
|
||||
Obsoletes: python-%{name} < %{version}
|
||||
|
||||
%description -n python2-%{pypi_package_name}
|
||||
The GDAL python modules provide support to handle multiple GIS file formats.
|
||||
@ -172,7 +172,7 @@ Summary: GDAL Python3 module
|
||||
Group: Development/Languages/Python
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Provides: python3-%{name} = %{version}
|
||||
Obsoletes: python3-%{name}
|
||||
Obsoletes: python3-%{name} < %{version}
|
||||
|
||||
%description -n python3-%{pypi_package_name}
|
||||
The GDAL python modules provide support to handle multiple GIS file formats.
|
||||
|
Loading…
x
Reference in New Issue
Block a user