[eclipse] Changed file ownership. /usr/share/java/eclipse{, /*} is no longer owned by the eclipse-rcp package,

Krzysztof Daniel kdaniel at fedoraproject.org
Tue Jul 17 12:09:19 UTC 2012


commit f99dc68135ff09a33ff901c341286abf161f4268
Author: Krzysztof Daniel <kdaniel at redhat.com>
Date:   Tue Jul 17 14:08:44 2012 +0200

    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.

 eclipse.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/eclipse.spec b/eclipse.spec
index dba4612..d24b50f 100644
--- a/eclipse.spec
+++ b/eclipse.spec
@@ -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 at redhat.com> 1:4.2.0-4
+- Bug 839986 - eclipse-rcp: broken symlinks
+
 * Fri Jul 6 2012 Krzysztof Daniel <kdaniel at redhat.com> 1:4.2.0-3
 - Improved patch for discovering changes after update.
 


More information about the scm-commits mailing list