diff options
author | Christopher Aillon <caillon@fedoraproject.org> | 2004-10-18 19:35:35 +0000 |
---|---|---|
committer | Christopher Aillon <caillon@fedoraproject.org> | 2004-10-18 19:35:35 +0000 |
commit | 0d576e50544619b6ef31c3393f8cf9c8b8ccca5f (patch) | |
tree | a03cc73f3cfaf47c7e000f1b39107d5758a9cb26 | |
parent | - Fix RPM file ownership (#136015) (diff) | |
download | librewolf-fedora-ff-0d576e50544619b6ef31c3393f8cf9c8b8ccca5f.tar.gz librewolf-fedora-ff-0d576e50544619b6ef31c3393f8cf9c8b8ccca5f.tar.bz2 librewolf-fedora-ff-0d576e50544619b6ef31c3393f8cf9c8b8ccca5f.zip |
These ghost files may not be around.
-rw-r--r-- | firefox.spec | 15 |
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 #--------------------------------------------------------------------- |