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

Deepak Bhole dbhole at fedoraproject.org
Thu Nov 24 22:54:06 UTC 2011


commit fead7aba2d73b572324e6206c4d907513de71f64
Author: Deepak Bhole <dbhole at redhat.com>
Date:   Thu Nov 24 17:53:41 2011 -0500

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

 icedtea-web.spec |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/icedtea-web.spec b/icedtea-web.spec
index 16c2f4f..9227526 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,6 +170,9 @@ exit 0
 %doc COPYING
 
 %changelog
+* 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.0.6
 - Added npapi-fix patch so that the plug-in compiles with xulrunner 8


More information about the scm-commits mailing list