diff options
| author | Michal Židek <mzidek@redhat.com> | 2015-10-21 15:28:57 +0200 |
|---|---|---|
| committer | Lukas Slebodnik <lslebodn@redhat.com> | 2015-10-22 09:06:37 +0200 |
| commit | 6a50ad7180adf86f0c8beb31d4d636e407eaffd1 (patch) | |
| tree | 74f413eb21c5099d76a25ca885533f29a61689a3 | |
| parent | c12cd2d95d08c9316bc358c2f7707d92551b6909 (diff) | |
| download | sssd-6a50ad7180adf86f0c8beb31d4d636e407eaffd1.tar.gz sssd-6a50ad7180adf86f0c8beb31d4d636e407eaffd1.tar.xz sssd-6a50ad7180adf86f0c8beb31d4d636e407eaffd1.zip | |
spec: Missing initgroups mmap file
Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>
| -rw-r--r-- | contrib/sssd.spec.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in index d377af4c..e0367e46 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} |
