%autosetup does not works with muzltiple -a.
https://github.com/rpm-software-management/rpm/issues/1204 OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=475
This commit is contained in:
parent
27d3e54357
commit
ff08a1604f
@ -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
|
||||||
|
11
postfix.spec
11
postfix.spec
@ -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
|
||||||
|
|
||||||
# ---------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user