From 78cc5e62c0558c6e468baaa21b3a1d17635b667f4416838e5174be5c8fac4b27 Mon Sep 17 00:00:00 2001 From: Yan Gao Date: Wed, 11 Sep 2013 07:17:43 +0000 Subject: [PATCH] - Update to version 4.0.3 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/fence-agents?expand=0&rev=2 --- fence-agents-3.1.6.tar.xz | 3 --- fence-agents-4.0.3.tar.xz | 3 +++ fence-agents.changes | 5 +++++ fence-agents.spec | 24 +++++++++++++----------- 4 files changed, 21 insertions(+), 14 deletions(-) delete mode 100644 fence-agents-3.1.6.tar.xz create mode 100644 fence-agents-4.0.3.tar.xz diff --git a/fence-agents-3.1.6.tar.xz b/fence-agents-3.1.6.tar.xz deleted file mode 100644 index bb323d0..0000000 --- a/fence-agents-3.1.6.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c20a6d7ca483970231166e4eab37186444081103f6ec85e21798ca06686827a3 -size 598256 diff --git a/fence-agents-4.0.3.tar.xz b/fence-agents-4.0.3.tar.xz new file mode 100644 index 0000000..39b94d3 --- /dev/null +++ b/fence-agents-4.0.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bda8a5a7c869a8ab4a5fd24a7265d2325d42107c7f2b3ff0f136a9e39b6cecde +size 600388 diff --git a/fence-agents.changes b/fence-agents.changes index ace83fa..67f18dc 100644 --- a/fence-agents.changes +++ b/fence-agents.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Sep 9 08:37:08 UTC 2013 - ygao@suse.com + +- Update to version 4.0.3 + ------------------------------------------------------------------- Thu Jul 5 17:13:10 UTC 2012 - dmuhamedagic@suse.com diff --git a/fence-agents.spec b/fence-agents.spec index ae8a099..d78543e 100644 --- a/fence-agents.spec +++ b/fence-agents.spec @@ -20,8 +20,8 @@ Name: fence-agents Summary: Fence Agents for Pacemaker from RHCS -Version: 3.1.6 -Release: 0. +Version: 4.0.3 +Release: 0 License: GPL v2 only; LGPL v2.1 only Group: Productivity/Clustering/HA Url: http://git.fedorahosted.org/git/fence-agents.git @@ -39,6 +39,7 @@ BuildRequires: python python-curl python-suds BuildRequires: pkg-config python-xml xz BuildRequires: mozilla-nspr-devel mozilla-nss-devel BuildRequires: python-pexpect +BuildRequires: perl-Net-Telnet %package -n fence-agents-unsupported Summary: Fence Agents for Pacemaker from RHCS @@ -142,7 +143,7 @@ Authors: %prep %setup -q -n %{name}-%{version} -%patch1 -p1 +#%patch1 -p1 %build CFLAGS="${CFLAGS} ${RPM_OPT_FLAGS}" @@ -172,22 +173,23 @@ fi %files %defattr(-,root,root,-) %doc doc/COPYING.* doc/COPYRIGHT doc/README.licence -%dir %{_sysconfdir}/cluster +#%dir %{_sysconfdir}/cluster %dir %{plugin_dir} %dir %{_libdir}/stonith/plugins %dir %{_libdir}/stonith %{_datadir}/fence %{_datadir}/cluster -%{_sbindir}/fence_cisco_ucs -%{_mandir}/man8/fence_cisco_ucs* +#%{_sbindir}/fence_cisco_ucs +#%{_mandir}/man8/fence_cisco_ucs* %{plugin_dir}/fence_cisco_ucs -%files -n fence-agents-unsupported -%defattr(-,root,root,-) -%config(noreplace) %{_sysconfdir}/cluster/fence_na.conf +#%files -n fence-agents-unsupported +#%defattr(-,root,root,-) +#%config(noreplace) %{_sysconfdir}/cluster/fence_na.conf %{_sbindir}/fence_* -%exclude %{_sbindir}/fence_cisco_ucs +#%exclude %{_sbindir}/fence_cisco_ucs %{_mandir}/man8/fence_* -%exclude %{_mandir}/man8/fence_cisco_ucs* +#%exclude %{_mandir}/man8/fence_cisco_ucs* +%{_libexecdir}/* %changelog