packages: dropto/dropto.spec - move program to sbin: don't clobber user pat...
glen
glen at pld-linux.org
Mon Jul 25 13:36:55 CEST 2011
Author: glen Date: Mon Jul 25 11:36:55 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- move program to sbin: don't clobber user path with progs that need root; rel 2
---- Files affected:
packages/dropto:
dropto.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: packages/dropto/dropto.spec
diff -u packages/dropto/dropto.spec:1.2 packages/dropto/dropto.spec:1.3
--- packages/dropto/dropto.spec:1.2 Mon Jul 25 13:11:09 2011
+++ packages/dropto/dropto.spec Mon Jul 25 13:36:50 2011
@@ -2,7 +2,7 @@
Summary: Run a program as another user
Name: dropto
Version: 0.3.1
-Release: 1
+Release: 2
License: GPL v3
Group: Base/Utilities
Source0: http://users.ox.ac.uk/~tom/source/dropto/%{name}-%{version}.tar.gz
@@ -12,6 +12,9 @@
BuildRequires: xmlto
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+# don't clobber user path with progs that need root
+%define _bindir %{_sbindir}
+
%description
Privilege-dropping exec()er in the spirit of setuidgid, but with
supplementary group membership.
@@ -43,6 +46,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2011/07/25 11:36:50 glen
+- move program to sbin: don't clobber user path with progs that need root; rel 2
+
Revision 1.2 2011/07/25 11:11:09 glen
- BR asciidoc
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/dropto/dropto.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list