-
Notifications
You must be signed in to change notification settings - Fork 22
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 [modulemd-tools] release [0.6-1].
Created by command: /usr/bin/tito tag
- Loading branch information
Showing
2 changed files
with
7 additions
and
2 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 |
---|---|---|
@@ -1 +1 @@ | ||
0.5-1 ./ | ||
0.6-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,5 +1,5 @@ | ||
Name: modulemd-tools | ||
Version: 0.5 | ||
Version: 0.6 | ||
Release: 1%{?dist} | ||
Summary: Collection of tools for parsing and generating modulemd YAML files | ||
License: MIT | ||
|
@@ -114,6 +114,11 @@ cd modulemd_tools | |
|
||
|
||
%changelog | ||
* Sun Nov 22 2020 Jakub Kadlcik <[email protected]> 0.6-1 | ||
- Generate manpages for all tools in this repository | ||
- modulemd-generate-macros: add a tool for generating module-build-macros | ||
- modulemd_tools: add the first pieces of a python library (for internal usage only) | ||
|
||
* Thu Nov 05 2020 Jakub Kadlcik <[email protected]> 0.5-1 | ||
- Release for epel8 as well ([email protected]) | ||
- Require createrepo_c for the createrepo_mod package ([email protected]) | ||
|