Add Provides for the old name without %_isa

epel9
Zbigniew Jędrzejewski-Szmek 8 years ago
parent 65ff6bc204
commit e0b1e90839

@ -6,7 +6,7 @@
Name: gdcm
Version: 2.6.5
Release: 14%{?dist}
Release: 15%{?dist}
Summary: Grassroots DiCoM is a C++ library to parse DICOM medical files
Group: System Environment/Libraries
License: BSD
@ -98,6 +98,7 @@ GDCM examples
%package -n python2-gdcm
%{?python_provide:%python_provide python2-gdcm}
# Remove before F30
Provides: %{name}-python = %{version}-%{release}
Provides: %{name}-python%{?_isa} = %{version}-%{release}
Obsoletes: %{name}-python < %{version}-%{release}
Summary: Python binding for GDCM
@ -294,6 +295,9 @@ make test -C %{_target_platform} || exit 0
%{python3_sitearch}/*
%changelog
* Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.6.5-15
- Add Provides for the old name without %%_isa
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.6.5-14
- Python 2 binary package renamed to python2-gdcm
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3

Loading…
Cancel
Save