Peter Varkoly 2024-03-04 17:02:40 +00:00 committed by Git OBS Bridge
parent 27d3e54357
commit ff08a1604f
2 changed files with 10 additions and 9 deletions

View File

@ -128,14 +128,14 @@ Requires(pre): shadow
%endif %endif
# /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

View File

@ -110,14 +110,14 @@ BuildRequires: libnsl-devel
%endif %endif
# /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.
@ -176,7 +176,8 @@ maps with Postfix, you need this.
%endif %endif
%prep %prep
%autosetup -a 2 -a 3 -p0 %setup -a 2 -a 3
%autopatch -p0
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------