- Rebase to resource-agents 4.0.0 upstream release.
This commit is contained in:
parent
4b628a7e7d
commit
353bdf8d6a
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@ resource-agents-3.0.14.tar.bz2
|
||||
/ClusterLabs-resource-agents-1e3e9db.tar.gz
|
||||
/ClusterLabs-resource-agents-f79322c.tar.gz
|
||||
/ClusterLabs-resource-agents-e697f43.tar.gz
|
||||
/ClusterLabs-resource-agents-f6c9350.tar.gz
|
||||
|
@ -20,7 +20,7 @@
|
||||
#
|
||||
|
||||
%global upstream_prefix ClusterLabs-resource-agents
|
||||
%global upstream_version e697f43
|
||||
%global upstream_version f6c9350
|
||||
|
||||
# SSLeay (required by ldirectord)
|
||||
%if 0%{?suse_version}
|
||||
@ -35,8 +35,8 @@
|
||||
|
||||
Name: resource-agents
|
||||
Summary: Open Source HA Reusable Cluster Resource Scripts
|
||||
Version: 3.9.7
|
||||
Release: 6%{?rcver:%{rcver}}%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist}
|
||||
Version: 4.0.0
|
||||
Release: 1%{?rcver:%{rcver}}%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist}
|
||||
License: GPLv2+ and LGPLv2+
|
||||
URL: https://github.com/ClusterLabs/resource-agents
|
||||
%if 0%{?fedora} || 0%{?centos_version} || 0%{?rhel}
|
||||
@ -227,6 +227,7 @@ rm -rf %{buildroot}
|
||||
%if %{with linuxha}
|
||||
%doc doc/README.webapps
|
||||
%doc %{_datadir}/%{name}/ra-api-1.dtd
|
||||
%doc %{_datadir}/%{name}/metadata.rng
|
||||
%endif
|
||||
|
||||
%if %{with rgmanager}
|
||||
@ -331,6 +332,9 @@ ccs_update_schema > /dev/null 2>&1 ||:
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Jan 31 2017 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.0.0-1
|
||||
- Rebase to resource-agents 4.0.0 upstream release.
|
||||
|
||||
* Thu Dec 15 2016 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.9.7-6
|
||||
- Add netstat dependency
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user