Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: "rpmbuild -tb [tab]" or "rpmbuild -ta [tab]" get stuck / do not complete even if there are tarballs in ./*
- X-seq: zsh-workers 47327
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: Shlomi Fish <shlomif@xxxxxxxxx>
- Subject: Re: "rpmbuild -tb [tab]" or "rpmbuild -ta [tab]" get stuck / do not complete even if there are tarballs in ./*
- Date: Tue, 18 Aug 2020 13:46:48 +0000
- Archived-at: <https://zsh.org/workers/47327>
- Archived-at: <http://www.zsh.org/sympa/arcsearch_id/zsh-workers/2020-08/20200818134648.40bb72c2%40tarpaulin.shahaf.local2>
- Authentication-results: zsh.org; iprev=pass (out4-smtp.messagingengine.com) smtp.remote-ip=66.111.4.28; dkim=pass header.d=daniel.shahaf.name header.s=fm1 header.a=rsa-sha256; dkim=pass header.d=messagingengine.com header.s=fm3 header.a=rsa-sha256; dmarc=skipped; arc=none
- Cc: zsh-workers@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= daniel.shahaf.name; h=date:from:to:cc:subject:message-id :in-reply-to:references:mime-version:content-type :content-transfer-encoding; s=fm1; bh=hH/J1DgljXcpJSxNnm4idzd6LE 3n9FzCnjIMlI+7b3k=; b=p/nSPtv8L24xC6qpDFo6AZ3tNM8yjwFje1P/7YSxpW W4OxdWSK+MnjLAJn7GxeRBbPO6/H3JSXrXym4VEyrw3wjx9qw3ZcLFZ8oY1eBHhH 6TYQszLU1zR5WKa7c+2C1eG6Sk4Zk8TbD+kuIXvgjI85XCRHMoQhFR+293F8yEG2 bLRLy0JRKf5bPq+r+3bSFs1RYKPbmParwWhbJHtWkeL22GG0yMxrKaXVMxTcuf6u NRKPMzaiklZSQGYpHZY61YWIkG8zlgF9F8Luu6svevlyoGTyCsVG63WSH1P2joXB Qf66dRBmR/gpg/FD0Zt5xhatLF9nTGKavNIRu1LZhGng==
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=hH/J1DgljXcpJSxNnm4idzd6LE3n9FzCnjIMlI+7b 3k=; b=MVD2fYcIN+Bit2ROYMnNqngwtxlF7dDMBcyiY9uodIK/ffoX/kF3tWlsJ oFu+nnlyqr1JuHYHlvHLO/2GmI2MZ9dCPzQg63qzc6NTIL1V/nlCagHMJEp+rsgN cIBhNPrnz54Tkzkri/Jcz076lN5QvJZgPYTaP09ThB5+YRCGu/aFJuBiSrMh9F8I I/kj2N49/8miVqIkPscBrUINBm6tlfuKiNBx++6/hcajKoiU22JFqsnImVbrG/pX UVTnp8X4PbDkHmMuNgbMiy1RJ7bzKFjK/e6dwk/sstTiGcRDkhH4Mv87RB5uisHf feIlu2MkEjjIOfd1/eOy+j8doM2LA==
- In-reply-to: <CANy4znW6VCHWhG5u7jOw=L8dJOeQdi-mz7JAARcp32JEyCZRRw@mail.gmail.com>
- List-archive: <http://www.zsh.org/sympa/arc/zsh-workers>
- List-help: <mailto:sympa@zsh.org?subject=help>
- List-id: <zsh-workers.zsh.org>
- List-owner: <mailto:zsh-workers-request@zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-subscribe: <mailto:sympa@zsh.org?subject=subscribe%20zsh-workers>
- List-unsubscribe: <mailto:sympa@zsh.org?subject=unsubscribe%20zsh-workers>
- References: <CANy4znX=5amVu6QpYt6oVFMgtRydSxY2R9DQQJeiLWRiVAa_ZQ@mail.gmail.com> <20200816140946.71036aba@tarpaulin.shahaf.local2> <CANy4znW6VCHWhG5u7jOw=L8dJOeQdi-mz7JAARcp32JEyCZRRw@mail.gmail.com>
- Sender: zsh-workers-request@xxxxxxx
Shlomi Fish wrote on Tue, 18 Aug 2020 16:12 +0300:
> sorry for the late reply.
>
No worries; it was timely.
> On Sun, Aug 16, 2020 at 5:09 PM Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
> wrote:
>
> > [[[
> > diff --git a/Completion/Redhat/Command/_rpm
> > b/Completion/Redhat/Command/_rpm
> > index e3469245f..85292fa78 100644
> > --- a/Completion/Redhat/Command/_rpm
> > +++ b/Completion/Redhat/Command/_rpm
> > @@ -282,7 +282,7 @@ _rpm () {
> > build_r) tmp=( '*:source package:_files -g "*.(#i)src.rpm(-.)"' ) ;|
> > build_t) tmp=( '*:tar file:_files -g "*.(#i)tar(.*|)(-.)"' ) ;|
> > build_?)
> > - _arguments -s -C $buildopts $commonopts $pathopts \
> > + _arguments -s -C $buildopts $commonopts $pathopts "${tmp[@]}" \
> > ;;
> > checksig)
> > _arguments -s -C \!-K \
> > ]]]
> >
> >
> I applied the patch to "fedpkg clone --anonymous zsh" and rebuilt, and it
> seems to have fixed the issue. Thanks!
>
You're welcome. Pushed.
The regression seems to have been introduced by the previous commit
(44788, aka zsh-5.7.1-135-g2c0387305). I didn't review that commit for
additional instances of this issue.
Cheers,
Daniel
Messages sorted by:
Reverse Date,
Date,
Thread,
Author