- Make /usr/bin/eclipse executable again (rh#155715).

This commit is contained in:
Andrew Overholt 2005-04-22 18:17:25 +00:00
parent 1aaee68697
commit 4b3530196d
1 changed files with 3 additions and 1 deletions

View File

@ -625,6 +625,7 @@ perl -pe \
s|/etc/|%{_sysconfdir}/|g ;
s|/usr/bin/|%{_bindir}/|g' \
%{SOURCE1} > $RPM_BUILD_ROOT%{_bindir}/eclipse
chmod a+x $RPM_BUILD_ROOT%{_bindir}/eclipse
# Default config
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}
@ -1038,9 +1039,10 @@ fi
* Fri Apr 22 2005 Aaron Luchko <aluchko@redhat.com> 3.1.0_fc-0.M6.10
- Import archived projects (e.o#82988)
* Fri Apr 22 2005 Andrew Overholt <overholt@redhat.com> 3.1.0_fc-0.M6.10
* Fri Apr 22 2005 Andrew Overholt <overholt@redhat.com>
- Add Requires(post,postun): java-1.4.2-gcj-compat for each sub-package and use
full path (Joe Orton).
- Make /usr/bin/eclipse executable again (rh#155715).
* Thu Apr 21 2005 Andrew Overholt <overholt@redhat.com> 3.1.0_fc-0.M6.9
- Use upstream icons (not RHDS ones) (rh#146484).