Bug 1684906 - Review Request: golang-github-glycerine-unsnap-stream - Small golang library for decoding the snappy streaming format
Summary: Review Request: golang-github-glycerine-unsnap-stream - Small golang library ...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jerry James
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 1684934
TreeView+ depends on / blocked
 
Reported: 2019-03-03 19:04 UTC by Robert-André Mauchin 🐧
Modified: 2019-03-29 19:11 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2019-03-25 06:04:47 UTC
Type: ---
Embargoed:
loganjerry: fedora-review+


Attachments (Terms of Use)

Description Robert-André Mauchin 🐧 2019-03-03 19:04:58 UTC
Spec URL: https://copr-be.cloud.fedoraproject.org/results/eclipseo/rclone1.45/fedora-rawhide-x86_64/00864169-golang-github-glycerine-unsnap-stream/golang-github-glycerine-go-unsnap-stream.spec
SRPM URL: https://copr-be.cloud.fedoraproject.org/results/eclipseo/rclone1.45/fedora-rawhide-x86_64/00864169-golang-github-glycerine-unsnap-stream/golang-github-glycerine-unsnap-stream-0-0.1.20190303gitf967730.fc30.src.rpm

Description:
Small golang library for decoding the snappy streaming format.

Fedora Account System Username: eclipseo


The package is standard except I have elected to replace the forked package github.com/glycerine/goconvey/convey used for testing with the original one from smartystreets which is actively maintained and already packaged in Fedora.

Comment 1 Jerry James 2019-03-06 04:40:38 UTC
Package Review
==============

Legend:
[x] = Pass, [!] = Fail, [-] = Not applicable, [?] = Not evaluated
[ ] = Manual review needed


Issues:
=======
- Spec file name must match the spec package %{name}, in the format
  %{name}.spec.
  Note: golang-github-glycerine-go-unsnap-stream.spec should be golang-
  github-glycerine-unsnap-stream.spec
  See:
  http://fedoraproject.org/wiki/Packaging/NamingGuidelines#Spec_file_name

- Changelog reports the username as root, with no email


===== MUST items =====

Generic:
[x]: Package is licensed with an open-source compatible license and meets
     other legal requirements as defined in the legal section of Packaging
     Guidelines.
[x]: License field in the package spec file matches the actual license.
     Note: There is no build directory. Running licensecheck on vanilla
     upstream sources. Licenses found: "Unknown or generated", "Expat
     License". 17 files have unknown license. Detailed output of
     licensecheck in /home/jamesjer/1684906-golang-github-glycerine-go-
     unsnap-stream/licensecheck.txt
[!]: Package must own all directories that it creates.
     Note: Directories without known owners: /usr/share/gocode/src,
     /usr/share/gocode
[x]: Package does not own files or directories owned by other packages.
[x]: %build honors applicable compiler flags or justifies otherwise.
[x]: Package contains no bundled libraries without FPC exception.
[!]: Changelog in prescribed format.
[x]: Sources contain only permissible code or content.
[-]: Package contains desktop file if it is a GUI application.
[x]: Development files must be in a -devel package
[x]: Package uses nothing in %doc for runtime.
[x]: Package consistently uses macros (instead of hard-coded directory
     names).
[!]: Package is named according to the Package Naming Guidelines.
[x]: Package does not generate any conflict.
[x]: Package obeys FHS, except libexecdir and /usr/target.
[-]: If the package is a rename of another package, proper Obsoletes and
     Provides are present.
[x]: Requires correct, justified where necessary.
[x]: Spec file is legible and written in American English.
[-]: Package contains systemd file(s) if in need.
[x]: Package is not known to require an ExcludeArch tag.
[x]: Large documentation must go in a -doc subpackage. Large could be size
     (~1MB) or number of files.
     Note: Documentation size is 10240 bytes in 1 files.
[x]: Package complies to the Packaging Guidelines
[x]: Package successfully compiles and builds into binary rpms on at least
     one supported primary architecture.
[x]: Package installs properly.
[x]: Rpmlint is run on all rpms the build produces.
     Note: There are rpmlint messages (see attachment).
[x]: If (and only if) the source package includes the text of the
     license(s) in its own file, then that file, containing the text of the
     license(s) for the package is included in %license.
[x]: Package requires other packages for directories it uses.
[x]: All build dependencies are listed in BuildRequires, except for any
     that are listed in the exceptions section of Packaging Guidelines.
[x]: Package uses either %{buildroot} or $RPM_BUILD_ROOT
[x]: Package does not run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) at the
     beginning of %install.
[x]: Macros in Summary, %description expandable at SRPM build time.
[x]: Dist tag is present.
[x]: Package does not contain duplicates in %files.
[x]: Permissions on files are set properly.
[x]: Package use %makeinstall only when make install DESTDIR=... doesn't
     work.
[x]: Package is named using only allowed ASCII characters.
[x]: Package does not use a name that already exists.
[x]: Package is not relocatable.
[x]: Sources used to build the package match the upstream source, as
     provided in the spec URL.
[x]: File names are valid UTF-8.
[x]: Packages must not store files under /srv, /opt or /usr/local

===== SHOULD items =====

Generic:
[x]: If the source package does not include license text(s) as a separate
     file from upstream, the packager SHOULD query upstream to include it.
[x]: Final provides and requires are sane (see attachments).
[?]: Package functions as described.
[x]: Latest version is packaged.
[x]: Package does not include license text files separate from upstream.
[x]: Description and summary sections in the package spec file contains
     translations for supported Non-English languages, if available.
[x]: %check is present and all tests pass.
[x]: Packages should try to preserve timestamps of original installed
     files.
[x]: Reviewer should test that the package builds in mock.
[x]: Buildroot is not present
[x]: Package has no %clean section with rm -rf %{buildroot} (or
     $RPM_BUILD_ROOT)
[x]: No file requires outside of /etc, /bin, /sbin, /usr/bin, /usr/sbin.
[x]: Packager, Vendor, PreReq, Copyright tags should not be in spec file
[x]: Sources can be downloaded from URI in Source: tag
[x]: SourceX is a working URL.
[x]: Package should compile and build into binary rpms on all supported
     architectures.
[x]: Spec use %global instead of %define unless justified.

===== EXTRA items =====

Generic:
[!]: Spec file according to URL is the same as in SRPM.
     Note: Bad spec filename: /home/jamesjer/1684906-golang-github-
     glycerine-go-unsnap-stream/srpm-unpacked/golang-github-glycerine-go-
     unsnap-stream.spec
     See: (this test has no URL)
[x]: Rpmlint is run on all installed packages.
     Note: There are rpmlint messages (see attachment).


Rpmlint
-------
Checking: golang-github-glycerine-unsnap-stream-devel-0-0.1.20190303gitf967730.fc31.noarch.rpm
          golang-github-glycerine-unsnap-stream-0-0.1.20190303gitf967730.fc31.src.rpm
golang-github-glycerine-unsnap-stream-devel.noarch: W: hidden-file-or-dir /usr/share/gocode/src/github.com/glycerine/go-unsnap-stream/.goipath
golang-github-glycerine-unsnap-stream.src: E: invalid-spec-name
golang-github-glycerine-unsnap-stream.src: W: no-%build-section
2 packages and 0 specfiles checked; 1 errors, 2 warnings.




Rpmlint (installed packages)
----------------------------
Cannot parse rpmlint output:


Requires
--------
golang-github-glycerine-unsnap-stream-devel (rpmlib, GLIBC filtered):
    golang(github.com/golang/snappy)



Provides
--------
golang-github-glycerine-unsnap-stream-devel:
    golang(github.com/glycerine/go-unsnap-stream)
    golang(github.com/glycerine/go-unsnap-stream)(commit=f9677308dec2b35e76737f9713df328ad11b1fea)
    golang-github-glycerine-unsnap-stream-devel
    golang-ipath(github.com/glycerine/go-unsnap-stream)
    golang-ipath(github.com/glycerine/go-unsnap-stream)(commit=f9677308dec2b35e76737f9713df328ad11b1fea)



Source checksums
----------------
https://github.com/glycerine/go-unsnap-stream/archive/f9677308dec2b35e76737f9713df328ad11b1fea/go-unsnap-stream-f9677308dec2b35e76737f9713df328ad11b1fea.tar.gz :
  CHECKSUM(SHA256) this package     : 41dfcfdd552a89dacab812356a43ee2d89b706d648255a1bf921341084c587e1
  CHECKSUM(SHA256) upstream package : 41dfcfdd552a89dacab812356a43ee2d89b706d648255a1bf921341084c587e1


Generated by fedora-review 0.6.1 (f03e4e7) last change: 2016-05-02
Command line :/usr/bin/fedora-review -b 1684906 -m fedora-rawhide-x86_64
Buildroot used: fedora-rawhide-x86_64
Active plugins: Generic, Shell-api
Disabled plugins: Java, C/C++, Python, fonts, SugarActivity, Ocaml, Perl, Haskell, R, PHP, Ruby
Disabled flags: EXARCH, DISTTAG, EPEL5, BATCH, EPEL6

Comment 3 Jerry James 2019-03-07 03:05:33 UTC
You'll need to change the name of this bug to golang-github-glycerine-unsnap-stream prior to asking for repo creation.  This package is APPROVED.

Comment 4 Gwyn Ciesla 2019-03-07 15:23:10 UTC
(fedscm-admin):  The Pagure repository was created at https://src.fedoraproject.org/rpms/golang-github-glycerine-unsnap-stream

Comment 5 Fedora Update System 2019-03-07 21:46:53 UTC
golang-github-glycerine-unsnap-stream-0-0.1.20190307gitf967730.fc30 has been submitted as an update to Fedora 30. https://bodhi.fedoraproject.org/updates/FEDORA-2019-790d41043a

Comment 6 Fedora Update System 2019-03-07 22:03:51 UTC
golang-github-glycerine-unsnap-stream-0-0.1.20190307gitf967730.fc29 has been submitted as an update to Fedora 29. https://bodhi.fedoraproject.org/updates/FEDORA-2019-cf607ef326

Comment 7 Fedora Update System 2019-03-08 19:45:22 UTC
golang-github-glycerine-unsnap-stream-0-0.1.20190307gitf967730.fc30 has been pushed to the Fedora 30 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2019-790d41043a

Comment 8 Fedora Update System 2019-03-08 22:40:45 UTC
golang-github-glycerine-unsnap-stream-0-0.1.20190307gitf967730.fc29 has been pushed to the Fedora 29 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2019-cf607ef326

Comment 9 Fedora Update System 2019-03-25 06:04:47 UTC
golang-github-glycerine-unsnap-stream-0-0.1.20190307gitf967730.fc29 has been pushed to the Fedora 29 stable repository. If problems still persist, please make note of it in this bug report.

Comment 10 Fedora Update System 2019-03-29 19:11:02 UTC
golang-github-glycerine-unsnap-stream-0-0.1.20190307gitf967730.fc30 has been pushed to the Fedora 30 stable repository. If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.