Author: mguevara Date: Thu Dec 21 00:35:08 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - added patch1 drbd-0.7.22-2.6.19-friendly.patch - for building with 2.6.19 (and previous versions of the kernel)
---- Files affected: SPECS: drbd.spec (1.88 -> 1.89) ---- Diffs: ================================================================ Index: SPECS/drbd.spec diff -u SPECS/drbd.spec:1.88 SPECS/drbd.spec:1.89 --- SPECS/drbd.spec:1.88 Fri Dec 8 13:40:38 2006 +++ SPECS/drbd.spec Thu Dec 21 01:35:03 2006 @@ -27,6 +27,9 @@ Source0: http://oss.linbit.com/drbd/0.7/%{name}-%{version}.tar.gz # Source0-md5: 589626e0c62d314d3bbe78275b9e7d2d Patch0: %{name}-Makefile.patch +# based on http://members.home.nl/maarten/drbd-0.7.22-2.6.19.patch but compliant +# with older kernels +Patch1: %{name}-0.7.22-2.6.19-friendly.patch URL: http://www.drbd.org/ %if %{with userspace} BuildRequires: bison @@ -109,6 +112,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %build %if %{with userspace} @@ -202,6 +206,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.89 2006/12/21 00:35:03 mguevara +- added patch1 drbd-0.7.22-2.6.19-friendly.patch - for building with 2.6.19 + (and previous versions of the kernel) + Revision 1.88 2006/12/08 12:40:38 hawk - workaround for builder automation to allow building against kernel-grsecurity (via bcond) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/drbd.spec?r1=1.88&r2=1.89&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
