Accepting request 1194618 from server:mail
OBS-URL: https://build.opensuse.org/request/show/1194618 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=244
This commit is contained in:
commit
27c5fadd5e
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 08:48:52 UTC 2024 - Thorsten Kukuk <kukuk@suse.com>
|
||||||
|
|
||||||
|
- Remove rcpostfix symlink [jsc#PED-266]
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 7 06:34:05 UTC 2024 - Thorsten Kukuk <kukuk@suse.com>
|
||||||
|
|
||||||
|
- postfix-script requires cmp
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 1 08:36:10 UTC 2024 - Peter Varkoly <varkoly@suse.com>
|
Thu Aug 1 08:36:10 UTC 2024 - Peter Varkoly <varkoly@suse.com>
|
||||||
|
|
||||||
|
@ -126,16 +126,18 @@ Requires(pre): group(%{mail_group})
|
|||||||
%else
|
%else
|
||||||
Requires(pre): shadow
|
Requires(pre): shadow
|
||||||
%endif
|
%endif
|
||||||
|
# /usr/lib/postfix/bin//postfix-script: line 400: cmp: command not found
|
||||||
|
Requires: /usr/bin/cmp
|
||||||
# /usr/lib/postfix/bin//post-install: line 667: ed: command not found
|
# /usr/lib/postfix/bin//post-install: line 667: ed: command not found
|
||||||
Requires(pre): ed
|
Requires(pre): ed
|
||||||
Requires(preun):ed
|
Requires(preun): ed
|
||||||
Requires(post): ed
|
Requires(post): ed
|
||||||
Requires(postun):ed
|
Requires(postun): ed
|
||||||
# /usr/sbin/config.postfix needs perl
|
# /usr/sbin/config.postfix needs perl
|
||||||
Requires(pre): perl
|
Requires(pre): perl
|
||||||
Requires(preun):perl
|
Requires(preun): perl
|
||||||
Requires(post): perl
|
Requires(post): perl
|
||||||
Requires(postun):perl
|
Requires(postun): perl
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Postfix aims to be an alternative to the widely-used sendmail program with bdb support
|
Postfix aims to be an alternative to the widely-used sendmail program with bdb support
|
||||||
@ -365,7 +367,9 @@ install -m 0755 postfix-SUSE/update_chroot.systemd %{buildroot}%{pf_shlib_dire
|
|||||||
install -m 0755 postfix-SUSE/update_postmaps.systemd %{buildroot}%{pf_shlib_directory}/systemd/update_postmaps
|
install -m 0755 postfix-SUSE/update_postmaps.systemd %{buildroot}%{pf_shlib_directory}/systemd/update_postmaps
|
||||||
install -m 0755 postfix-SUSE/wait_qmgr.systemd %{buildroot}%{pf_shlib_directory}/systemd/wait_qmgr
|
install -m 0755 postfix-SUSE/wait_qmgr.systemd %{buildroot}%{pf_shlib_directory}/systemd/wait_qmgr
|
||||||
install -m 0755 postfix-SUSE/cond_slp.systemd %{buildroot}%{pf_shlib_directory}/systemd/cond_slp
|
install -m 0755 postfix-SUSE/cond_slp.systemd %{buildroot}%{pf_shlib_directory}/systemd/cond_slp
|
||||||
|
%if 0%{?suse_version} < 1599
|
||||||
ln -sv %{_sbindir}/service %{buildroot}%{_sbindir}/rcpostfix
|
ln -sv %{_sbindir}/service %{buildroot}%{_sbindir}/rcpostfix
|
||||||
|
%endif
|
||||||
%fdupes %{buildroot}%{pf_docdir}
|
%fdupes %{buildroot}%{pf_docdir}
|
||||||
%fdupes %{buildroot}%{_mandir}
|
%fdupes %{buildroot}%{_mandir}
|
||||||
for path in %{buildroot}%{pf_shlib_directory}/libpostfix-*.so
|
for path in %{buildroot}%{pf_shlib_directory}/libpostfix-*.so
|
||||||
@ -526,7 +530,9 @@ fi
|
|||||||
%attr(0755,root,root) %{_sbindir}/mkpostfixcert
|
%attr(0755,root,root) %{_sbindir}/mkpostfixcert
|
||||||
%attr(0755,root,root) %{_sbindir}/check_mail_queue
|
%attr(0755,root,root) %{_sbindir}/check_mail_queue
|
||||||
%attr(0755,root,root) %{_sbindir}/config.postfix
|
%attr(0755,root,root) %{_sbindir}/config.postfix
|
||||||
|
%if 0%{?suse_version} < 1599
|
||||||
%{_sbindir}/rcpostfix
|
%{_sbindir}/rcpostfix
|
||||||
|
%endif
|
||||||
%{_libdir}/lib*
|
%{_libdir}/lib*
|
||||||
%{_libexecdir}/sendmail
|
%{_libexecdir}/sendmail
|
||||||
%dir %{pf_shlib_directory}
|
%dir %{pf_shlib_directory}
|
||||||
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 08:48:07 UTC 2024 - Thorsten Kukuk <kukuk@suse.com>
|
||||||
|
|
||||||
|
- Remove rcpostfix symlink [jsc#PED-266]
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 7 06:34:05 UTC 2024 - Thorsten Kukuk <kukuk@suse.com>
|
||||||
|
|
||||||
|
- postfix-script requires cmp
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 1 08:36:10 UTC 2024 - Peter Varkoly <varkoly@suse.com>
|
Thu Aug 1 08:36:10 UTC 2024 - Peter Varkoly <varkoly@suse.com>
|
||||||
|
|
||||||
|
14
postfix.spec
14
postfix.spec
@ -108,16 +108,18 @@ BuildRequires: openldap2-devel
|
|||||||
%if %{with libnsl}
|
%if %{with libnsl}
|
||||||
BuildRequires: libnsl-devel
|
BuildRequires: libnsl-devel
|
||||||
%endif
|
%endif
|
||||||
|
# /usr/lib/postfix/bin//postfix-script: line 400: cmp: command not found
|
||||||
|
Requires: /usr/bin/cmp
|
||||||
# /usr/lib/postfix/bin//post-install: line 667: ed: command not found
|
# /usr/lib/postfix/bin//post-install: line 667: ed: command not found
|
||||||
Requires(pre): /usr/bin/ed
|
Requires(pre): /usr/bin/ed
|
||||||
Requires(preun):/usr/bin/ed
|
Requires(preun): /usr/bin/ed
|
||||||
Requires(post): /usr/bin/ed
|
Requires(post): /usr/bin/ed
|
||||||
Requires(postun):/usr/bin/ed
|
Requires(postun): /usr/bin/ed
|
||||||
# /usr/sbin/config.postfix needs perl
|
# /usr/sbin/config.postfix needs perl
|
||||||
Requires(pre): perl
|
Requires(pre): perl
|
||||||
Requires(preun):perl
|
Requires(preun): perl
|
||||||
Requires(post): perl
|
Requires(post): perl
|
||||||
Requires(postun):perl
|
Requires(postun): perl
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Postfix aims to be an alternative to the widely-used sendmail program.
|
Postfix aims to be an alternative to the widely-used sendmail program.
|
||||||
@ -391,7 +393,9 @@ install -pm 0755 %{name}-SUSE/update_chroot.systemd %{buildroot}%{pf_shlib_dir
|
|||||||
install -pm 0755 %{name}-SUSE/update_postmaps.systemd %{buildroot}%{pf_shlib_directory}/systemd/update_postmaps
|
install -pm 0755 %{name}-SUSE/update_postmaps.systemd %{buildroot}%{pf_shlib_directory}/systemd/update_postmaps
|
||||||
install -pm 0755 %{name}-SUSE/wait_qmgr.systemd %{buildroot}%{pf_shlib_directory}/systemd/wait_qmgr
|
install -pm 0755 %{name}-SUSE/wait_qmgr.systemd %{buildroot}%{pf_shlib_directory}/systemd/wait_qmgr
|
||||||
install -pm 0755 %{name}-SUSE/cond_slp.systemd %{buildroot}%{pf_shlib_directory}/systemd/cond_slp
|
install -pm 0755 %{name}-SUSE/cond_slp.systemd %{buildroot}%{pf_shlib_directory}/systemd/cond_slp
|
||||||
|
%if 0%{?suse_version} < 1599
|
||||||
ln -sv %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}
|
ln -sv %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}
|
||||||
|
%endif
|
||||||
ln -sv %{_unitdir}/%{name}.service %{buildroot}%{_unitdir}/mail-transfer-agent.target.wants/%{name}.service
|
ln -sv %{_unitdir}/%{name}.service %{buildroot}%{_unitdir}/mail-transfer-agent.target.wants/%{name}.service
|
||||||
%fdupes %{buildroot}%{pf_docdir}
|
%fdupes %{buildroot}%{pf_docdir}
|
||||||
%fdupes %{buildroot}%{_mandir}
|
%fdupes %{buildroot}%{_mandir}
|
||||||
@ -558,7 +562,9 @@ fi
|
|||||||
%attr(0755,root,root) %{_sbindir}/mk%{name}cert
|
%attr(0755,root,root) %{_sbindir}/mk%{name}cert
|
||||||
%attr(0755,root,root) %{_sbindir}/check_mail_queue
|
%attr(0755,root,root) %{_sbindir}/check_mail_queue
|
||||||
%attr(0755,root,root) %{_sbindir}/config.%{name}
|
%attr(0755,root,root) %{_sbindir}/config.%{name}
|
||||||
|
%if 0%{?suse_version} < 1599
|
||||||
%{_sbindir}/rc%{name}
|
%{_sbindir}/rc%{name}
|
||||||
|
%endif
|
||||||
%{_libdir}/lib*
|
%{_libdir}/lib*
|
||||||
%{_libexecdir}/sendmail
|
%{_libexecdir}/sendmail
|
||||||
%dir %{pf_shlib_directory}
|
%dir %{pf_shlib_directory}
|
||||||
|
Loading…
Reference in New Issue
Block a user