diff --git a/disable_xsltproc_network_read.patch b/disable_xsltproc_network_read.patch new file mode 100644 index 0000000000000000000000000000000000000000..218f8b010ff6a94e08d40954a47fef1ec0d172c1 --- /dev/null +++ b/disable_xsltproc_network_read.patch @@ -0,0 +1,11 @@ +--- documentation/v9/Makefile.in 2014-12-04 21:20:04.806764917 +0000 ++++ documentation/v9/Makefile.in 2014-12-04 21:19:59.071764572 +0000 +@@ -59,7 +59,7 @@ + HTML_STYLESHEET ?= $(STYLESHEET_PREFIX)/xhtml/docbook.xsl + FO_STYLESHEET ?= $(STYLESHEET_PREFIX)/fo/docbook.xsl + +-XSLTPROC_OPTIONS ?= --xinclude ++XSLTPROC_OPTIONS ?= --nonet --xinclude + XSLTPROC_OPTIONS += --stringparam variablelist.term.break.after 1 + #XSLTPROC_OPTIONS += --stringparam variablelist.term.separator "" + XSLTPROC_MANPAGES_OPTIONS ?= $(XSLTPROC_OPTIONS) diff --git a/drbd-utils-9.5.0.tar.gz b/drbd-utils-9.5.0.tar.gz index a47ea20aa5870e44bd611cc202ccf9bd8cfed2dd..3c1cade8259f00e815a8b86c0666e92ddae5eb54 100644 Binary files a/drbd-utils-9.5.0.tar.gz and b/drbd-utils-9.5.0.tar.gz differ diff --git a/drbd.spec b/drbd.spec index 7a1e08cac09de9d1e42d1f6f47974bba82e66a3c..510586f54d2587a252a3a192cd7b5ec817b65d8a 100644 --- a/drbd.spec +++ b/drbd.spec @@ -1,10 +1,11 @@ Name: drbd Summary: DRBD user-land tools and scripts Version: 9.5.0 -Release: 3%{?dist} +Release: 4 Source0: http://www.linbit.com/downloads/%{name}/utils/%{name}-utils-%{version}.tar.gz Source1: drbd.service Source2: drbd.ocf +Patch0: disable_xsltproc_network_read.patch License: GPLv2+ ExclusiveOS: linux URL: http://www.drbd.org/ @@ -34,6 +35,7 @@ This is a virtual package, installing the full user-land suite. %setup -q -n drbd-utils-%{version} # Don't let xsltproc make network calls during build +%patch0 -p0 %build %configure \ @@ -195,6 +197,8 @@ management utility. %systemd_preun drbd.service %changelog +* Fri Oct 30 2020 jiangxinyu - 9.5.0-4 +- Rebuilt for openEuler20.03 LTS + * Thu Apr 16 2020 houjian - 9.5.0-3 - Init drbd project -