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:
Ana Guerrero 2024-08-20 14:12:35 +00:00 committed by Git OBS Bridge
commit 27c5fadd5e
4 changed files with 40 additions and 8 deletions

View File

@ -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>

View File

@ -126,16 +126,18 @@ Requires(pre): group(%{mail_group})
%else
Requires(pre): shadow
%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
Requires(pre): ed
Requires(preun):ed
Requires(preun): ed
Requires(post): ed
Requires(postun):ed
Requires(postun): ed
# /usr/sbin/config.postfix needs perl
Requires(pre): perl
Requires(preun):perl
Requires(preun): perl
Requires(post): perl
Requires(postun):perl
Requires(postun): perl
%description
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/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
%if 0%{?suse_version} < 1599
ln -sv %{_sbindir}/service %{buildroot}%{_sbindir}/rcpostfix
%endif
%fdupes %{buildroot}%{pf_docdir}
%fdupes %{buildroot}%{_mandir}
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}/check_mail_queue
%attr(0755,root,root) %{_sbindir}/config.postfix
%if 0%{?suse_version} < 1599
%{_sbindir}/rcpostfix
%endif
%{_libdir}/lib*
%{_libexecdir}/sendmail
%dir %{pf_shlib_directory}

View File

@ -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>

View File

@ -108,16 +108,18 @@ BuildRequires: openldap2-devel
%if %{with libnsl}
BuildRequires: libnsl-devel
%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
Requires(pre): /usr/bin/ed
Requires(preun):/usr/bin/ed
Requires(preun): /usr/bin/ed
Requires(post): /usr/bin/ed
Requires(postun):/usr/bin/ed
Requires(postun): /usr/bin/ed
# /usr/sbin/config.postfix needs perl
Requires(pre): perl
Requires(preun):perl
Requires(preun): perl
Requires(post): perl
Requires(postun):perl
Requires(postun): perl
%description
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/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
%if 0%{?suse_version} < 1599
ln -sv %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}
%endif
ln -sv %{_unitdir}/%{name}.service %{buildroot}%{_unitdir}/mail-transfer-agent.target.wants/%{name}.service
%fdupes %{buildroot}%{pf_docdir}
%fdupes %{buildroot}%{_mandir}
@ -558,7 +562,9 @@ fi
%attr(0755,root,root) %{_sbindir}/mk%{name}cert
%attr(0755,root,root) %{_sbindir}/check_mail_queue
%attr(0755,root,root) %{_sbindir}/config.%{name}
%if 0%{?suse_version} < 1599
%{_sbindir}/rc%{name}
%endif
%{_libdir}/lib*
%{_libexecdir}/sendmail
%dir %{pf_shlib_directory}