Bug 1561759

Summary: Review Request: golang-github-mholt-archiver - Easily create and extract archive files with Go
Product: [Fedora] Fedora Reporter: Dominik 'Rathann' Mierzejewski <dominik>
Component: Package ReviewAssignee: Robert-André Mauchin 🐧 <zebob.m>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: package-review, zebob.m
Target Milestone: ---Flags: zebob.m: fedora-review+
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-04-12 07:52:13 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1561357, 1561757    
Bug Blocks:    

Description Dominik 'Rathann' Mierzejewski 2018-03-28 20:19:52 UTC
Spec URL: https://rathann.fedorapeople.org/review/golang-github-mholt-archiver/golang-github-mholt-archiver.spec
SRPM URL: https://rathann.fedorapeople.org/review/golang-github-mholt-archiver/golang-github-mholt-archiver-2.0-1.fc27.src.rpm
Description:
Package archiver makes it trivially easy to make and extract common archive
formats such as .zip, and .tar.gz. Simply name the input and output file(s).

Files are put into the root of the archive; directories are recursively added,
preserving structure.

The archiver command runs the same cross-platform and has no external
dependencies (not even libc); powered by the Go standard library,
dsnet/compress, nwaples/rardecode, and ulikunitz/xz. Enjoy!

Supported formats/extensions:

    .zip
    .tar
    .tar.gz & .tgz
    .tar.bz2 & .tbz2
    .tar.xz & .txz
    .tar.lz4 & .tlz4
    .tar.sz & .tsz
    .rar (open only)

Fedora Account System Username: rathann

Comment 1 Dominik 'Rathann' Mierzejewski 2018-03-28 20:20:53 UTC
COPR repo: https://copr.fedorainfracloud.org/coprs/rathann/jfrog-cli/ .

Comment 2 Robert-André Mauchin 🐧 2018-03-28 21:03:19 UTC
 - Latest version packaged
 - License ok
 - Builds in Mock
 - No rpmlint errors
 - Conforms to the Packaging Guidelines

Package approved.

Comment 3 Gwyn Ciesla 2018-03-29 15:18:22 UTC
(fedrepo-req-admin):  The Pagure repository was created at https://src.fedoraproject.org/rpms/golang-github-mholt-archiver

Comment 4 Dominik 'Rathann' Mierzejewski 2018-04-12 07:52:13 UTC
Imported and built for rawhide, thanks for the review.