install tmpfiles.d/nscd.conf [release 2.30-6mamba;Tue Dec 10 2019]
This commit is contained in:
parent
5df1886696
commit
7cdd25b7d8
10
glibc.spec
10
glibc.spec
@ -84,7 +84,7 @@
|
|||||||
|
|
||||||
Name: glibc
|
Name: glibc
|
||||||
Version: 2.30
|
Version: 2.30
|
||||||
Release: 5mamba
|
Release: 6mamba
|
||||||
Summary: The GNU libc libraries
|
Summary: The GNU libc libraries
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -556,6 +556,7 @@ install -d %{buildroot}/var/log/nscd
|
|||||||
install -D -m644 %{SOURCE4} %{buildroot}%{_sysconfdir}/logrotate.d/nscd
|
install -D -m644 %{SOURCE4} %{buildroot}%{_sysconfdir}/logrotate.d/nscd
|
||||||
install -D -m644 %{SOURCE5} %{buildroot}%{_sysconfdir}/nscd.conf
|
install -D -m644 %{SOURCE5} %{buildroot}%{_sysconfdir}/nscd.conf
|
||||||
install -D -m644 nscd/nscd.service %{buildroot}%{_unitdir}/nscd.service
|
install -D -m644 nscd/nscd.service %{buildroot}%{_unitdir}/nscd.service
|
||||||
|
install -D -m644 nscd/nscd.tmpfiles %{buildroot}%{_tmpfilesdir}/nscd.conf
|
||||||
%else
|
%else
|
||||||
rm -rf %{buildroot}%{_sysconfdir}
|
rm -rf %{buildroot}%{_sysconfdir}
|
||||||
rm -rf %{buildroot}%{_infodir}
|
rm -rf %{buildroot}%{_infodir}
|
||||||
@ -671,6 +672,9 @@ fi
|
|||||||
:
|
:
|
||||||
|
|
||||||
%post -n nscd
|
%post -n nscd
|
||||||
|
if [ $1 -ge 1 ]; then
|
||||||
|
%tmpfiles_create nscd.conf
|
||||||
|
fi
|
||||||
%systemd_post nscd
|
%systemd_post nscd
|
||||||
:
|
:
|
||||||
|
|
||||||
@ -812,6 +816,7 @@ fi
|
|||||||
%config(noreplace) %{_sysconfdir}/logrotate.d/nscd
|
%config(noreplace) %{_sysconfdir}/logrotate.d/nscd
|
||||||
%config(noreplace) %{_sysconfdir}/nscd.conf
|
%config(noreplace) %{_sysconfdir}/nscd.conf
|
||||||
%{_unitdir}/nscd.service
|
%{_unitdir}/nscd.service
|
||||||
|
%{_tmpfilesdir}/nscd.conf
|
||||||
%{_sbindir}/nscd
|
%{_sbindir}/nscd
|
||||||
%attr(0755,nscd,nscd) /var/log/nscd
|
%attr(0755,nscd,nscd) /var/log/nscd
|
||||||
|
|
||||||
@ -836,6 +841,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 10 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 2.30-6mamba
|
||||||
|
- install tmpfiles.d/nscd.conf
|
||||||
|
|
||||||
* Thu Dec 05 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 2.30-5mamba
|
* Thu Dec 05 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 2.30-5mamba
|
||||||
- x86: rebuilt with gcc with cet support to fix 'ld-linux.so.2: corrupt GNU_PROPERTY_TYPE (5) size: 0'
|
- x86: rebuilt with gcc with cet support to fix 'ld-linux.so.2: corrupt GNU_PROPERTY_TYPE (5) size: 0'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user