OBS User unknown 2007-09-18 10:08:16 +00:00 committed by Git OBS Bridge
parent 44c2da2968
commit 3e4cc222d1
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Sep 18 12:07:34 CEST 2007 - ro@suse.de
- do really build a module
-------------------------------------------------------------------
Mon Sep 17 14:41:31 CEST 2007 - lmb@suse.de

View File

@ -13,7 +13,7 @@ Name: drbd
BuildRequires: bison flex glib-devel kernel-source kernel-syms module-init-tools
Summary: Distributed Replicated Block Device
Version: 8.0.6
Release: 1
Release: 2
Source: %{name}-%{version}.tar.gz
Patch0: drbd-optflags.patch
License: GPL v2 or later
@ -62,6 +62,7 @@ mkdir obj
%build
export RPM_BUILD_ROOT
export CONFIG_BLK_DEV_DRBD=m
export DIST=suselike
mkdir -p %{buildroot}
make clean
@ -76,6 +77,7 @@ done
%install
export RPM_BUILD_ROOT
export CONFIG_BLK_DEV_DRBD=m
export DIST=suselike
make PREFIX=%{buildroot}/ install-tools
ln -sf ../etc/init.d/drbd $RPM_BUILD_ROOT/sbin/rcdrbd
@ -136,6 +138,8 @@ done
%doc scripts/drbd.conf
%changelog
* Tue Sep 18 2007 - ro@suse.de
- do really build a module
* Mon Sep 17 2007 - lmb@suse.de
- Update to drbd 8.0.6 for kernel-compatibility (310187)
* Wed Apr 04 2007 - lrupp@suse.de