Bug 2110216

Summary: Review Request: golang-github-packethost-packngo - Golang client for the Equinix Metal API
Product: [Fedora] Fedora Reporter: Mark E. Fuller <mark.e.fuller>
Component: Package ReviewAssignee: Robert-André Mauchin 🐧 <zebob.m>
Status: POST --- QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: package-review, zebob.m
Target Milestone: ---Flags: zebob.m: fedora-review+
package-review: needinfo? (mark.e.fuller)
zebob.m: needinfo? (mark.e.fuller)
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Mark E. Fuller 2022-07-24 16:38:11 UTC
            Spec URL: https://fuller.fedorapeople.org/golang-github-packethost-packngo.spec
            SRPM URL: https://fuller.fedorapeople.org/golang-github-packethost-packngo-0.25.0-1.fc37.src.rpm
            Description: Golang client for the Equinix Metal API
            Fedora Account System Username: fuller

Comment 1 Package Review 2023-07-25 00:45:38 UTC
This is an automatic check from review-stats script.

This review request ticket hasn't been updated for some time. We're sorry
it is taking so long. If you're still interested in packaging this software
into Fedora repositories, please respond to this comment clearing the
NEEDINFO flag.

You may want to update the specfile and the src.rpm to the latest version
available and to propose a review swap on Fedora devel mailing list to increase
chances to have your package reviewed. If this is your first package and you
need a sponsor, you may want to post some informal reviews. Read more at
https://fedoraproject.org/wiki/How_to_get_sponsored_into_the_packager_group.

Without any reply, this request will shortly be considered abandoned
and will be closed.
Thank you for your patience.

Comment 2 Robert-André Mauchin 🐧 2023-07-30 10:28:31 UTC
 - You didn't put the License : MIT AND BSD-3-Clause

 - update to 0.30.0

 - please update with the latest go2rpm:


# Generated by go2rpm 1.9.0
%bcond_without check
%global debug_package %{nil}

# https://github.com/packethost/packngo
%global goipath         github.com/packethost/packngo
Version:                0.30.0

%gometa -f

%global common_description %{expand:
A Golang client for the Equinix Metal API. (Packet is now Equinix Metal).}

%global golicenses      LICENSE.txt
%global godocs          examples CHANGELOG.md CONTRIBUTING.md OWNERS.md\\\
                        README.md RELEASE.md SUPPORT.md code-of-conduct.md

Name:           %{goname}
Release:        %autorelease
Summary:        A Golang client for the Equinix Metal API. (Packet is now Equinix Metal)

License:        MIT AND BSD-3-Clause
URL:            %{gourl}
Source:         %{gosource}

%description %{common_description}

%gopkg

%prep
%goprep
%autopatch -p1

%generate_buildrequires
%go_generate_buildrequires

%install
%gopkginstall

%if %{with check}
%check
%gocheck
%endif

%gopkgfiles

%changelog
%autochangelog


 - License ok
 - Latest version packaged
 - Builds in mock
 - Checks pass
 - No rpmlint errors
 - Conforms to Go Packaging Guidelines


Package approved.

Please update it accordingly before import.


Please :
 - add it to Koschei
 - add it to release-monitoring.org
 - add commit rights to the go-sig group