From 793f523c2b96ff5ee57042805a2ff471d2f75e9b Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: Wed, 30 Apr 2008 06:29:31 +0000 Subject: [PATCH] - Also own the */mozilla parent dirs --- mozilla-filesystem.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/mozilla-filesystem.spec b/mozilla-filesystem.spec index 3773191..965ed97 100644 --- a/mozilla-filesystem.spec +++ b/mozilla-filesystem.spec @@ -1,6 +1,6 @@ Name: mozilla-filesystem Version: 1.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Mozilla filesytem layout Group: Applications/Internet License: MPL @@ -24,11 +24,13 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(0644,root,root,0755) -/usr/lib*/mozilla/plugins -/usr/lib*/mozilla/extensions -%{_datadir}/mozilla/extensions +/usr/lib*/mozilla +%{_datadir}/mozilla /etc/skel/.mozilla %changelog +* Wed Apr 30 2008 Christopher Aillon 1.9-2 +- Also own the */mozilla parent dirs + * Wed Apr 30 2008 Christopher Aillon 1.9-1 - Initial RPM