diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2012-09-22 00:24:16 +0200 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2012-09-24 13:05:18 +0200 |
commit | 1241d9f9daa17ef245c39f69dad4fd100367d299 (patch) | |
tree | c9d08d0b1ae2b11f994cbf04e698abad92f0af4e /contrib | |
parent | 5dedd73d90f0c1f23299f0c613f384ef902c3653 (diff) | |
download | sssd-1241d9f9daa17ef245c39f69dad4fd100367d299.tar.gz sssd-1241d9f9daa17ef245c39f69dad4fd100367d299.tar.xz sssd-1241d9f9daa17ef245c39f69dad4fd100367d299.zip |
Mark the fastcache files in the spec file as %ghost
https://fedorahosted.org/sssd/ticket/1487
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/sssd.spec.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in index 7a93afbcc..07159cc59 100644 --- a/contrib/sssd.spec.in +++ b/contrib/sssd.spec.in @@ -370,6 +370,8 @@ rm -rf $RPM_BUILD_ROOT %dir %{_localstatedir}/cache/krb5rcache %attr(700,root,root) %dir %{dbpath} %attr(755,root,root) %dir %{mcpath} +%ghost %attr(0644,root,root) %verify(not md5 size mtime) %{mcpath}/passwd +%ghost %attr(0644,root,root) %verify(not md5 size mtime) %{mcpath}/group %attr(755,root,root) %dir %{pipepath} %attr(755,root,root) %dir %{pubconfpath} %attr(755,root,root) %dir %{pubconfpath}/krb5.include.d |