]> git.pld-linux.org Git - packages/drbd.git/commitdiff
- buildfix for kernels < 2.6.29
authorAdam Gołębiowski <adamg@pld-linux.org>
Sat, 15 Aug 2009 11:12:06 +0000 (11:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 1

Changed files:
    drbd.spec -> 1.112

drbd.spec

index 164ec59f8c11e21f61aa6782b234a012ba653826..8ce67447460ad5e96c2ee68d1478219d2644fd8a 100644 (file)
--- a/drbd.spec
+++ b/drbd.spec
@@ -23,7 +23,7 @@
 %undefine      with_userspace
 %endif
 
-%define                _rel    0.1
+%define                _rel    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
@@ -35,6 +35,7 @@ Group:                Base/Kernel
 Source0:       http://oss.linbit.com/drbd/8.3/%{pname}-%{version}.tar.gz
 # Source0-md5: 8aa8f7891d397ff25b7a3f77f56d353b
 Patch0:                %{pname}-Makefile.patch
+Patch1:                %{pname}-swab.patch
 URL:           http://www.drbd.org/
 %if %{with userspace}
 BuildRequires: bison
@@ -115,6 +116,7 @@ Ten pakiet dostarcza bashowe uzupełnianie poleceń dla drbd.
 %prep
 %setup -q -n %{pname}-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 %if %{with userspace}
This page took 0.10004 seconds and 4 git commands to generate.