drbd-utils: 8.9.6 -> 9.4.0

1.Upgrade drbd-utils from 8.9.6 to 9.4.0.
2.Delete 0001-Makefile.in-fix-permission-bits-for-drbd.service.patch, since it is integrated upstream.
3.Upgrade the SRC_URI to use git fetcher

Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Huang Qiyu
2018-02-05 13:40:45 +08:00
committed by Khem Raj
parent 16fc3c42c7
commit 6656d580c2
2 changed files with 6 additions and 30 deletions
@@ -1,25 +0,0 @@
Upstream-Status: Pending
Subject: Makefile.in: fix permission bits for drbd.service
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
scripts/Makefile.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/Makefile.in b/scripts/Makefile.in
index 402b93b..4a45407 100644
--- a/scripts/Makefile.in
+++ b/scripts/Makefile.in
@@ -65,7 +65,7 @@ endif
# yes, debian apparently allows installing both types from the same package
ifneq ($(initscripttype),sysv) # "systemd" or "both"
install -d $(DESTDIR)$(systemdunitdir)
- install -m 755 drbd.service $(DESTDIR)$(systemdunitdir)/
+ install -m 644 drbd.service $(DESTDIR)$(systemdunitdir)/
install -d $(DESTDIR)/lib/drbd/
install -m 755 drbd $(DESTDIR)/lib/drbd/
install -d $(DESTDIR)$(tmpfilesdir)/
--
1.9.1