]> git.pld-linux.org Git - packages/multipath-tools.git/commitdiff
- updated to 0.8.3 auto/th/multipath-tools-0.8.3-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 27 Oct 2019 14:55:01 +0000 (15:55 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 27 Oct 2019 14:55:01 +0000 (15:55 +0100)
- removed obsolete systemd patch

multipath-tools-systemd.patch [deleted file]
multipath-tools.spec

diff --git a/multipath-tools-systemd.patch b/multipath-tools-systemd.patch
deleted file mode 100644 (file)
index f8413f4..0000000
+++ /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
index 2b16cf4427a7d0cff3a751cd51f47173d09c252c..c39e38eb74719d5af333e156070de568ebba85e6 100644 (file)
@@ -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}
This page took 0.150344 seconds and 4 git commands to generate.