summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorblizzard <blizzard@fedoraproject.org>2004-10-18 23:39:28 +0000
committerblizzard <blizzard@fedoraproject.org>2004-10-18 23:39:28 +0000
commit2332e5df5c04286f6285eea4b8c5b9b5eb7ff8b7 (patch)
tree8d2aca47418dadf789416903e41ec88f8ec1abf7 /firefox.spec
parent- Fix problem where default apps aren't showing up in the download dialog (diff)
downloadlibrewolf-fedora-ff-2332e5df5c04286f6285eea4b8c5b9b5eb7ff8b7.tar.gz
librewolf-fedora-ff-2332e5df5c04286f6285eea4b8c5b9b5eb7ff8b7.tar.bz2
librewolf-fedora-ff-2332e5df5c04286f6285eea4b8c5b9b5eb7ff8b7.zip
remove all the ghost stuff, wasn't working
Diffstat (limited to 'firefox.spec')
-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