]> 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 15d6c84814e59441718b788747c033eac426ea4f..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:       4.0.3
+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: e05b467428f6aed97eb30a8435d3b45a
+# Source0-md5: 5669cfc4a25040f7acd324bafcd14468
+Patch0:                %{name}-check.patch
 URL:           https://fedorahosted.org/cluster/wiki/HomePage
 BuildRequires: autoconf >= 2.63
 BuildRequires: automake
@@ -37,6 +38,7 @@ Skrypty zapewniające funkcjonalność barier dla węzłów klastra.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__libtoolize}
@@ -65,7 +67,6 @@ rm -rf $RPM_BUILD_ROOT
 %doc ChangeLog doc/{COPYRIGHT,README.licence}
 %attr(755,root,root) %{_sbindir}/fence_*
 %attr(755,root,root) %{_libexecdir}/fence_kdump_send
-%attr(755,root,root) %{_libexecdir}/fence_nss_wrapper
 %{_datadir}/fence
 %{_datadir}/cluster/fence_scsi_check.pl
 %dir %{_datadir}/cluster/relaxng
@@ -73,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.453189 seconds and 4 git commands to generate.