From f9cdf97a9c06c8d42a29ca79405a97cd20512304 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0pl=C3=ADchal?= Date: Fri, 29 Sep 2023 21:00:12 +0200 Subject: [PATCH] Release fmf-1.3.0 --- README.rst | 3 ++- fmf.spec | 17 ++++++++++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 26b5cc44..4b933b22 100644 --- a/README.rst +++ b/README.rst @@ -194,7 +194,8 @@ Authors Petr Šplíchal, Miro Hrončok, Jakub Krysl, Jan Ščotka, Alois Mahdal, Cleber Rosa, Miroslav Vadkerti, Lukáš Zachar, František -Nečas, Evgeny Fedin and Pablo Martin. +Nečas, Evgeny Fedin, Pablo Martin, Zhaojuan Guo, Laura Barcziová, +Petr Matyáš and Filip Vágner. Copyright diff --git a/fmf.spec b/fmf.spec index 8bfdcaf6..2db2ee00 100644 --- a/fmf.spec +++ b/fmf.spec @@ -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 - 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 - 1.2.1-1 - Retry if shallow clone fails