]> git.pld-linux.org Git - packages/fence-agents.git/blobdiff - fence-agents.spec
- updated to 4.0.7
[packages/fence-agents.git] / fence-agents.spec
index 69929d527c212badbfdb9541709b080129cbf811..0aea8bdb770a7cf55257334c7816d4ee20bb7856 100644 (file)
@@ -5,12 +5,13 @@
 Summary:       Reusable cluster fencing scripts
 Summary(pl.UTF-8):     Skrypty barier klastrowych wielokrotnego użytku
 Name:          fence-agents
-Version:       3.1.12
+Version:       4.0.7
 Release:       1
 License:       GPL v2+ (libraries), LGPL v2.1+ (applications)
 Group:         Daemons
 Source0:       https://fedorahosted.org/releases/f/e/fence-agents/%{name}-%{version}.tar.xz
-# Source0-md5: 07b4ab210f27cd442c0bc03b083ebc89
+# Source0-md5: 5669cfc4a25040f7acd324bafcd14468
+Patch0:                %{name}-check.patch
 URL:           https://fedorahosted.org/cluster/wiki/HomePage
 BuildRequires: autoconf >= 2.63
 BuildRequires: automake
@@ -25,7 +26,8 @@ BuildRequires:        python-suds
 BuildRequires: rpm-perlprov
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
-Requires:      cluster-fence >= 3
+# XXX: is it proper dependency for cluster 4?
+Requires:      resource-agents >= 3.9
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -36,6 +38,7 @@ Skrypty zapewniające funkcjonalność barier dla węzłów klastra.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__libtoolize}
@@ -63,7 +66,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc ChangeLog doc/{COPYRIGHT,README.licence}
 %attr(755,root,root) %{_sbindir}/fence_*
-%{_sysconfdir}/cluster/fence_na.conf
+%attr(755,root,root) %{_libexecdir}/fence_kdump_send
 %{_datadir}/fence
 %{_datadir}/cluster/fence_scsi_check.pl
 %dir %{_datadir}/cluster/relaxng
@@ -71,4 +74,5 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/cluster/relaxng/fence.rng.tail
 %{_datadir}/cluster/relaxng/fence2man.xsl
 %{_datadir}/cluster/relaxng/fence2rng.xsl
+%{_datadir}/cluster/relaxng/metadata.rng
 %{_mandir}/man8/fence_*.8*
This page took 0.229985 seconds and 4 git commands to generate.