Accepting request 972625 from home:darix:branches:server:mail

- add missing requires for config.postfix and the postfix
  postinstall script:  perl and ed

- add missing requires for config.postfix and the postfix
  postinstall script:  perl and ed

OBS-URL: https://build.opensuse.org/request/show/972625
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=440
This commit is contained in:
Peter Varkoly 2022-04-26 09:14:00 +00:00 committed by Git OBS Bridge
parent d900e5c0e6
commit 12c92483e5
4 changed files with 32 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Apr 25 13:59:17 UTC 2022 - Marcus Rueckert <mrueckert@suse.de>
- add missing requires for config.postfix and the postfix
postinstall script: perl and ed
-------------------------------------------------------------------
Mon Apr 18 19:59:01 UTC 2022 - Michael Ströder <michael@stroeder.com>

View File

@ -124,6 +124,16 @@ Requires(pre): group(%{mail_group})
%else
Requires(pre): shadow
%endif
# /usr/lib/postfix/bin//post-install: line 667: ed: command not found
Requires(pre): ed
Requires(preun): ed
Requires(post): ed
Requires(postun): ed
# /usr/sbin/config.postfix needs perl
Requires(pre): perl
Requires(preun): perl
Requires(post): perl
Requires(postun): perl
%description
Postfix aims to be an alternative to the widely-used sendmail program with bdb support

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Apr 25 13:59:17 UTC 2022 - Marcus Rueckert <mrueckert@suse.de>
- add missing requires for config.postfix and the postfix
postinstall script: perl and ed
-------------------------------------------------------------------
Mon Apr 18 19:59:01 UTC 2022 - Michael Ströder <michael@stroeder.com>

View File

@ -105,6 +105,16 @@ BuildRequires: openldap2-devel
%if %{with libnsl}
BuildRequires: libnsl-devel
%endif
# /usr/lib/postfix/bin//post-install: line 667: ed: command not found
Requires(pre): ed
Requires(preun): ed
Requires(post): ed
Requires(postun): ed
# /usr/sbin/config.postfix needs perl
Requires(pre): perl
Requires(preun): perl
Requires(post): perl
Requires(postun): perl
%description
Postfix aims to be an alternative to the widely-used sendmail program.