From aa04197369e74d7a27657dae591fdb2d1ecd2fdf Mon Sep 17 00:00:00 2001 From: Jan Friesse Date: Mon, 2 Nov 2020 17:47:37 +0100 Subject: [PATCH] Add isa version of corosync-devel provides Also add release to version to match autogenerated corosynclib-devel provides. Signed-off-by: Jan Friesse --- corosync.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/corosync.spec b/corosync.spec index fa58235..d6dd720 100644 --- a/corosync.spec +++ b/corosync.spec @@ -18,7 +18,7 @@ Name: corosync Summary: The Corosync Cluster Engine and Application Programming Interfaces Version: 3.1.0 -Release: 1%{?gitver}%{?dist} +Release: 2%{?gitver}%{?dist} License: BSD URL: http://corosync.github.io/corosync/ Source0: http://build.clusterlabs.org/corosync/releases/%{name}-%{version}%{?gittarver}.tar.gz @@ -235,7 +235,8 @@ This package contains corosync libraries. Summary: The Corosync Cluster Engine Development Kit Requires: corosynclib%{?_isa} = %{version}-%{release} Requires: pkgconfig -Provides: corosync-devel = %{version} +Provides: corosync-devel = %{version}-%{release} +Provides: corosync-devel%{?_isa} = %{version}-%{release} %description -n corosynclib-devel This package contains include files and man pages used to develop using @@ -287,6 +288,11 @@ network splits) %endif %changelog +* Mon Nov 02 2020 Jan Friesse - 3.1.0-2 +- Add isa version of corosync-devel +- Add release to corosync-devel version to match autogenerated + corosynclib-devel provides + * Tue Oct 20 2020 Jan Friesse - 3.1.0-1 - New upstream release