[packages/multipath-tools] - updated to 0.8.3 - removed obsolete systemd patch
qboosh
qboosh at pld-linux.org
Sun Oct 27 15:55:25 CET 2019
commit 90b28b6e757625261d433163ab1f7434c7cf1ac4
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Oct 27 15:55:01 2019 +0100
- updated to 0.8.3
- removed obsolete systemd patch
multipath-tools-systemd.patch | 13 -------------
multipath-tools.spec | 10 ++++------
2 files changed, 4 insertions(+), 19 deletions(-)
---
diff --git a/multipath-tools.spec b/multipath-tools.spec
index 2b16cf4..c39e38e 100644
--- a/multipath-tools.spec
+++ b/multipath-tools.spec
@@ -5,14 +5,14 @@
Summary: Tools to manage multipathed devices with the device-mapper
Summary(pl.UTF-8): Implementacja wielotrasowego dostępu do zasobów przy użyciu device-mappera
Name: multipath-tools
-Version: 0.8.0
-%define gitref eb688e1
-Release: 3
+Version: 0.8.3
+%define gitref 6c3bd36
+Release: 1
License: GPL v2
Group: Base
# http://git.opensvc.com/?p=multipath-tools/.git;a=snapshot;h=%{gitref};sf=tgz
Source0: http://git.opensvc.com/?p=multipath-tools/.git;a=snapshot;h=%{version};sf=tgz;fakeout=/%{name}-%{version}.tar.gz
-# Source0-md5: af06190a0d167e8a4d11faa6919d60f9
+# Source0-md5: 0b93f9fab48c72e4d3f91ef9d54236d2
Source100: branch.sh
Source1: multipathd.init
Source2: multipathd.sysconfig
@@ -22,7 +22,6 @@ Source4: multipath.conf.defaults
Patch0: %{name}-paths.patch
Patch1: %{name}-kpartx-udev.patch
Patch2: config.patch
-Patch3: %{name}-systemd.patch
URL: http://christophe.varoqui.free.fr/
BuildRequires: device-mapper-devel >= 1.02.08
BuildRequires: libaio-devel
@@ -125,7 +124,6 @@ umożliwia tworzenie partycji na odwzorowaniach wielotrasowych.
%patch1 -p1
cp -p %{SOURCE4} .
%patch2 -p1
-%patch3 -p1
%build
%if %{with initrd}
diff --git a/multipath-tools-systemd.patch b/multipath-tools-systemd.patch
deleted file mode 100644
index f8413f4..0000000
--- a/multipath-tools-systemd.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- multipath-tools-0.8.0-eb688e1/Makefile.inc.orig 2019-02-14 18:55:29.000000000 +0100
-+++ multipath-tools-0.8.0-eb688e1/Makefile.inc 2019-03-10 14:10:20.140218925 +0100
-@@ -36,8 +36,8 @@
- endif
-
- ifndef SYSTEMD
-- ifeq ($(shell systemctl --version > /dev/null 2>&1 && echo 1), 1)
-- SYSTEMD = $(shell systemctl --version 2> /dev/null | sed -n 's/systemd \([0-9]*\)/\1/p')
-+ ifeq ($(shell pkg-config --exists systemd > /dev/null 2>&1 && echo 1), 1)
-+ SYSTEMD = $(shell pkg-config --modversion systemd 2> /dev/null)
- endif
- endif
-
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/multipath-tools.git/commitdiff/90b28b6e757625261d433163ab1f7434c7cf1ac4
More information about the pld-cvs-commit
mailing list