fix permission which-2 scripts

This commit is contained in:
Than Ngo 2007-11-27 14:03:49 +00:00
parent 3b6607d722
commit ad7c0a5456

View File

@ -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 <than@redhat.com> 2.18-4
- fix permission which-2 scripts
* Mon Nov 26 2007 Karsten Hopp <karsten@redhat.com> 2.18-3
- add dir entry for info page