-
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 [1.3.0-1].
Created by command: /usr/bin/tito tag --use-version=1.3.0 --changelog=new upstream release: 1.3.0
- Loading branch information
Showing
3 changed files
with
6 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: 1.2.1 | ||
Version: 1.3.0 | ||
Release: 1%{?dist} | ||
Summary: Koji support for building layered container images | ||
Group: Applications/System | ||
|
@@ -158,6 +158,9 @@ rm -rf $RPM_BUILD_ROOT | |
|
||
|
||
%changelog | ||
* Wed May 17 2023 Robert Cerven <[email protected]> 1.3.0-1 | ||
- new upstream release: 1.3.0 | ||
|
||
* Thu Dec 15 2022 Robert Cerven <[email protected]> 1.2.1-1 | ||
- new upstream release: 1.2.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 |
---|---|---|
@@ -1 +1 @@ | ||
1.2.1-1 ./ | ||
1.3.0-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 |
---|---|---|
|
@@ -44,7 +44,7 @@ def find_package_modules(self, package, package_dir): | |
|
||
setup( | ||
name="koji-containerbuild", | ||
version="1.2.1", | ||
version="1.3.0", | ||
author="Pavol Babincak", | ||
author_email="[email protected]", | ||
description="Container build support for Koji buildsystem", | ||
|