Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
SUSE:SLE-15-SP7:Update
gzip.17499
xz_lzma.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File xz_lzma.patch of Package gzip.17499
Index: gzip-1.5/zgrep.1 =================================================================== --- gzip-1.5.orig/zgrep.1 +++ gzip-1.5/zgrep.1 @@ -10,7 +10,7 @@ zgrep \- search possibly compressed file .I Zgrep invokes .I grep -on compressed or gzipped files. +on compressed, xz'ed, lzma'ed, bzip2'ed or gzipped files. All options specified are passed directly to .IR grep . If no file is specified, then the standard input is decompressed Index: gzip-1.5/zgrep.in =================================================================== --- gzip-1.5.orig/zgrep.in +++ gzip-1.5/zgrep.in @@ -178,6 +178,12 @@ do *.bz2) uncompress=bzip2 ;; + *.xz) + uncompress=xz + ;; + *.lzma) + uncompress=lzma + ;; *) uncompress=gzip ;;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor