]> git.pld-linux.org Git - packages/drbd.git/commitdiff
- Version: 8.0.6
authorJacek Konieczny <jajcus@pld-linux.org>
Thu, 13 Sep 2007 20:28:08 +0000 (20:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- permissions of drbdsetup and drbdmeta updated (suid-root, exec rights for
  haclient group), so drbdadm won't complain with default config.

Changed files:
    drbd.spec -> 1.100

drbd.spec

index 691ae9e1cff517950fa71f26257176730cb79169..3997bac9511867b4a09518716ad33ade047409c6 100644 (file)
--- a/drbd.spec
+++ b/drbd.spec
 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.5
+Version:       8.0.6
 Release:       %{_rel}
 License:       GPL
 Group:         Base/Kernel
 Source0:       http://oss.linbit.com/drbd/8.0/%{name}-%{version}.tar.gz
-# Source0-md5: b5463772f1749e86c8c29e56b0e9938b
+# Source0-md5: a91dd9b9526e087507e21521c10c5828
 Patch0:                %{name}-Makefile.patch
 URL:           http://www.drbd.org/
 %if %{with userspace}
@@ -53,7 +53,11 @@ Summary(pl.UTF-8):   Narzędzie konfiguracyjne i skrypty dla DRBD
 Summary(pt_BR.UTF-8):  Utilitários para gerenciar dispositivos DRBD
 Group:         Applications/System
 Requires(post,preun):  /sbin/chkconfig
+Requires(pre): /usr/bin/getgid
+Requires(pre): /usr/sbin/groupadd
+Requires(postun):      /usr/sbin/groupdel
 Requires:      rc-scripts
+Provides:      group(haclient)
 Conflicts:     drbdsetup24
 
 %description -n drbdsetup
@@ -131,6 +135,9 @@ rm -rf $RPM_BUILD_ROOT
 %postun -n kernel%{_alt_kernel}-block-drbd
 %depmod %{_kernel_ver}
 
+%pre -n drbdsetup
+%groupadd -g 60 haclient
+
 %post -n drbdsetup
 /sbin/chkconfig --add drbd
 %service drbd restart
@@ -141,10 +148,18 @@ if [ "$1" = "0" ]; then
        /sbin/chkconfig --del drbd
 fi
 
+%postun -n drbdsetup
+if [ "$1" = "0" ]; then
+       %groupremove haclient
+fi
+
+
 %if %{with userspace}
 %files -n drbdsetup
 %defattr(644,root,root,755)
-%attr(755,root,root) /sbin/*
+%attr(755,root,root) /sbin/drbdadm
+%attr(2754,root,haclient) /sbin/drbdsetup
+%attr(2754,root,haclient) /sbin/drbdmeta
 %attr(754,root,root) /etc/rc.d/init.d/drbd
 %attr(755,root,root) %{_sysconfdir}/ha.d/resource.d/drbddisk
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/drbd.conf
This page took 0.074972 seconds and 4 git commands to generate.