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