]> git.pld-linux.org Git - packages/dropto.git/commitdiff
- setuidgid with supplementary groups, from http://bugs.debian.org/cgi-bin/bugreport... auto/ac/dropto-0_3_1-1 auto/th/dropto-0_3_1-1
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 25 Jul 2011 11:03:47 +0000 (11:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dropto.spec -> 1.1

dropto.spec [new file with mode: 0644]

diff --git a/dropto.spec b/dropto.spec
new file mode 100644 (file)
index 0000000..53e60cf
--- /dev/null
@@ -0,0 +1,36 @@
+Summary:       Run a program as another user
+Name:          dropto
+Version:       0.3.1
+Release:       1
+License:       GPL v3
+Group:         Base/Utilities
+Source0:       http://users.ox.ac.uk/~tom/source/dropto/%{name}-%{version}.tar.gz
+# Source0-md5: 1c22adbe6c10c91a1037a8d5dd8220f8
+URL:           http://users.ox.ac.uk/~tom/dropto/dropto.8
+BuildRequires: xmlto
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Privilege-dropping exec()er in the spirit of setuidgid, but with
+supplementary group membership.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS README THANKS 
+%attr(755,root,root) %{_bindir}/dropto
+%{_mandir}/man8/dropto.8*
This page took 0.086365 seconds and 4 git commands to generate.