summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firefox.spec13
1 files changed, 0 insertions, 13 deletions
diff --git a/firefox.spec b/firefox.spec
index 89eadef..a3cf48a 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -216,16 +216,6 @@ fi
%dir %{ffdir}
-%ghost %config(missingok,noreplace) %verify(not md5 size mtime) %{ffdir}/components/compreg.dat
-%ghost %config(missingok,noreplace) %verify(not md5 size mtime) %{ffdir}/components/xpti.dat
-%ghost %config(missingok,noreplace) %verify(not md5 size mtime) %{ffdir}/components
-%ghost %config(missingok,noreplace) %verify(not md5 size mtime) %{ffdir}/components.ini
-%ghost %config(missingok,noreplace) %verify(not md5 size mtime) %{ffdir}/chrome/chrome.rdf
-%ghost %config(missingok,noreplace) %verify(not md5 size mtime) %{ffdir}/chrome/overlayinfo
-%ghost %config(missingok,noreplace) %verify(not md5 size mtime) %{ffdir}/extensions/*
-%ghost %config(missingok,noreplace) %verify(not md5 size mtime) %{ffdir}/extensions
-
-
#---------------------------------------------------------------------
%changelog
@@ -235,9 +225,6 @@ fi
- Fix default height being larger than the available area, cherry picked
from upstream
-* Mon Oct 18 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.14
-- Fix RPM file ownership (#136015)
-
* Mon Oct 18 2004 Christopher Blizzard <blizzard@redhat.com> 0:0.10.1-1.0PR1.13
- Actually turn on pango in the mozconfig
bgstack15