mirror of
https://github.com/MidnightCommander/mc
synced 2025-02-25 19:54:13 +03:00
* lib/mc.ext.in: Use --nosignature with rpm to avoid a message
in the viewer about unsigned packages.
This commit is contained in:
parent
f3ec13cea2
commit
201dbae818
@ -1,5 +1,8 @@
|
||||
2002-12-24 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* lib/mc.ext.in: Use --nosignature with rpm to avoid a message
|
||||
in the viewer about unsigned packages.
|
||||
|
||||
* acinclude.m4 (MC_WITH_SLANG): Don't add -lslang to MCLIBS if
|
||||
the system S-Lang is rejected.
|
||||
|
||||
|
@ -486,15 +486,10 @@ regex/\.trpm$
|
||||
Open=%cd %p#trpm
|
||||
View=%view{ascii} rpm -qivl --scripts `basename %p .trpm`
|
||||
|
||||
# Source RPMs (SuSE uses *.spm, others use *.src.rpm)
|
||||
regex/\.(spm|src\.rpm)$
|
||||
# RPM packages (SuSE uses *.spm for source packages)
|
||||
regex/\.(rpm|spm)$
|
||||
Open=%cd %p#rpm
|
||||
View=%view{ascii} rpm -qivlp --scripts %f
|
||||
|
||||
# Compiled RPMs
|
||||
regex/\.rpm$
|
||||
Open=%cd %p#rpm
|
||||
View=%view{ascii} rpm -qivlp --scripts %f
|
||||
View=%view{ascii} rpm -qivlp --nosignature --scripts %f
|
||||
|
||||
# deb
|
||||
regex/\.deb$
|
||||
|
Loading…
x
Reference in New Issue
Block a user