-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Petr "Stone" Hracek <[email protected]>
- Loading branch information
Showing
2 changed files
with
16 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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
%global framework_name moduleframework | ||
|
||
Name: meta-test-family | ||
Version: 0.8.1 | ||
Release: 0%{?dist} | ||
Version: 0.8.2 | ||
Release: 1%{?dist} | ||
Summary: Tool to test components of a modular Fedora | ||
|
||
License: GPLv2+ | ||
|
@@ -68,6 +68,19 @@ install -d -p -m 755 %{buildroot}%{_datadir}/%{framework_name} | |
|
||
|
||
%changelog | ||
* Thu Mar 01 2018 Petr Hracek <[email protected]> - 0.8.2-1 | ||
- add example how reason constsructed is used in case of assert ([email protected]) | ||
- print tc info in separate function, to not duplicate code and print doc string there ([email protected]) | ||
- forgot to change this line, after changing base url ([email protected]) | ||
- change base url repository to use mirror instead of direct link ([email protected]) | ||
- do not cat log at the end, causes travis issue -> failed result ([email protected]) | ||
- remove s2i tests from travis. unable to run them in travis ([email protected]) | ||
- adapt changes based on PR review in #216 ([email protected]) | ||
- add backward compatibility to skip, to remove this deprecated message ([email protected]) | ||
- add more travis checks that mtf command works as expected in clean env (using default config) ([email protected]) | ||
- Do not show log links in case skip or cancel, it does not make sense ([email protected]) | ||
- fix various issues mentioned in issue #201 ([email protected]) | ||
|
||
* Tue Feb 27 2018 Petr Hracek <[email protected]> - 0.8.1-1 | ||
- Print into log if file does not exist, so user is informed ([email protected]) | ||
- Add http check for ADD instruction and support globs ([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