- Add bugzilla reference to remove jars bug in comment.

This commit is contained in:
Ben Konrath 2007-01-16 17:13:37 +00:00
parent 41a5f97115
commit ec33055f01

View File

@ -19,7 +19,7 @@ Epoch: 1
Summary: An open, extensible IDE
Name: eclipse
Version: %{eclipse_majmin}.%{eclipse_micro}
Release: 30%{?dist}
Release: 31%{?dist}
License: Eclipse Public License
Group: Text Editors/Integrated Development Environments (IDE)
URL: http://www.eclipse.org/
@ -736,7 +736,7 @@ popd
popd
# delete included jars
# FIXME: file a bug about these
# https://bugs.eclipse.org/bugs/show_bug.cgi?id=170662
rm plugins/org.eclipse.swt.win32.win32.x86/swt.jar \
plugins/org.eclipse.swt/extra_jars/exceptions.jar \
plugins/org.eclipse.swt.tools/swttools.jar \
@ -1729,6 +1729,9 @@ fi
%{_libdir}/%{name}/plugins/org.eclipse.sdk_*
%changelog
* Tue Jan 16 2007 Ben Konrath <bkonrath@redhat.com> 3.2.1-31
- Add bugzilla reference to remove jars bug in comment.
* Fri Jan 12 2007 Ben Konrath <bkonrath@redhat.com> 3.2.1-30
- Fix %%postun problem in the sdk sub-package.