Accepting request 827821 from home:dimstar:Factory
- Use %{_tmpfilesdir} instead of abusing %{_libexecdir}. OBS-URL: https://build.opensuse.org/request/show/827821 OBS-URL: https://build.opensuse.org/package/show/network/ddclient?expand=0&rev=56
This commit is contained in:
parent
6c26aeb044
commit
73940de90a
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 19 09:56:26 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Use %{_tmpfilesdir} instead of abusing %{_libexecdir}.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 3 14:16:09 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
Mon Feb 3 14:16:09 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@ -94,7 +94,7 @@ getent passwd %{name} >/dev/null || \
|
|||||||
%doc COPY* README* examples
|
%doc COPY* README* examples
|
||||||
%config(noreplace) %attr(600,%{name},root) %{_sysconfdir}/%{name}.conf
|
%config(noreplace) %attr(600,%{name},root) %{_sysconfdir}/%{name}.conf
|
||||||
%{_unitdir}/%{name}.service
|
%{_unitdir}/%{name}.service
|
||||||
%{_libexecdir}/tmpfiles.d/ddclient.conf
|
%{_tmpfilesdir}/ddclient.conf
|
||||||
%ghost %dir %attr(755,%{name},%{name}) /run/%{name}
|
%ghost %dir %attr(755,%{name},%{name}) /run/%{name}
|
||||||
%{_sbindir}/%{name}
|
%{_sbindir}/%{name}
|
||||||
%{_sbindir}/rc%{name}
|
%{_sbindir}/rc%{name}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user