Update to 1.1.11
This commit is contained in:
parent
19ddfa1f28
commit
16a12923ef
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@
|
|||||||
/ClusterLabs-pacemaker-394e906.tar.gz
|
/ClusterLabs-pacemaker-394e906.tar.gz
|
||||||
/ClusterLabs-pacemaker-70ad9fa.tar.gz
|
/ClusterLabs-pacemaker-70ad9fa.tar.gz
|
||||||
/ClusterLabs-pacemaker-781a388.tar.gz
|
/ClusterLabs-pacemaker-781a388.tar.gz
|
||||||
|
/ClusterLabs-pacemaker-9d39a6b.tar.gz
|
||||||
|
|||||||
@ -2,8 +2,8 @@
|
|||||||
%global uname hacluster
|
%global uname hacluster
|
||||||
%global pcmk_docdir %{_docdir}/%{name}
|
%global pcmk_docdir %{_docdir}/%{name}
|
||||||
|
|
||||||
%global specversion 3
|
%global specversion 1
|
||||||
%global upstream_version 781a388
|
%global upstream_version 9d39a6b
|
||||||
%global upstream_prefix ClusterLabs-pacemaker
|
%global upstream_prefix ClusterLabs-pacemaker
|
||||||
|
|
||||||
%global py_site %(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")
|
%global py_site %(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")
|
||||||
@ -49,8 +49,8 @@
|
|||||||
|
|
||||||
Name: pacemaker
|
Name: pacemaker
|
||||||
Summary: Scalable High-Availability cluster resource manager
|
Summary: Scalable High-Availability cluster resource manager
|
||||||
Version: 1.1.9
|
Version: 1.1.11
|
||||||
Release: %{pcmk_release}%{?dist}.2
|
Release: %{pcmk_release}%{?dist}
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
Url: http://www.clusterlabs.org
|
Url: http://www.clusterlabs.org
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -59,7 +59,6 @@ Group: System Environment/Daemons
|
|||||||
# wget --no-check-certificate -O ClusterLabs-pacemaker-${VER}.tar.gz https://github.com/ClusterLabs/pacemaker/tarball/${VER}
|
# wget --no-check-certificate -O ClusterLabs-pacemaker-${VER}.tar.gz https://github.com/ClusterLabs/pacemaker/tarball/${VER}
|
||||||
Source0: %{upstream_prefix}-%{upstream_version}.tar.gz
|
Source0: %{upstream_prefix}-%{upstream_version}.tar.gz
|
||||||
Patch0: pacemaker-1.1.8-cast-align.patch
|
Patch0: pacemaker-1.1.8-cast-align.patch
|
||||||
Patch1: pacemaker-7d8acec.patch
|
|
||||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Requires: resource-agents
|
Requires: resource-agents
|
||||||
@ -96,7 +95,7 @@ Requires: libqb > 0.11.0
|
|||||||
|
|
||||||
# Enables optional functionality
|
# Enables optional functionality
|
||||||
BuildRequires: ncurses-devel openssl-devel libselinux-devel docbook-style-xsl
|
BuildRequires: ncurses-devel openssl-devel libselinux-devel docbook-style-xsl
|
||||||
BuildRequires: bison byacc flex help2man
|
BuildRequires: bison byacc flex help2man dbus-devel
|
||||||
|
|
||||||
%if %{defined _unitdir}
|
%if %{defined _unitdir}
|
||||||
BuildRequires: systemd-devel
|
BuildRequires: systemd-devel
|
||||||
@ -256,7 +255,6 @@ manager for Corosync, CMAN and/or Linux-HA.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n %{upstream_prefix}-%{upstream_version}
|
%setup -q -n %{upstream_prefix}-%{upstream_version}
|
||||||
%patch0 -p1 -R
|
%patch0 -p1 -R
|
||||||
%patch1 -p1
|
|
||||||
|
|
||||||
# Force the local time
|
# Force the local time
|
||||||
#
|
#
|
||||||
@ -386,9 +384,6 @@ exit 0
|
|||||||
%{_sbindir}/attrd_updater
|
%{_sbindir}/attrd_updater
|
||||||
%{_sbindir}/fence_legacy
|
%{_sbindir}/fence_legacy
|
||||||
%{_sbindir}/fence_pcmk
|
%{_sbindir}/fence_pcmk
|
||||||
%{_bindir}/ccs2cib
|
|
||||||
%{_bindir}/ccs_flatten
|
|
||||||
%{_bindir}/disable_rgmanager
|
|
||||||
%{_sbindir}/stonith_admin
|
%{_sbindir}/stonith_admin
|
||||||
|
|
||||||
%doc %{_mandir}/man7/*
|
%doc %{_mandir}/man7/*
|
||||||
@ -517,9 +512,13 @@ exit 0
|
|||||||
%doc AUTHORS
|
%doc AUTHORS
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 18 2014 Andrew Beekhof <abeekhof@redhat.com> - 1.1.11-1
|
||||||
|
- Update for new upstream tarball: Pacemaker-1.1.11 (9d39a6b)
|
||||||
|
- See included ChangeLog file or https://raw.github.com/ClusterLabs/pacemaker/master/ChangeLog for full details
|
||||||
|
|
||||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.9-3.2
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.9-3.2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||||
|
|
||||||
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 1.1.9-3.1
|
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 1.1.9-3.1
|
||||||
- Perl 5.18 rebuild
|
- Perl 5.18 rebuild
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user