[icedtea-web] - Fixed file ownership so that debuginfo is not in main package

Deepak Bhole dbhole at fedoraproject.org
Tue Aug 9 18:24:08 UTC 2011


commit 91d20ef5e2b81cf8c6ebb080234fd35454d1542c
Author: Deepak Bhole <dbhole at redhat.com>
Date:   Tue Aug 9 14:23:15 2011 -0400

    - Fixed file ownership so that debuginfo is not in main package

 icedtea-web.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/icedtea-web.spec b/icedtea-web.spec
index 5321f09..63acaf2 100644
--- a/icedtea-web.spec
+++ b/icedtea-web.spec
@@ -41,7 +41,7 @@
 
 Name:		icedtea-web
 Version:	1.1.1
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Additional Java components for OpenJDK
 
 Group:      Applications/Internet
@@ -160,7 +160,7 @@ exit 0
 %files
 %defattr(-,root,root,-)
 %{_prefix}/bin
-%{_libdir}
+%{_libdir}/IcedTeaPlugin.so
 %{_datadir}/applications
 %{_datadir}/icedtea-web
 %{_datadir}/man
@@ -173,6 +173,9 @@ exit 0
 %doc COPYING
 
 %changelog
+* Tue Aug 09 2011 Deepak Bhole <dbhole at redhat.com> 1.1.1-2
+- Fixed file ownership so that debuginfo is not in main package
+
 * Wed Aug 03 2011 Deepak Bhole <dbhole at redhat.com> 1.1.1-1
 - Bump to 1.1.1
 - Added patch for PR768 and PR769


More information about the scm-commits mailing list