]> git.pld-linux.org Git - packages/drbd.git/commitdiff
- updated to 8.3.5 auto/th/drbd-8_3_5-6
authorAdam Gołębiowski <adamg@pld-linux.org>
Sat, 7 Nov 2009 15:26:39 +0000 (15:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    drbd-Makefile.patch -> 1.5
    drbd.spec -> 1.124

drbd-Makefile.patch
drbd.spec

index 132ddf7cdcd50ca63f965ca4d725b90f341fbccc..2799e51d390b43ba96a9c557086b1e4f255acb05 100644 (file)
@@ -6,9 +6,9 @@
  OPTFLAGS = -O1
 -CFLAGS = $(OPTFLAGS) -c -W -Wall -I../drbd
 +CFLAGS = $(OPTFLAGS) -W -Wall -I../drbd
- # for the netlink connector stuff <linux/connector.h>:
- drbdsetup: CFLAGS += -I$(KDIR)/include
  
+ drbdadm-obj = drbdadm_scanner.o drbdadm_parser.o drbdadm_main.o \
+             drbdadm_adjust.o drbdtool_common.o drbdadm_usage_cnt.o \
 @@ -43,7 +43,7 @@
        cp $^ $@
  
index b0df80f3ad04ed946919749ab654bc2c5643edf6..f42f0df12be6b4ef44241d430f7774ce5ce4b683 100644 (file)
--- a/drbd.spec
+++ b/drbd.spec
 Summary:       drbd is a block device designed to build high availibility clusters
 Summary(pl.UTF-8):     drbd jest urządzeniem blokowym dla klastrów o wysokiej niezawodności
 Name:          %{pname}%{_alt_kernel}
-Version:       8.3.2
+Version:       8.3.5
 Release:       %{rel}
 License:       GPL
 Group:         Base/Kernel
 Source0:       http://oss.linbit.com/drbd/8.3/%{pname}-%{version}.tar.gz
-# Source0-md5: 8aa8f7891d397ff25b7a3f77f56d353b
+# Source0-md5: 2a27a6924146ccd61e11e3a973707069
 Patch0:                %{pname}-Makefile.patch
 Patch1:                %{pname}-swab.patch
 Patch2:                %{pname}-parallel-install.patch
-Patch3:                %{pname}-bash-completion-install.patch
 URL:           http://www.drbd.org/
 %if %{with userspace}
 BuildRequires: bison
@@ -135,7 +134,6 @@ Reguły udev dla modułu jądra Linuksa dla drbd.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
 
 %build
 %if %{with userspace}
This page took 0.124364 seconds and 4 git commands to generate.