mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-11 13:01:28 +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>
|
2008-06-04 Peter Stephenson <pws@csr.com>
|
||||||
|
|
||||||
* unposted: Completion/Unix/Command/.distfiles: missing files.
|
* unposted: Completion/Unix/Command/.distfiles: missing files.
|
||||||
|
|
|
@ -160,7 +160,7 @@ _rpm () {
|
||||||
'(--replacepkgs --replacefiles --oldpackage)--force' \
|
'(--replacepkgs --replacefiles --oldpackage)--force' \
|
||||||
'(--force)--'{replacefiles,replacepkgs} \
|
'(--force)--'{replacefiles,replacepkgs} \
|
||||||
--{aid,allfiles,badreloc,excludedocs,ignorearch,ignoreos,ignoresize,includedocs,justdb,percent,repackage,test} \
|
--{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' \
|
'(--nopre --nopost --nopreun --nopostun)--noscripts' \
|
||||||
'*:pkg file:->package_file' && ret=0
|
'*:pkg file:->package_file' && ret=0
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue