.
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=91
This commit is contained in:
parent
bd7c40a064
commit
6e01196009
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:33fc02faba118ad24c994a3d71ea526755fe9d4283fb687f06e6b54f649a642c
|
oid sha256:4f51c3128346fba59d1c6787b0a918f85a7746ecdec90eccc57d6683ba40e009
|
||||||
size 30867
|
size 31764
|
||||||
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 12 16:40:40 UTC 2011 - werner@suse.de
|
||||||
|
|
||||||
|
- Just the first strep forward to systemd, please test out
|
||||||
|
/etc/postfix/system/update_chroot
|
||||||
|
/etc/postfix/system/wait_qmgr
|
||||||
|
/etc/postfix/system/cond_slp
|
||||||
|
and
|
||||||
|
/lib/systemd/system/postfix.service
|
||||||
|
and also fill out the missing description.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 9 11:03:55 UTC 2011 - chris@computersalat.de
|
Tue Aug 9 11:03:55 UTC 2011 - chris@computersalat.de
|
||||||
|
|
||||||
|
15
postfix.spec
15
postfix.spec
@ -295,6 +295,14 @@ done
|
|||||||
cp -a examples/* $RPM_BUILD_ROOT%{pf_sample_directory}
|
cp -a examples/* $RPM_BUILD_ROOT%{pf_sample_directory}
|
||||||
cp -a html/* $RPM_BUILD_ROOT%{pf_html_directory}
|
cp -a html/* $RPM_BUILD_ROOT%{pf_html_directory}
|
||||||
cp -a auxiliary/ $RPM_BUILD_ROOT%{pf_docdir}/
|
cp -a auxiliary/ $RPM_BUILD_ROOT%{pf_docdir}/
|
||||||
|
%if 0%{?suse_version} >= 1140
|
||||||
|
mkdir -p %{buildroot}/lib/systemd/system
|
||||||
|
mkdir -p %{buildroot}/etc/postfix/system
|
||||||
|
install -m 0644 %{name}-SuSE/postfix.service %{buildroot}/lib/systemd/system/
|
||||||
|
install -m 0755 %{name}-SuSE/update_chroot.systemd %{buildroot}/etc/postfix/system/update_chroot
|
||||||
|
install -m 0755 %{name}-SuSE/wait_qmgr.systemd %{buildroot}/etc/postfix/system/wait_qmgr
|
||||||
|
install -m 0755 %{name}-SuSE/cond_slp.systemd %{buildroot}/etc/postfix/system/cond_slp
|
||||||
|
%endif
|
||||||
%if 0%{?suse_version} >= 1100
|
%if 0%{?suse_version} >= 1100
|
||||||
%fdupes $RPM_BUILD_ROOT%{pf_docdir}
|
%fdupes $RPM_BUILD_ROOT%{pf_docdir}
|
||||||
%fdupes $RPM_BUILD_ROOT%{_mandir}
|
%fdupes $RPM_BUILD_ROOT%{_mandir}
|
||||||
@ -452,6 +460,13 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%attr(0644, root, root) %config /etc/%{name}/makedefs.out
|
%attr(0644, root, root) %config /etc/%{name}/makedefs.out
|
||||||
/usr/lib/%{name}/%{name}-files
|
/usr/lib/%{name}/%{name}-files
|
||||||
%config %attr(0755,root,root) /etc/init.d/%{name}
|
%config %attr(0755,root,root) /etc/init.d/%{name}
|
||||||
|
%if 0%{?suse_version} >= 1140
|
||||||
|
%dir /etc/postfix/system
|
||||||
|
%config %attr(0755,root,root) /etc/postfix/system/update_chroot
|
||||||
|
%config %attr(0755,root,root) /etc/postfix/system/wait_qmgr
|
||||||
|
%config %attr(0755,root,root) /etc/postfix/system/cond_slp
|
||||||
|
%config /lib/systemd/system/postfix.service
|
||||||
|
%endif
|
||||||
/usr/bin/mailq
|
/usr/bin/mailq
|
||||||
/usr/bin/newaliases
|
/usr/bin/newaliases
|
||||||
%attr(0755, root, root) /usr/sbin/sendmail
|
%attr(0755, root, root) /usr/sbin/sendmail
|
||||||
|
Loading…
Reference in New Issue
Block a user