- tag nslcd.conf with %%verify(not md5 size mtime), since we always tweak
it in %%post (#692225)
This commit is contained in:
parent
c2236c0beb
commit
c2023b7bb1
@ -1,6 +1,6 @@
|
|||||||
Name: nss-pam-ldapd
|
Name: nss-pam-ldapd
|
||||||
Version: 0.7.13
|
Version: 0.7.13
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: An nsswitch module which uses directory servers
|
Summary: An nsswitch module which uses directory servers
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -71,7 +71,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_sbindir}/*
|
%{_sbindir}/*
|
||||||
/%{_lib}/*.so.*
|
/%{_lib}/*.so.*
|
||||||
%{_mandir}/*/*
|
%{_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(0644,root,root) %config(noreplace) /etc/tmpfiles.d/%{name}.conf
|
||||||
%attr(0755,root,root) %{_initddir}/nslcd
|
%attr(0755,root,root) %{_initddir}/nslcd
|
||||||
%attr(0755,nslcd,root) /var/run/nslcd
|
%attr(0755,nslcd,root) /var/run/nslcd
|
||||||
@ -175,6 +175,10 @@ fi
|
|||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- add a tmpfiles configuration to ensure that /var/run/nslcd is created when
|
||||||
/var/run is completely empty at boot (#656643)
|
/var/run is completely empty at boot (#656643)
|
||||||
|
Loading…
Reference in New Issue
Block a user