SPECS (DEVEL): drbd.spec - up to 8.0.1; up bcond; s/misc/block/

zbyniu zbyniu at pld-linux.org
Thu Apr 5 15:02:59 CEST 2007


Author: zbyniu                       Date: Thu Apr  5 13:02:59 2007 GMT
Module: SPECS                         Tag: DEVEL
---- Log message:
- up to 8.0.1; up bcond; s/misc/block/

---- Files affected:
SPECS:
   drbd.spec (1.90.2.2 -> 1.90.2.3) 

---- Diffs:

================================================================
Index: SPECS/drbd.spec
diff -u SPECS/drbd.spec:1.90.2.2 SPECS/drbd.spec:1.90.2.3
--- SPECS/drbd.spec:1.90.2.2	Mon Feb 12 14:20:12 2007
+++ SPECS/drbd.spec	Thu Apr  5 15:02:54 2007
@@ -3,6 +3,7 @@
 # Conditional build:
 %bcond_without	dist_kernel	# allow non-distribution kernel
 %bcond_without	kernel		# don't build kernel modules
+%bcond_without	up		# don't build UP module
 %bcond_without	smp		# don't build SMP module
 %bcond_without	userspace	# don't build userspace module
 %bcond_with	verbose		# verbose build (V=1)
@@ -20,12 +21,12 @@
 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:		drbd
-Version:	8.0.0
+Version:	8.0.1
 Release:	%{_rel}
 License:	GPL
 Group:		Base/Kernel
 Source0:	http://oss.linbit.com/drbd/8.0/%{name}-%{version}.tar.gz
-# Source0-md5:	ead0c43fc8c4fcc367a5c736272493d8
+# Source0-md5:	57e22430affeb0337c7e5df62093f9e8
 Patch0:		%{name}-Makefile.patch
 URL:		http://www.drbd.org/
 %if %{with userspace}
@@ -133,7 +134,7 @@
 	$RPM_BUILD_ROOT{/etc/rc.d/init.d,/etc/ha.d/resource.d}
 
 %if %{with kernel}
-%install_kernel_modules -m drbd/drbd -d misc
+%install_kernel_modules -m drbd/drbd -d block
 %endif
 
 %if %{with userspace}
@@ -186,13 +187,13 @@
 %files -n kernel%{_alt_kernel}-block-drbd
 %defattr(644,root,root,755)
 %doc ChangeLog README
-/lib/modules/%{_kernel_ver}/misc/drbd.ko*
+/lib/modules/%{_kernel_ver}/block/drbd.ko*
 
 %if %{with smp} && %{with dist_kernel}
 %files -n kernel%{_alt_kernel}-smp-block-drbd
 %defattr(644,root,root,755)
 %doc ChangeLog README
-/lib/modules/%{_kernel_ver}smp/misc/drbd.ko*
+/lib/modules/%{_kernel_ver}smp/block/drbd.ko*
 %endif
 %endif
 
@@ -202,6 +203,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.90.2.3  2007/04/05 13:02:54  zbyniu
+- up to 8.0.1; up bcond; s/misc/block/
+
 Revision 1.90.2.2  2007/02/12 13:20:12  baggins
 - converted to UTF-8
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/drbd.spec?r1=1.90.2.2&r2=1.90.2.3&f=u



More information about the pld-cvs-commit mailing list