forked from pool/fetchmail
Accepting request 827741 from home:dimstar:Factory
- Fix invalid usage of libexecdir where %_tmpfilesdir was meant to be used. OBS-URL: https://build.opensuse.org/request/show/827741 OBS-URL: https://build.opensuse.org/package/show/server:mail/fetchmail?expand=0&rev=94
This commit is contained in:
parent
56af2b5d75
commit
e72e9c32c5
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 19 08:10:15 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Fix invalid usage of libexecdir where %_tmpfilesdir was meant to
|
||||
be used.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 2 08:25:32 UTC 2020 - Thorsten Kukuk <kukuk@suse.com>
|
||||
|
||||
|
@ -102,9 +102,9 @@ mkdir -p %{buildroot}%{_sysconfdir}/logrotate.d
|
||||
cp fetchmail.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/fetchmail
|
||||
mkdir -p %{buildroot}/sbin
|
||||
mkdir -p %{buildroot}/%{_unitdir}
|
||||
mkdir -p %{buildroot}/%{_libexecdir}/tmpfiles.d
|
||||
mkdir -p %{buildroot}/%{_tmpfilesdir}
|
||||
install -m 0644 %{SOURCE6} %{buildroot}/%{_unitdir}/%{name}.service
|
||||
install -m 0644 %{SOURCE7} %{buildroot}/%{_libexecdir}/tmpfiles.d/%{name}.conf
|
||||
install -m 0644 %{SOURCE7} %{buildroot}/%{_tmpfilesdir}/%{name}.conf
|
||||
install -m 0755 %{SOURCE8} %{buildroot}/%{_libexecdir}/%{name}-systemd-exec
|
||||
mkdir -p %{buildroot}%{_sbindir}
|
||||
ln -s service %{buildroot}%{_sbindir}/rc%{name}
|
||||
@ -160,7 +160,7 @@ make %{?_smp_mflags} check
|
||||
%{_unitdir}/%{name}.service
|
||||
%{_sbindir}/rc%{name}
|
||||
%{_libexecdir}/%{name}-systemd-exec
|
||||
%{_libexecdir}/tmpfiles.d/%{name}.conf
|
||||
%{_tmpfilesdir}/%{name}.conf
|
||||
%{_fillupdir}/sysconfig.%{name}
|
||||
|
||||
%files -n fetchmailconf
|
||||
|
Loading…
Reference in New Issue
Block a user