[SSSD] [PATCH] Mark the fastcache files in the spec file as %ghost

Jakub Hrozek jhrozek at redhat.com
Sun Sep 23 19:34:13 UTC 2012


https://fedorahosted.org/sssd/ticket/1487
-------------- next part --------------
>From 158108fde81b2e3d019aa78f17e24b5afa90a00c Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhrozek at redhat.com>
Date: Sat, 22 Sep 2012 00:24:16 +0200
Subject: [PATCH] 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(+)

diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in
index 5f7731db076116aab13c3021d68ca4960e9ae448..cd383ad2bff2804ba2ebbfa2c015dbe8a716ecb0 100644
--- a/contrib/sssd.spec.in
+++ b/contrib/sssd.spec.in
@@ -362,6 +362,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
-- 
1.7.11.4



More information about the sssd-devel mailing list