Yan Gao 2013-09-11 07:17:43 +00:00 committed by Git OBS Bridge
parent d4209b8b6c
commit 78cc5e62c0
4 changed files with 21 additions and 14 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c20a6d7ca483970231166e4eab37186444081103f6ec85e21798ca06686827a3
size 598256

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bda8a5a7c869a8ab4a5fd24a7265d2325d42107c7f2b3ff0f136a9e39b6cecde
size 600388

View File

@ -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 Thu Jul 5 17:13:10 UTC 2012 - dmuhamedagic@suse.com

View File

@ -20,8 +20,8 @@
Name: fence-agents Name: fence-agents
Summary: Fence Agents for Pacemaker from RHCS Summary: Fence Agents for Pacemaker from RHCS
Version: 3.1.6 Version: 4.0.3
Release: 0.<RELEASE5> Release: 0
License: GPL v2 only; LGPL v2.1 only License: GPL v2 only; LGPL v2.1 only
Group: Productivity/Clustering/HA Group: Productivity/Clustering/HA
Url: http://git.fedorahosted.org/git/fence-agents.git 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: pkg-config python-xml xz
BuildRequires: mozilla-nspr-devel mozilla-nss-devel BuildRequires: mozilla-nspr-devel mozilla-nss-devel
BuildRequires: python-pexpect BuildRequires: python-pexpect
BuildRequires: perl-Net-Telnet
%package -n fence-agents-unsupported %package -n fence-agents-unsupported
Summary: Fence Agents for Pacemaker from RHCS Summary: Fence Agents for Pacemaker from RHCS
@ -142,7 +143,7 @@ Authors:
%prep %prep
%setup -q -n %{name}-%{version} %setup -q -n %{name}-%{version}
%patch1 -p1 #%patch1 -p1
%build %build
CFLAGS="${CFLAGS} ${RPM_OPT_FLAGS}" CFLAGS="${CFLAGS} ${RPM_OPT_FLAGS}"
@ -172,22 +173,23 @@ fi
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc doc/COPYING.* doc/COPYRIGHT doc/README.licence %doc doc/COPYING.* doc/COPYRIGHT doc/README.licence
%dir %{_sysconfdir}/cluster #%dir %{_sysconfdir}/cluster
%dir %{plugin_dir} %dir %{plugin_dir}
%dir %{_libdir}/stonith/plugins %dir %{_libdir}/stonith/plugins
%dir %{_libdir}/stonith %dir %{_libdir}/stonith
%{_datadir}/fence %{_datadir}/fence
%{_datadir}/cluster %{_datadir}/cluster
%{_sbindir}/fence_cisco_ucs #%{_sbindir}/fence_cisco_ucs
%{_mandir}/man8/fence_cisco_ucs* #%{_mandir}/man8/fence_cisco_ucs*
%{plugin_dir}/fence_cisco_ucs %{plugin_dir}/fence_cisco_ucs
%files -n fence-agents-unsupported #%files -n fence-agents-unsupported
%defattr(-,root,root,-) #%defattr(-,root,root,-)
%config(noreplace) %{_sysconfdir}/cluster/fence_na.conf #%config(noreplace) %{_sysconfdir}/cluster/fence_na.conf
%{_sbindir}/fence_* %{_sbindir}/fence_*
%exclude %{_sbindir}/fence_cisco_ucs #%exclude %{_sbindir}/fence_cisco_ucs
%{_mandir}/man8/fence_* %{_mandir}/man8/fence_*
%exclude %{_mandir}/man8/fence_cisco_ucs* #%exclude %{_mandir}/man8/fence_cisco_ucs*
%{_libexecdir}/*
%changelog %changelog