[icedtea-web] - Resolves: rhbz#742887. Do not own directories not created by the package.

Deepak Bhole dbhole at fedoraproject.org
Thu Nov 24 23:00:03 UTC 2011


commit df5998d45569476f8dfe891b73c08049c52ac446
Author: Deepak Bhole <dbhole at redhat.com>
Date:   Thu Nov 24 17:59:55 2011 -0500

    - Resolves: rhbz#742887. Do not own directories not created by the package.

 icedtea-web.spec |   15 +++++++++------
 1 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/icedtea-web.spec b/icedtea-web.spec
index cf2f638..29eecf9 100644
--- a/icedtea-web.spec
+++ b/icedtea-web.spec
@@ -41,7 +41,7 @@
 
 Name:		icedtea-web
 Version:	1.1.4
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Additional Java components for OpenJDK
 
 Group:      Applications/Internet
@@ -156,12 +156,12 @@ exit 0
 
 %files
 %defattr(-,root,root,-)
-%{_prefix}/bin
+%{_prefix}/bin/*
 %{_libdir}/IcedTeaPlugin.so
-%{_datadir}/applications
+%{_datadir}/applications/*
 %{_datadir}/icedtea-web
-%{_datadir}/man
-%{_datadir}/pixmaps
+%{_datadir}/man/man1/*
+%{_datadir}/pixmaps/*
 %doc NEWS README COPYING
 
 %files javadoc
@@ -170,7 +170,10 @@ exit 0
 %doc COPYING
 
 %changelog
-* Tue Nov 08 2011 Deepak Bhole <dbhole at redhat.com> 1.1.4
+* Thu Nov 24 2011 Deepak Bhole <dbhole at redhat.com> 1.1.4-2
+- Resolves: rhbz#742887. Do not own directories not created by the package.
+
+* Tue Nov 08 2011 Deepak Bhole <dbhole at redhat.com> 1.1.4-1
 - Updated to 1.1.4
 - Added npapi-fix patch so that the plug-in compiles with xulrunner 8 
 


More information about the scm-commits mailing list