add noreplace to /usr/lib/systemd/system/nslcd.service
This commit is contained in:
parent
7285edf13a
commit
4b0bf575f6
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: nss-pam-ldapd
|
Name: nss-pam-ldapd
|
||||||
Version: 0.9.12
|
Version: 0.9.12
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: NSS and PAM libraries for name lookups and authentication using LDAP
|
Summary: NSS and PAM libraries for name lookups and authentication using LDAP
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://arthurdejong.org/nss-pam-ldapd/
|
URL: http://arthurdejong.org/nss-pam-ldapd/
|
||||||
@ -94,13 +94,19 @@ getent passwd nslcd > /dev/null || \
|
|||||||
/%{_lib}/security/pam_ldap.so
|
/%{_lib}/security/pam_ldap.so
|
||||||
%attr(0600,root,root) %config(noreplace) %verify(not md5 size mtime) /etc/nslcd.conf
|
%attr(0600,root,root) %config(noreplace) %verify(not md5 size mtime) /etc/nslcd.conf
|
||||||
%attr(0644,root,root) %config(noreplace) %{_tmpfilesdir}/%{name}.conf
|
%attr(0644,root,root) %config(noreplace) %{_tmpfilesdir}/%{name}.conf
|
||||||
%{_unitdir}/nslcd.service
|
%config(noreplace) %{_unitdir}/nslcd.service
|
||||||
%attr(0775,nslcd,root) /var/run/nslcd
|
%attr(0775,nslcd,root) /var/run/nslcd
|
||||||
|
|
||||||
%files help
|
%files help
|
||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 08 2024 lifeifei <lifeifei@kylinos.cn> - 0.9.12-3
|
||||||
|
- Type:requirement
|
||||||
|
- CVE:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:add noreplace to /usr/lib/systemd/system/nslcd.service
|
||||||
|
|
||||||
* Wed Oct 19 2022 yixiangzhike <yixiangzhike007@163.com> - 0.9.12-2
|
* Wed Oct 19 2022 yixiangzhike <yixiangzhike007@163.com> - 0.9.12-2
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user