-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 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,6 +1,6 @@ | ||
Name: fmf | ||
Version: 0.11 | ||
Release: 2%{?dist} | ||
Version: 0.12 | ||
Release: 1%{?dist} | ||
|
||
Summary: Flexible Metadata Format | ||
License: GPLv2+ | ||
|
@@ -149,6 +149,10 @@ export LANG=en_US.utf-8 | |
|
||
|
||
%changelog | ||
* Thu Jun 04 2020 Petr Šplíchal <[email protected]> - 0.12-1 | ||
- Do git pull in utils.fetch | ||
- Make fetch._run official as utils.run | ||
|
||
* Tue Mar 17 2020 Petr Šplíchal <[email protected]> - 0.11-2 | ||
- Enable back python2-fmf subpackage for RHEL7 | ||
|
||
|