#5 Update to 2.17.2
Merged a year ago by mhayden. Opened a year ago by mhayden.
rpms/ mhayden/golang-github-vultr-govultr-2 update-2.17.2  into  rawhide

file modified
+1
@@ -2,3 +2,4 @@ 

  /govultr-2.11.1.tar.gz

  /govultr-2.12.0.tar.gz

  /govultr-2.16.0.tar.gz

+ /govultr-2.17.2.tar.gz

@@ -3,11 +3,12 @@ 

  %ifnarch %{arm32} %{ix86}

  %bcond_without check

  %endif

+ %global debug_package %{nil}

  

  # https://github.com/vultr/govultr

  %global goipath         github.com/vultr/govultr/v2

  %global forgeurl        https://github.com/vultr/govultr

- Version:                2.16.0

+ Version:                2.17.2

  

  %gometa

  
@@ -25,9 +26,6 @@ 

  URL:            %{gourl}

  Source0:        %{gosource}

  

- BuildRequires:  golang(github.com/google/go-querystring/query)

- BuildRequires:  golang(github.com/hashicorp/go-retryablehttp)

- 

  %description

  %{common_description}

  
@@ -36,6 +34,9 @@ 

  %prep

  %goprep

  

+ %generate_buildrequires

+ %go_generate_buildrequires

+ 

  %install

  %gopkginstall

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (govultr-2.16.0.tar.gz) = 63a1ba669306b910cd50f5c48f8122500ac1e423a0634ac58e2f31e97bd7880add678ed359b97a10e961afb3998061fdb1c8c9d575f69ae61717bc0af22ea900

+ SHA512 (govultr-2.17.2.tar.gz) = d4e41fe0e180edf1849cdd71401edeb26d0dcee1a5c5d7700025a5aaca1cf549e09ceb71a49e0b356e1c808cd4a338c357b6c9a7b3cae994d26bf672aa37fde2

Fixes: BZ 2037585

Unblocks vultr-cli update in BZ 2075820.

Signed-off-by: Major Hayden major@redhat.com

Let me add one stuff to your PR then you can merge with your new permissions!

@eclipseo Thank you. Just let me know when!

rebased onto 22be228

a year ago

Let's go now!
I've just added auto BR instead.

Also please take care of using one of the following formats in your commit line to automatically be detected by Bodhi and to automatically close the bugs:

  • Close: rhbz#2037585
  • Fix: rhbz#2037585
  • Closes: rhbz#2037585
  • Fixes: rhbz#2037585

@eclipseo I appreciate that reminder. I keep forgetting that.

I'll merge this now and build govultr/vultr-cli together in a side tag to avoid any FTBFS issues.

Pull-Request has been merged by mhayden

a year ago