- tag nslcd.conf with %%verify(not md5 size mtime), since we always tweak

it in %%post (#692225)
This commit is contained in:
Nalin Dahyabhai 2011-03-30 15:12:58 -04:00
parent c2236c0beb
commit c2023b7bb1

View File

@ -1,6 +1,6 @@
Name: nss-pam-ldapd
Version: 0.7.13
Release: 3%{?dist}
Release: 4%{?dist}
Summary: An nsswitch module which uses directory servers
Group: System Environment/Base
License: LGPLv2+
@ -71,7 +71,7 @@ rm -rf $RPM_BUILD_ROOT
%{_sbindir}/*
/%{_lib}/*.so.*
%{_mandir}/*/*
%attr(0600,root,root) %config(noreplace) /etc/nslcd.conf
%attr(0600,root,root) %config(noreplace) %verify(not md5 size mtime) /etc/nslcd.conf
%attr(0644,root,root) %config(noreplace) /etc/tmpfiles.d/%{name}.conf
%attr(0755,root,root) %{_initddir}/nslcd
%attr(0755,nslcd,root) /var/run/nslcd
@ -175,6 +175,10 @@ fi
exit 0
%changelog
* Wed Mar 30 2011 Nalin Dahyabhai <nalin@redhat.com> 0.7.13-4
- tag nslcd.conf with %%verify(not md5 size mtime), since we always tweak
it in %%post (#692225)
* Tue Mar 1 2011 Nalin Dahyabhai <nalin@redhat.com> 0.7.13-3
- add a tmpfiles configuration to ensure that /var/run/nslcd is created when
/var/run is completely empty at boot (#656643)