#2 Upstream version 0.7.7
Merged 6 years ago by maxamillion. Opened 6 years ago by cverna.
https://pagure.io/koji-containerbuild-pkg.git upstream_7_7  into  master

Update to latest upstream 0.7.7
Clement Verna • 6 years ago  
.gitignore
file modified
+1
@@ -5,3 +5,4 @@

  /koji-containerbuild-0.7.2.tar.gz

  /koji-containerbuild-81f7c968695c6b4e3628b5a5d4cf12ad86f23389.tar.gz

  /koji-containerbuild-56fd8e7099386e01a261a5ecdb53f8c254e70b81.tar.gz

+ /koji-containerbuild-ccef977b4ac0429fd9332a687b8ff852ad795fdd.tar.gz

koji-containerbuild.spec
file modified
+14 -2
@@ -8,11 +8,11 @@

  %global owner release-engineering

  %global project koji-containerbuild

  

- %global commit 56fd8e7099386e01a261a5ecdb53f8c254e70b81

+ %global commit ccef977b4ac0429fd9332a687b8ff852ad795fdd 

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

  

  Name:           %{project}

- Version:        0.7.5

+ Version:        0.7.7

  Release:        1%{?dist}

  Summary:        Koji support for building layered container images

  Group:          Applications/System
@@ -41,6 +41,9 @@

  License:    LGPLv2

  Summary:    Hub plugin that extend Koji to build layered container images

  Group:      Applications/System

+ %if 0%{?fedora}

+ Requires:   python2-koji

+ %endif

  Requires:   koji-containerbuild

  Requires:   koji-hub

  
@@ -57,6 +60,7 @@

  Requires:   osbs-client

  %if 0%{?fedora}

  Requires:   python2-osbs-client

+ Requires:   python2-koji

  %endif

  %if 0%{?rhel} && 0%{?rhel} <= 7

  Requires:   python-osbs-client
@@ -74,6 +78,10 @@

  License:    LGPLv2

  Summary:    CLI that communicates with Koji to control building layered container images

  Group:      Applications/System

+ %if 0%{?fedora}

+ Requires:   python2-koji

+ Requires:   python2-pycurl

+ %endif

  Requires:   koji

  Requires:   koji-containerbuild

  
@@ -121,6 +129,10 @@

  

  

  %changelog

+ * Wed Jan 24 2018 Clement Verna <cverna@fedoraproject.org> - 0.7.7-1

+ - Update to latest upstream

+ - Added dependency to python2-koji since koji package is now python3

+ 

  * Fri Oct 06 2017 Patrick Uiterwijk <patrick@puiterwijk.org> - 0.7.5-1

  - Update to latest upsteam

  

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

- SHA512 (koji-containerbuild-56fd8e7099386e01a261a5ecdb53f8c254e70b81.tar.gz) = 04db57d0d9e3b0ab373d63d92364e58cf5ad8b122d6913e3f5f5b5f7f4a891c89524fa12304593e075d240ad857c8d8480d452355ced5a2d8e895b353615f00d

+ SHA512 (koji-containerbuild-ccef977b4ac0429fd9332a687b8ff852ad795fdd.tar.gz) = 7f3f903103c9126f6383bf87ca1417d4574ba45b9ced1a383007fbc9f3eb8785cbe20e8439f210f8961941d37b8d22f374f7f9d0f4dc0c52eb612af23fdee463

no initial comment

Pull-Request has been merged by maxamillion

6 years ago