[eclipse/f17] 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:17:07 UTC 2012


commit f3ed6e8462495127e70444936f22916e30322a34
Author: Krzysztof Daniel <kdaniel at redhat.com>
Date:   Tue Jul 17 14:16:37 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.
    
    Conflicts:
    	eclipse.spec

 eclipse.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/eclipse.spec b/eclipse.spec
index 2b9c522..f756626 100644
--- a/eclipse.spec
+++ b/eclipse.spec
@@ -20,7 +20,7 @@ Epoch:  1
 Summary:        An open, extensible IDE
 Name:           eclipse
 Version:        %{eclipse_version}
-Release:        2%{?dist}
+Release:        3%{?dist}
 License:        EPL
 Group:          Text Editors/Integrated Development Environments (IDE)
 URL:            http://www.eclipse.org/
@@ -481,7 +481,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
@@ -666,10 +665,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
@@ -677,6 +678,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
@@ -687,6 +689,9 @@ rm -rf %{_bindir}/efj/
 %{_mavendepmapfragdir}/*
 
 %changelog
+* Tue Jul 17 2012 Krzysztof Daniel <kdaniel at redhat.com> 1:4.2.0-3
+- Bug 839986 - eclipse-rcp: broken symlinks
+
 * Fri Jul 6 2012 Krzysztof Daniel <kdaniel at redhat.com> 1:4.2.0-2
 - Improved patch for discovering changes after update.
 


More information about the scm-commits mailing list