From 38a5241b83f3d51a54a0470099f5caf337aa12de Mon Sep 17 00:00:00 2001 From: rocky Date: Thu, 1 Jul 2004 19:34:04 +0000 Subject: [PATCH] All files in cdinfo should be owned by root and the root group. Change from Manfred Tremmel in response to a problem reported by Gabriel L. Somlo. --- libcdio.spec.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libcdio.spec.in b/libcdio.spec.in index 400c4367..e9b0b843 100644 --- a/libcdio.spec.in +++ b/libcdio.spec.in @@ -1,4 +1,4 @@ -### $Id: libcdio.spec.in,v 1.13 2004/04/21 09:28:09 rocky Exp $ +### $Id: libcdio.spec.in,v 1.14 2004/07/01 19:34:04 rocky Exp $ ### autogenerated---edit *.spec.in %define name @PACKAGE@ @@ -108,6 +108,7 @@ rm -rf ${RPM_BUILD_ROOT}/%{_mandir} %{_libdir}/pkgconfig/*.pc %files -n cdinfo +%defattr(-,root,root) %{_bindir}/* %changelog