From 6d91347a53eafb0f9a9aa22828296b268bad9a1c Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Nov 19 2015 16:10:03 +0000 Subject: import sbd-1.2.1-5.el7 --- diff --git a/SPECS/sbd.spec b/SPECS/sbd.spec index 239401b..8fa622d 100644 --- a/SPECS/sbd.spec +++ b/SPECS/sbd.spec @@ -18,7 +18,7 @@ %global commit 1ee3503cbc52b73876b6aae5471d3b6f7c092bf5 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global github_owner beekhof -%global buildnum 3 +%global buildnum 5 Name: sbd Summary: Storage-based death @@ -26,7 +26,7 @@ License: GPLv2+ Group: System Environment/Daemons Version: 1.2.1 #Release: 0.%{buildnum}.%{shortcommit}.git%{?dist} -Release: %{buildnum} +Release: %{buildnum}%{?dist} Url: https://github.com/%{github_owner}/%{name} Source0: https://github.com/%{github_owner}/%{name}/archive/%{commit}/%{name}-%{commit}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -36,7 +36,7 @@ BuildRequires: libuuid-devel BuildRequires: glib2-devel BuildRequires: libaio-devel BuildRequires: corosync-devel -BuildRequires: pacemaker-libs-devel +BuildRequires: pacemaker-libs-devel > 1.1.12 BuildRequires: libtool BuildRequires: libuuid-devel BuildRequires: libxml2-devel @@ -117,6 +117,13 @@ rm -rf %{buildroot} %doc COPYING %changelog +* Thu Jul 23 2015 - 1.2.1-5 +- Rebuild for pacemaker + +* Mon Jun 02 2015 - 1.2.1-4 +- Include the dist tag in the release string +- Rebuild for new pacemaker + * Mon Jan 12 2015 - 1.2.1-3 - Correctly parse SBD_WATCHDOG_TIMEOUT into seconds (not milliseconds)