summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel Revilla2019-04-29 21:06:35 +0200
committerMiguel Revilla2019-04-29 21:06:35 +0200
commitcdb7764efe598a2a495a5df3594a4e9222b34a6a (patch)
treef6a37ddd9af20a5288f520f3057c53891e90083b
parent188a6a9bba8311635048f9bab24637a720699c67 (diff)
downloadaur-cdb7764efe598a2a495a5df3594a4e9222b34a6a.tar.gz
Update to 2785
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD10
-rw-r--r--systemd.patch11
3 files changed, 4 insertions, 21 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb75a41782a5..b3ef2ab819c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = multipath-tools-git
pkgdesc = Tools to drive the Device Mapper multipathing driver (contains kpartx)
- pkgver = 2747.eb688e18
+ pkgver = 2785.ebbb56f2
pkgrel = 1
url = http://christophe.varoqui.free.fr/
arch = x86_64
@@ -15,9 +15,7 @@ pkgbase = multipath-tools-git
conflicts = multipath-tools
options = !emptydirs
source = multipath-tools-git::git+http://git.opensvc.com/multipath-tools/.git
- source = systemd.patch
md5sums = SKIP
- md5sums = 4e354195b0cdcfeb3173ff6f10f0948e
pkgname = multipath-tools-git
diff --git a/PKGBUILD b/PKGBUILD
index fed55b15c0cc..3e476181cef3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Timothée Ravier <tim@siosm.fr>
pkgname=multipath-tools-git
-pkgver=2747.eb688e18
+pkgver=2785.ebbb56f2
pkgrel=1
pkgdesc="Tools to drive the Device Mapper multipathing driver (contains kpartx)"
url="http://christophe.varoqui.free.fr/"
@@ -13,10 +13,8 @@ depends=('libaio' 'device-mapper' 'liburcu' 'ceph')
makedepends=('git' 'setconf')
conflicts=('multipath-tools')
options=(!emptydirs)
-source=("${pkgname}::git+http://git.opensvc.com/multipath-tools/.git"
- 'systemd.patch')
-md5sums=('SKIP'
- '4e354195b0cdcfeb3173ff6f10f0948e')
+source=("${pkgname}::git+http://git.opensvc.com/multipath-tools/.git")
+md5sums=('SKIP')
pkgver() {
cd ${pkgname}
@@ -29,8 +27,6 @@ prepare() {
sed -i 's|${prefix}/lib/udev|${prefix}/usr/lib/udev|g' Makefile.inc
sed -i 's|$(prefix)/lib/systemd/system|$(prefix)/usr/lib/systemd/system|g' Makefile.inc
sed -i 's|/etc/udev/|/usr/lib/udev/|g' kpartx/Makefile
-
- patch -p0 < ${srcdir}/systemd.patch
}
build() {
diff --git a/systemd.patch b/systemd.patch
deleted file mode 100644
index 10a4ff2505c2..000000000000
--- a/systemd.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.inc.orig 2019-02-28 17:50:52.552812580 +0100
-+++ Makefile.inc 2019-02-28 17:51:11.782813067 +0100
-@@ -37,7 +37,7 @@
-
- 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')
-+ SYSTEMD = $(shell systemctl --version 2> /dev/null | sed -n 's/systemd \([0-9]*\) .*/\1/p')
- endif
- endif
-