Changed file ownership. /usr/share/java/eclipse{,/*} is no longer owned

by the eclipse-rcp package, but the directory is owned by the
equinox-osgi, and contents are owned by packages that provide them.
This commit is contained in:
Krzysztof Daniel 2012-07-17 14:08:44 +02:00
parent 0e6247809b
commit f99dc68135
1 changed files with 7 additions and 2 deletions

View File

@ -20,7 +20,7 @@ Epoch: 1
Summary: An open, extensible IDE
Name: eclipse
Version: %{eclipse_version}
Release: 3%{?dist}
Release: 4%{?dist}
License: EPL
Group: Text Editors/Integrated Development Environments (IDE)
URL: http://www.eclipse.org/
@ -485,7 +485,6 @@ rm -rf %{_bindir}/efj/
%{_libdir}/%{name}/plugins/org.eclipse.equinox.simpleconfigurator_*
%{_libdir}/%{name}/plugins/org.w3c.css.sac_*
%{_libdir}/%{name}/plugins/org.w3c.dom.svg_*
%{_javadir}/%{name}
%if %{initialize}
%files platform -f %{name}-platform.install
@ -670,10 +669,12 @@ rm -rf %{_bindir}/efj/
# FIXME: should we ship content.xml for the platform?
#%%{_libdir}/%%{name}/metadata
%{_libdir}/%{name}/p2
%{_javadir}/%{name}/equinox.http.servlet.jar
%files jdt
%attr(0755,root,root) %{_bindir}/efj
%{_libdir}/%{name}/dropins/jdt
%{_javadir}/%{name}/jdt.core.jar
%files pde
%{_bindir}/%{name}-pdebuild
@ -681,6 +682,7 @@ rm -rf %{_bindir}/efj/
%{_libdir}/%{name}/dropins/sdk
%files equinox-osgi
%dir %{_javadir}/%{name}
%{_javadir}/%{name}/osgi.jar
%{_javadir}/%{name}/osgi.services.jar
%{_javadir}/%{name}/osgi.util.jar
@ -691,6 +693,9 @@ rm -rf %{_bindir}/efj/
%{_mavendepmapfragdir}/*
%changelog
* Tue Jul 17 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:4.2.0-4
- Bug 839986 - eclipse-rcp: broken symlinks
* Fri Jul 6 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:4.2.0-3
- Improved patch for discovering changes after update.