Use 'protect root' instead of 'protect master'

This commit is contained in:
Mat Booth 2017-07-04 14:07:33 +01:00
parent 3446dc9a62
commit 1aa3dbe31b
1 changed files with 5 additions and 2 deletions

View File

@ -38,7 +38,7 @@ Epoch: 1
Summary: An open, extensible IDE
Name: eclipse
Version: 4.7.0
Release: 1%{?dist}
Release: 2%{?dist}
License: EPL
URL: http://www.eclipse.org/
@ -692,7 +692,7 @@ popd
# ini file adjustements
sed -i "s|-Xms40m|-Xms512m|g" eclipse.ini
sed -i "s|-Xmx512m|-Xmx1024m|g" eclipse.ini
sed -i '1i-protect\nmaster' eclipse.ini
sed -i '1i-protect\nroot' eclipse.ini
# Temporary fix until https://bugs.eclipse.org/294877 is resolved
cat >> eclipse.ini <<EOF
@ -1054,6 +1054,9 @@ fi
%{_eclipsedir}/plugins/org.eclipse.osgi.util_*
%changelog
* Tue Jul 04 2017 Mat Booth <mat.booth@redhat.com> - 1:4.7.0-2
- Use 'protect root' instead of 'protect master'
* Fri Jun 30 2017 Mat Booth <mat.booth@redhat.com> - 1:4.7.0-1
- Update to final Oxygen release
- Bump jetty requirement