From: Julian Seward Date: Thu, 5 Sep 2002 22:14:47 +0000 (+0000) Subject: Include %defattr(-,root,root) in valgrind.spec.in so that the X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c37879e8dc95bfe6d99e078cfc4bef8e03b1189;p=thirdparty%2Fvalgrind.git Include %defattr(-,root,root) in valgrind.spec.in so that the ownership of the files is correct even if a non-root user builds the RPM package. (Matthias Andree ) MERGE TO ERASER git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_1_0_BRANCH@902 --- diff --git a/valgrind.spec.in b/valgrind.spec.in index 9c709a7715..ce0a10312a 100644 --- a/valgrind.spec.in +++ b/valgrind.spec.in @@ -37,6 +37,7 @@ make make install prefix=$RPM_BUILD_ROOT/usr %files +%defattr(-,root,root) /usr/include/valgrind.h /usr/bin/valgrind /usr/lib/valgrind/*