summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2004-10-18 19:35:35 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2004-10-18 19:35:35 +0000
commit0d576e50544619b6ef31c3393f8cf9c8b8ccca5f (patch)
treea03cc73f3cfaf47c7e000f1b39107d5758a9cb26 /firefox.spec
parent- Fix RPM file ownership (#136015) (diff)
downloadlibrewolf-fedora-ff-0d576e50544619b6ef31c3393f8cf9c8b8ccca5f.tar.gz
librewolf-fedora-ff-0d576e50544619b6ef31c3393f8cf9c8b8ccca5f.tar.bz2
librewolf-fedora-ff-0d576e50544619b6ef31c3393f8cf9c8b8ccca5f.zip
These ghost files may not be around.
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec15
1 files changed, 8 insertions, 7 deletions
diff --git a/firefox.spec b/firefox.spec
index 9cc1c96..76f0f28 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -210,13 +210,14 @@ fi
%dir %{ffdir}
-%ghost %{ffdir}/components/compreg.dat
-%ghost %{ffdir}/components/xpti.dat
-%ghost %{ffdir}/components
-%ghost %{ffdir}/components.ini
-%ghost %{ffdir}/chrome/chrome.rdf
-%ghost %{ffdir}/chrome/overlayinfo
-%ghost %{ffdir}/extensions
+%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
#---------------------------------------------------------------------
bgstack15