]> git.pld-linux.org Git - packages/drbd.git/commitdiff
- rel 2; stbr
authorMariusz Mazur <mmazur@pld-linux.org>
Tue, 19 Jul 2011 15:27:06 +0000 (15:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- two files were supposed to be setuid root but became setgid by mistake;
  nobody noticed for 4 years

Changed files:
    drbd.spec -> 1.142

drbd.spec

index 3db442a141d6e3d0d05706001eb081419908415b..c621deb894091d644cced33a2dcd822a7f06b179 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.11
-Release:       1
+Release:       2
 License:       GPL
 Group:         Base/Kernel
 Source0:       http://oss.linbit.com/drbd/8.3/%{name}-%{version}.tar.gz
@@ -134,8 +134,8 @@ fi
 %files -n drbdsetup
 %defattr(644,root,root,755)
 %attr(755,root,root) /sbin/drbdadm
-%attr(2754,root,haclient) /sbin/drbdsetup
-%attr(2754,root,haclient) /sbin/drbdmeta
+%attr(4754,root,haclient) /sbin/drbdsetup
+%attr(4754,root,haclient) /sbin/drbdmeta
 %attr(754,root,root) /etc/rc.d/init.d/drbd
 %dir %{_sysconfdir}/ha.d
 %dir %{_sysconfdir}/ha.d/resource.d
This page took 0.073719 seconds and 4 git commands to generate.