From 6a50ad7180adf86f0c8beb31d4d636e407eaffd1 Mon Sep 17 00:00:00 2001 From: Michal Židek Date: Wed, 21 Oct 2015 15:28:57 +0200 Subject: spec: Missing initgroups mmap file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Lukáš Slebodník --- contrib/sssd.spec.in | 1 + 1 file changed, 1 insertion(+) (limited to 'contrib') diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in index d377af4c8..e0367e460 100644 --- a/contrib/sssd.spec.in +++ b/contrib/sssd.spec.in @@ -716,6 +716,7 @@ rm -rf $RPM_BUILD_ROOT %attr(755,sssd,sssd) %dir %{mcpath} %ghost %attr(0644,sssd,sssd) %verify(not md5 size mtime) %{mcpath}/passwd %ghost %attr(0644,sssd,sssd) %verify(not md5 size mtime) %{mcpath}/group +%ghost %attr(0644,sssd,sssd) %verify(not md5 size mtime) %{mcpath}/initgroups %attr(755,sssd,sssd) %dir %{pipepath} %attr(755,sssd,sssd) %dir %{pubconfpath} %attr(755,sssd,sssd) %dir %{gpocachepath} -- cgit