From 6a0c2121d9eaf93b09f50c6c4d627f740c6ca911 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Thu, 27 Apr 2017 18:07:20 +0200 Subject: [PATCH] Add Provides to retain compatibility --- libgexiv2.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/libgexiv2.spec b/libgexiv2.spec index a7fc325..27160a1 100644 --- a/libgexiv2.spec +++ b/libgexiv2.spec @@ -1,6 +1,6 @@ Name: libgexiv2 Version: 0.10.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Gexiv2 is a GObject-based wrapper around the Exiv2 library License: GPLv2+ @@ -35,6 +35,7 @@ Summary: Python2 bindings for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} Requires: python-gobject-base%{?_isa} # For upgrade path from F24 +Provides: libgexiv2-python2 = %{name}-%{version} Obsoletes: libgexiv2-python2 < 0.10.4 %description -n python2-gexiv2 @@ -46,6 +47,7 @@ Summary: Python3 bindings for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} Requires: python3-gobject-base%{?_isa} # For upgrade path from F24 +Provides: libgexiv2-python3 = %{name}-%{version} Obsoletes: libgexiv2-python3 < 0.10.4 %description -n python3-gexiv2 @@ -97,6 +99,9 @@ make check %endif %changelog +* Thu Apr 27 2017 Debarshi Ray - 0.10.5-2 +- Add Provides to retain compatibility + * Tue Mar 21 2017 Kalev Lember - 0.10.5-1 - Update to 0.10.5 - Build API documentation