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 Summary: Displays where a particular program in your path is located
Name: which Name: which
Version: 2.18 Version: 2.18
Release: 3%{?dist} Release: 4%{?dist}
License: GPLv2 License: GPLv2
Group: Applications/System Group: Applications/System
Source0: http://www.xs4all.nl/~carlo17/which/%{name}-%{version}.tar.gz Source0: http://www.xs4all.nl/~carlo17/which/%{name}-%{version}.tar.gz
@ -54,12 +54,15 @@ rm -rf $RPM_BUILD_ROOT
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc COPYING EXAMPLES README AUTHORS NEWS %doc COPYING EXAMPLES README AUTHORS NEWS
%{_sysconfdir}/profile.d/which-2.* %attr(0644,root,root) %{_sysconfdir}/profile.d/which-2.*
%{_bindir}/* %{_bindir}/*
%{_infodir}/which.info.gz %{_infodir}/which.info.gz
%{_mandir}/*/* %{_mandir}/*/*
%changelog %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 * Mon Nov 26 2007 Karsten Hopp <karsten@redhat.com> 2.18-3
- add dir entry for info page - add dir entry for info page