-
Notifications
You must be signed in to change notification settings - Fork 28
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
2 changed files
with
18 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
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: fmf | ||
Version: 1.2.1 | ||
Version: 1.3.0 | ||
Release: 1%{?dist} | ||
|
||
Summary: Flexible Metadata Format | ||
|
@@ -77,6 +77,21 @@ install -pm 644 fmf.1* %{buildroot}%{_mandir}/man1 | |
|
||
|
||
%changelog | ||
* Fri Sep 29 2023 Petr Šplíchal <[email protected]> - 1.3.0-1 | ||
- Allow case-insensitive context matching | ||
- Move the copr repository to the `teemtee` group | ||
- Fix missing file require for unit tests | ||
- Add callback to adjust() to make it observable by callers | ||
- Drop support for `el-8` and `python-3.6` | ||
- Fix docs building on readthedocs | ||
- Install `yq` needed for `tmt` integration tests | ||
- Include `srpm_build_deps` in the packit config | ||
- Remove `metadata` from Packit config | ||
- Add missing build job to Packit config | ||
- Update pre-commit checks to the latest versions | ||
- Require `fmf` in tests, remove obsolete coverage | ||
- Fix a typo in the merging minus sign documentation | ||
|
||
* Thu Jul 21 2022 Lukáš Zachar <[email protected]> - 1.2.1-1 | ||
- Retry if shallow clone fails | ||
|
||
|