-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatic commit of package [koji-containerbuild] release [0.7.22-1].
Created by command: /usr/bin/tito tag --use-version=0.7.22
- Loading branch information
1 parent
e2de53d
commit 893a501
Showing
3 changed files
with
24 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
%global module koji_containerbuild | ||
|
||
Name: koji-containerbuild | ||
Version: 0.7.21 | ||
Version: 0.7.22 | ||
Release: 1%{?dist} | ||
Summary: Koji support for building layered container images | ||
Group: Applications/System | ||
|
@@ -160,6 +160,27 @@ rm -rf $RPM_BUILD_ROOT | |
|
||
|
||
%changelog | ||
* Fri Apr 24 2020 Martin Bašti <[email protected]> 0.7.22-1 | ||
- Install koji-c and deps for pylint run ([email protected]) | ||
- Replace "Signed-off-by:" maintainer task with DCO... ([email protected]) | ||
- Add markdownlint config/rules ([email protected]) | ||
- Enable MD linting via Travis/test.sh ([email protected]) | ||
- Lint all Markdown files ([email protected]) | ||
- Mute other errors ([email protected]) | ||
- Mute 'redefined-builtin' warning ([email protected]) | ||
- Fix single errors ([email protected]) | ||
- Fix 'logging-not-lazy' ([email protected]) | ||
- Import 'absolute_import' ([email protected]) | ||
- Update travis CI for pylint testing ([email protected]) | ||
- Add pylint testing ([email protected]) | ||
- packit: don't propose downstream update ([email protected]) | ||
- Revert "Allow additional properties for containerbuild" ([email protected]) | ||
- fix: tito py2 support ([email protected]) | ||
- fix: update tito builder to match with expected value in %%setup | ||
([email protected]) | ||
- Freeze python 2 test dependency verions ([email protected]) | ||
- fix: add custom builder for tito ([email protected]) | ||
|
||
* Tue Mar 31 2020 Martin Bašti <[email protected]> 0.7.21-1 | ||
- tito: tag only with version ([email protected]) | ||
- specfile: remove unneded buildroot definition ([email protected]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.7.21-1 ./ | ||
0.7.22-1 ./ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ def get_requirements(requirements_file='requirements.txt'): | |
|
||
setup( | ||
name="koji-containerbuild", | ||
version="0.7.21", | ||
version="0.7.22", | ||
author="Pavol Babincak", | ||
author_email="[email protected]", | ||
description="Container build support for Koji buildsystem", | ||
|