From 2db4047f208b65ead721789ddf29ffabdf355d77 Mon Sep 17 00:00:00 2001 From: Jan Friesse Date: Thu, 23 Apr 2020 14:52:36 +0200 Subject: [PATCH 1/2] New upstream release Signed-off-by: Jan Friesse --- .gitignore | 1 + corosync.spec | 8 +++++--- sources | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 9c73c8f..5e07c7c 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,4 @@ corosync-1.2.7.tar.gz /corosync-3.0.1.tar.gz /corosync-3.0.2.tar.gz /corosync-3.0.3.tar.gz +/corosync-3.0.4.tar.gz diff --git a/corosync.spec b/corosync.spec index 3884b41..2d03bda 100644 --- a/corosync.spec +++ b/corosync.spec @@ -17,8 +17,8 @@ Name: corosync Summary: The Corosync Cluster Engine and Application Programming Interfaces -Version: 3.0.3 -Release: 2%{?gitver}%{?dist} +Version: 3.0.4 +Release: 1%{?gitver}%{?dist} License: BSD URL: http://corosync.github.io/corosync/ Source0: http://build.clusterlabs.org/corosync/releases/%{name}-%{version}%{?gittarver}.tar.gz @@ -207,7 +207,7 @@ fi %{_mandir}/man8/corosync-quorumtool.8* %{_mandir}/man5/corosync.conf.5* %{_mandir}/man5/votequorum.5* -%{_mandir}/man8/cmap_keys.8* +%{_mandir}/man7/cmap_keys.7* # library # @@ -285,6 +285,8 @@ network splits) %endif %changelog +* Thu Apr 23 2020 Jan Friesse - 3.0.4-1 +- New upstream release * Tue Jan 28 2020 Fedora Release Engineering - 3.0.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild diff --git a/sources b/sources index 0cf7000..4427f75 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (corosync-3.0.3.tar.gz) = 6ffabb3261bcff18611a029f0c2682367f301caac6f5ddb2cfb2c1bbc69c67f1d1e7b9475eee8f40bcdca8fbc73cb8ec3854f74002dda9c3b70a27c8d3d16ec5 +SHA512 (corosync-3.0.4.tar.gz) = 0d3a19d8811f15d7e4ca6b0805bbd007726751626633279ddb40db37069aa789261b203b2e74474f6ceda366f30391e7effe2efa1e471fbd7dce17a04077e534 From 2d59a1eea8f12ee18cd98d10de0de97805ecbe90 Mon Sep 17 00:00:00 2001 From: Jan Friesse Date: Mon, 2 Nov 2020 17:47:37 +0100 Subject: [PATCH 2/2] 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 | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/corosync.spec b/corosync.spec index 2d03bda..ead8f5d 100644 --- a/corosync.spec +++ b/corosync.spec @@ -18,7 +18,7 @@ Name: corosync Summary: The Corosync Cluster Engine and Application Programming Interfaces Version: 3.0.4 -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 @@ -233,7 +233,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 @@ -285,8 +286,14 @@ network splits) %endif %changelog +* Mon Nov 02 2020 Jan Friesse - 3.0.4-2 +- Add isa version of corosync-devel +- Add release to corosync-devel version to match autogenerated + corosynclib-devel provides + * Thu Apr 23 2020 Jan Friesse - 3.0.4-1 - New upstream release + * Tue Jan 28 2020 Fedora Release Engineering - 3.0.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild