Recognize rpm file magic
This commit is contained in:
parent
30f346447c
commit
1a69ceaf7e
@ -241,6 +241,7 @@ class Pathname
|
|||||||
when /^Rar!/n then :rar
|
when /^Rar!/n then :rar
|
||||||
when /^7z\xBC\xAF\x27\x1C/n then :p7zip
|
when /^7z\xBC\xAF\x27\x1C/n then :p7zip
|
||||||
when /^xar!/n then :xar
|
when /^xar!/n then :xar
|
||||||
|
when /^\xed\xab\xee\xdb/n then :rpm
|
||||||
else
|
else
|
||||||
# This code so that bad-tarballs and zips produce good error messages
|
# This code so that bad-tarballs and zips produce good error messages
|
||||||
# when they don't unarchive properly.
|
# when they don't unarchive properly.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user