Skip to content

Commit

Permalink
Automatic commit of package [koji-containerbuild] release [0.7.21-1].
Browse files Browse the repository at this point in the history
Created by command:

/usr/bin/tito tag --use-version=0.7.21
  • Loading branch information
MartinBasti committed Mar 31, 2020
1 parent de577e5 commit 682b493
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion koji-containerbuild.spec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
%global module koji_containerbuild

Name: koji-containerbuild
Version: 0.7.20.1
Version: 0.7.21
Release: 1%{?dist}
Summary: Koji support for building layered container images
Group: Applications/System
Expand Down Expand Up @@ -160,6 +160,16 @@ rm -rf $RPM_BUILD_ROOT


%changelog
* Tue Mar 31 2020 Martin Bašti <mbasti@redhat.com> 0.7.21-1
- tito: tag only with version (mbasti@redhat.com)
- specfile: remove unneded buildroot definition (mbasti@redhat.com)
- specfile: properly identify upstream source (mbasti@redhat.com)
- tito: use version tagger (mbasti@redhat.com)
- don't check for build existance with skip-build (rcerven@redhat.com)
- Change travis for working with Fedora 31 (sergsalatsky1703@gmail.com)
- Use podman as testing container engine (sergsalatsky1703@gmail.com)
- Simplify packit config (mbasti@redhat.com)

* Mon Feb 24 2020 Robert Cerven <rcerven@redhat.com> 0.7.20.1-1
- update setup version for 0.7.20.1 (rcerven@redhat.com)
- allow compose_ids used together with repo_url (rcerven@redhat.com)
Expand Down
2 changes: 1 addition & 1 deletion rel-eng/packages/koji-containerbuild
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.20.1-1 ./
0.7.21-1 ./
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def get_requirements(requirements_file='requirements.txt'):

setup(
name="koji-containerbuild",
version="0.7.20.1",
version="0.7.21",
author="Pavol Babincak",
author_email="pbabinca@redhat.com",
description="Container build support for Koji buildsystem",
Expand Down

0 comments on commit 682b493

Please sign in to comment.