From 1241d9f9daa17ef245c39f69dad4fd100367d299 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Sat, 22 Sep 2012 00:24:16 +0200 Subject: Mark the fastcache files in the spec file as %ghost https://fedorahosted.org/sssd/ticket/1487 --- contrib/sssd.spec.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'contrib/sssd.spec.in') 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 -- cgit