From e0b1e908397ffb0d593b3d5d9290887728aff9d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sun, 20 Aug 2017 10:32:15 -0400 Subject: [PATCH] Add Provides for the old name without %_isa --- gdcm.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gdcm.spec b/gdcm.spec index 7eb4ef8..1769740 100644 --- a/gdcm.spec +++ b/gdcm.spec @@ -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 - 2.6.5-15 +- Add Provides for the old name without %%_isa + * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 2.6.5-14 - Python 2 binary package renamed to python2-gdcm See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3