From ad7c0a54567ce8d9a20c6ace8582242557f4647b Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Tue, 27 Nov 2007 14:03:49 +0000 Subject: [PATCH] fix permission which-2 scripts --- which.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/which.spec b/which.spec index 678b72c..bea7658 100644 --- a/which.spec +++ b/which.spec @@ -1,7 +1,7 @@ Summary: Displays where a particular program in your path is located Name: which Version: 2.18 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2 Group: Applications/System Source0: http://www.xs4all.nl/~carlo17/which/%{name}-%{version}.tar.gz @@ -54,12 +54,15 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc COPYING EXAMPLES README AUTHORS NEWS -%{_sysconfdir}/profile.d/which-2.* +%attr(0644,root,root) %{_sysconfdir}/profile.d/which-2.* %{_bindir}/* %{_infodir}/which.info.gz %{_mandir}/*/* %changelog +* Tue Nov 27 2007 Than Ngo 2.18-4 +- fix permission which-2 scripts + * Mon Nov 26 2007 Karsten Hopp 2.18-3 - add dir entry for info page