]> git.pld-linux.org Git - packages/drbd.git/commitdiff
- add missing /var/lib/drbd auto/th/drbd-8_3_9-2
authorMariusz Mazur <mmazur@pld-linux.org>
Fri, 12 Nov 2010 10:53:06 +0000 (10:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    drbd.spec -> 1.138

drbd.spec

index 2c9c329e8ebbdc2ec2a8b3cdf29c854d6a67f4a5..c0594bd012ac8a59a2c27e6957a2742564a401f5 100644 (file)
--- a/drbd.spec
+++ b/drbd.spec
@@ -10,7 +10,7 @@ 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.3.9
-Release:       1
+Release:       2
 License:       GPL
 Group:         Base/Kernel
 Source0:       http://oss.linbit.com/drbd/8.3/%{name}-%{version}.tar.gz
@@ -96,7 +96,8 @@ Reguły udev dla modułu jądra Linuksa dla drbd.
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{/sbin,%{_mandir}/man{5,8},%{_sysconfdir}} \
-       $RPM_BUILD_ROOT{/etc/rc.d/init.d,/etc/ha.d/resource.d}
+       $RPM_BUILD_ROOT{/etc/rc.d/init.d,/etc/ha.d/resource.d} \
+       $RPM_BUILD_ROOT/var/lib/drbd
 
 %{__make} install -C scripts \
        DRBD_ENABLE_UDEV=1 \
@@ -145,6 +146,7 @@ fi
 %dir /usr/lib/drbd
 %attr(755,root,root) /usr/lib/drbd/*
 %attr(755,root,root) %{_sbindir}/drbd-overview
+%attr(750,root,root) %dir /var/lib/drbd
 
 %files -n bash-completion-drbd
 %defattr(644,root,root,755)
This page took 0.117516 seconds and 4 git commands to generate.