]> git.pld-linux.org Git - packages/drbd.git/commitdiff
- rel.11 drbd-0_5_8_1-11
authormarcus <marcus@pld-linux.org>
Wed, 2 Oct 2002 17:30:53 +0000 (17:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- use new %5doc
- fixed %%files

Changed files:
    drbd.spec -> 1.30

drbd.spec

index 4a5eecd2f490648ae5ebe3e25290c06a93bfb3f3..8c78ac7b7fc4502796c633700da0688f0a0b2816 100644 (file)
--- a/drbd.spec
+++ b/drbd.spec
@@ -8,7 +8,7 @@ Summary:        drbd is a block device designed to build high availibility clusters
 Summary(pl):   drbd jest urz±dzeniem blokowym dla klastrów o wysokiej niezawodno¶ci
 Name:          drbd
 Version:       0.5.8.1
-%define        rel     10
+%define        rel     11
 Release:       %{rel}
 License:       GPL
 Group:         Base/Kernel
@@ -146,8 +146,6 @@ ln -sf /etc/rc.d/init.d/drbd $RPM_BUILD_ROOT/etc/ha.d/resource.d/datadisk
 install documentation/drbd.conf.5 $RPM_BUILD_ROOT%{_mandir}/man5
 install documentation/drbdsetup.8 $RPM_BUILD_ROOT%{_mandir}/man8
 
-gzip -9nf ChangeLog README TODO
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -189,10 +187,10 @@ fi
 
 %files -n kernel-block-drbd
 %defattr(644,root,root,755)
-%doc *.gz
-/lib/modules/%{_kernel_ver}/misc/drbd.o
+%doc ChangeLog README TODO
+/lib/modules/%{_kernel_ver}/misc/*
 
 %files -n kernel-smp-block-drbd
 %defattr(644,root,root,755)
-%doc *.gz
-/lib/modules/%{_kernel_ver}smp/misc/drbd.o
+%doc ChangeLog README TODO
+/lib/modules/%{_kernel_ver}smp/misc/*
This page took 0.108668 seconds and 4 git commands to generate.