#10 Updated to upstream 0.11.1
Merged 2 years ago by cverna. Opened 2 years ago by dkirwan.
rpms/ dkirwan/koji-containerbuild rawhide  into  rawhide

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

  /koji-containerbuild-dab7501bd461e4ce85c5238f62cb353b3c6e8189.tar.gz

  /koji-containerbuild-a0b75365639f9df064fe84898b4849e244d8f3c9.tar.gz

  /koji-containerbuild-2c77ff2ac166d622b0e31a75e4c7349528cf85e7.tar.gz

+ /koji-containerbuild-3d685581a43d95fba094c256181ef407594f6ab0.tar.gz

file modified
+5 -2
@@ -14,11 +14,11 @@ 

  %global owner release-engineering

  %global project koji-containerbuild

  

- %global commit 2c77ff2ac166d622b0e31a75e4c7349528cf85e7

+ %global commit 3d685581a43d95fba094c256181ef407594f6ab0

FTR This is not included upstream in 0.11.1.

  %global shortcommit %(c=%{commit}; echo ${c:0:7})

  

  Name:           %{project}

- Version:        0.11.0

+ Version:        0.11.1

  Release:        2%{?dist}

  Summary:        Koji support for building layered container images

  
@@ -103,6 +103,9 @@ 

  

  

  %changelog

+ * Mon Mar 29 2021 David Kirwan <dkirwan@redhat.com> - 0.11.1

+ - Update to the latest upstream v0.11.1

+ 

  * Tue Mar 16 2021 David Kirwan <dkirwan@redhat.com> - 0.11.0

  - Update to the latest upstream v0.11.0

  

Update to upstream v0.11.1

Signed-off-by: David Kirwan dkirwan@redhat.com

Pull-Request has been merged by cverna

2 years ago

FTR This is not included upstream in 0.11.1.

FTR This is not included upstream in 0.11.1.

Yes my bad, I presumed the upstream created a release to take in the commit 3d685581a43d95fba094c256181ef407594f6ab0.

I think this PR will resolve the package failing to build in rawhide? I'll do a future update to get the versions correct when the upstream does a new release.

Yes, this fixes the installation failure. There was no build failure.

Metadata