summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
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