Removed executable permission bits from fetchmail.service file.
OBS-URL: https://build.opensuse.org/package/show/server:mail/fetchmail?expand=0&rev=58
This commit is contained in:
parent
80437e4ec8
commit
f51ede2822
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 5 13:06:55 UTC 2014 - lmuelle@suse.com
|
||||
|
||||
- Removed executable permission bits from fetchmail.service file.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 09 03:40:00 UTC 2014 - Led <ledest@gmail.com>
|
||||
|
||||
|
@ -122,8 +122,8 @@ mkdir -p %{buildroot}/sbin
|
||||
%if 0%{?suse_version} >=1230
|
||||
mkdir -p $RPM_BUILD_ROOT/%{_unitdir}
|
||||
mkdir -p $RPM_BUILD_ROOT/%{_libexecdir}/tmpfiles.d
|
||||
install -m 755 %{S:6} $RPM_BUILD_ROOT/%{_unitdir}/%{name}.service
|
||||
install -m 644 %{S:7} $RPM_BUILD_ROOT/%{_libexecdir}/tmpfiles.d/%{name}.conf
|
||||
install -m 0644 %{S:6} $RPM_BUILD_ROOT/%{_unitdir}/%{name}.service
|
||||
install -m 0644 %{S:7} $RPM_BUILD_ROOT/%{_libexecdir}/tmpfiles.d/%{name}.conf
|
||||
%else
|
||||
mkdir -p %{buildroot}%{_sysconfdir}/init.d
|
||||
cp fetchmail.init %{buildroot}%{_initddir}/fetchmail
|
||||
|
Loading…
x
Reference in New Issue
Block a user