forked from pool/fail2ban
Accepting request 827769 from home:dimstar:Factory
- Use %{_tmpfilesdir} consistently throughout the .spec. OBS-URL: https://build.opensuse.org/request/show/827769 OBS-URL: https://build.opensuse.org/package/show/security/fail2ban?expand=0&rev=102
This commit is contained in:
parent
0b091513f7
commit
ce385d8cc8
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 19 09:04:12 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Use %{_tmpfilesdir} consistently throughout the .spec.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 21 07:49:38 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>
|
Thu May 21 07:49:38 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>
|
||||||
|
|
||||||
|
@ -183,8 +183,8 @@ install -d -m 755 %{buildroot}%{_localstatedir}/run/%{name}
|
|||||||
install -d -m 755 %{buildroot}%{_unitdir}
|
install -d -m 755 %{buildroot}%{_unitdir}
|
||||||
install -p -m 644 files/%{name}.service.in %{buildroot}%{_unitdir}/%{name}.service
|
install -p -m 644 files/%{name}.service.in %{buildroot}%{_unitdir}/%{name}.service
|
||||||
|
|
||||||
install -d -m 755 %{buildroot}%{_libexecdir}/tmpfiles.d/
|
install -d -m 755 %{buildroot}%{_tmpfilesdir}
|
||||||
install -p -m 644 %{SOURCE5} %{buildroot}%{_libexecdir}/tmpfiles.d/%{name}.conf
|
install -p -m 644 %{SOURCE5} %{buildroot}%{_tmpfilesdir}/%{name}.conf
|
||||||
|
|
||||||
ln -sf service %{buildroot}%{_sbindir}/rc%{name}
|
ln -sf service %{buildroot}%{_sbindir}/rc%{name}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user