mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 10:01:11 +02:00
unposted: fix typo in _rpm
This commit is contained in:
parent
98a406a993
commit
2dcc8627c9
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2008-06-05 Doug Kearns <dougkearns@gmail.com>
|
||||
|
||||
* unposted: Completion/Redhat/Command/_rpm: fix typo
|
||||
|
||||
2008-06-04 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* unposted: Completion/Unix/Command/.distfiles: missing files.
|
||||
|
@ -4494,7 +4498,7 @@
|
|||
|
||||
2006-07-18 Clint Adams <clint@zsh.org>
|
||||
|
||||
* 22554: Jesse Weinstein: Completion/Unix/Command/_vorbiscomment:
|
||||
* 22554: Jesse Weinstein: Completion/Unix/Command/_vorbiscomment:
|
||||
completion for vorbiscomment.
|
||||
|
||||
2006-07-18 Peter Stephenson <pws@csr.com>
|
||||
|
|
|
@ -160,7 +160,7 @@ _rpm () {
|
|||
'(--replacepkgs --replacefiles --oldpackage)--force' \
|
||||
'(--force)--'{replacefiles,replacepkgs} \
|
||||
--{aid,allfiles,badreloc,excludedocs,ignorearch,ignoreos,ignoresize,includedocs,justdb,percent,repackage,test} \
|
||||
--np{digest,signature,deps,suggest,order,pre,post,preun,postun,trigger{s,in,un,postun}} \
|
||||
--no{digest,signature,deps,suggest,order,pre,post,preun,postun,trigger{s,in,un,postun}} \
|
||||
'(--nopre --nopost --nopreun --nopostun)--noscripts' \
|
||||
'*:pkg file:->package_file' && ret=0
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue