Bug 1561203

Summary: Review Request: golang-github-ulikunitz-xz - Pure golang package for reading and writing xz-compressed files
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-03-29 14:57:50 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:    
Bug Blocks: 1561757    

Description Dominik 'Rathann' Mierzejewski 2018-03-27 21:17:27 UTC
Spec URL: https://rathann.fedorapeople.org/review/golang-github-ulikunitz-xz/golang-github-ulikunitz-xz.spec
SRPM URL: https://rathann.fedorapeople.org/review/golang-github-ulikunitz-xz/golang-github-ulikunitz-xz-0.5.4-1.fc27.src.rpm
Description: 
This Go language package supports the reading and writing of xz compressed
streams. It includes also a gxz command for compressing and decompressing data.
The package is completely written in Go and doesn't have any dependency on any C
code.

The package is currently under development. There might be bugs and APIs are not
considered stable. At this time the package cannot compete with the xz tool
regarding compression speed and size. The algorithms there have been developed
over a long time and are highly optimized. However there are a number of
improvements planned and I'm very optimistic about parallel compression and
decompression. Stay tuned!

Fedora Account System Username: rathann

Comment 1 Robert-André Mauchin 🐧 2018-03-27 21:38:18 UTC
 - Latest version packaged
 - License ok
 - Builds in Mock
 - Conforms to the Packaging Guidelines

 - golang-github-ulikunitz-xz.x86_64: W: incoherent-version-in-changelog 2.0-1 ['0.5.4-1.fc29', '0.5.4-1']

   %changelog Version/Release is not matching the header ones.


   Fix this before import. Package approved.

Comment 2 Gwyn Ciesla 2018-03-29 01:18:01 UTC
(fedrepo-req-admin):  The Pagure repository was created at https://src.fedoraproject.org/rpms/golang-github-ulikunitz-xz

Comment 3 Dominik 'Rathann' Mierzejewski 2018-03-29 14:57:50 UTC
Fixed, imported and built for rawhide. Thanks for the review!