]> git.pld-linux.org Git - packages/drbd.git/commitdiff
- updated to 8.3.0
authorAdam Gołębiowski <adamg@pld-linux.org>
Fri, 20 Feb 2009 16:18:48 +0000 (16:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    drbd-Makefile.patch -> 1.3
    drbd.spec -> 1.110

drbd-Makefile.patch
drbd.spec

index 8f3fa2aca27566a8538b1419cc4a842c22bffc62..7c072b0f6ea1ba7e40f98c41277b06c320eaf337 100644 (file)
@@ -1,11 +1,11 @@
 --- drbd-8.0.0/user/Makefile.orig      2007-01-16 21:07:58.000000000 +0100
 +++ drbd-8.0.0/user/Makefile   2007-01-29 17:08:57.844752000 +0100
-@@ -20,7 +20,7 @@
- KDIR := /lib/modules/$(shell uname -r)/build
+@@ -21,7 +21,7 @@
  
  CC = gcc
--CFLAGS = -g -O2 -c -W -Wall -I../drbd
-+CFLAGS = $(OPTCFLAGS) -Wall -I../drbd
+ OPTFLAGS = -O2
+-CFLAGS = -g $(OPTFLAGS) -c -W -Wall -I../drbd
++CFLAGS = -g $(OPTFLAGS) -W -Wall -I../drbd
  # for the netlink connector stuff <linux/connector.h>:
  drbdsetup: CFLAGS += -I$(KDIR)/include
  drbdsetup drbdmeta: CFLAGS += -fno-strict-aliasing
index c8fead320e4d2422825bcce96544e84b4234a9ff..9574b7247abf7c247b4db72f079d8202803dd6d2 100644 (file)
--- a/drbd.spec
+++ b/drbd.spec
@@ -1,4 +1,7 @@
 #
+# TODO:
+#  - trigger to update drbd-8.2 config
+#
 # Conditional build:
 %bcond_without dist_kernel     # allow non-distribution kernel
 %bcond_without kernel          # don't build kernel modules
 %undefine      with_userspace
 %endif
 
-%define                _rel    2
+%define                _rel    0.1
 %define                pname   drbd
 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.2.7
+Version:       8.3.0
 Release:       %{_rel}
 License:       GPL
 Group:         Base/Kernel
-Source0:       http://oss.linbit.com/drbd/8.2/%{pname}-%{version}.tar.gz
-# Source0-md5: d0a3e4eac36fde7660467632aad9b35a
+Source0:       http://oss.linbit.com/drbd/8.3/%{pname}-%{version}.tar.gz
+# Source0-md5: 2506a472c84828efdfad236519bd6ee8
 Patch0:                %{pname}-Makefile.patch
 URL:           http://www.drbd.org/
 %if %{with userspace}
This page took 0.152246 seconds and 4 git commands to generate.