Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3f4f3cd4fc | |||
| a3d29eef74 | |||
| 3be47d6c62 | |||
| 2238afd687 | |||
| d8668428d8 | |||
| e51e5a69ba | |||
| 502cfa3c19 |
@@ -12,3 +12,6 @@
|
||||
/fmf-0.15.2.tar.gz
|
||||
/fmf-0.16.0.tar.gz
|
||||
/fmf-1.0.0.tar.gz
|
||||
/fmf-1.1.0.tar.gz
|
||||
/fmf-1.2.0.tar.gz
|
||||
/fmf-1.2.1.tar.gz
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: fmf
|
||||
Version: 1.0.0
|
||||
Version: 1.2.1
|
||||
Release: 1%{?dist}
|
||||
|
||||
Summary: Flexible Metadata Format
|
||||
@@ -30,6 +30,7 @@ BuildRequires: python%{python3_pkgversion}-setuptools
|
||||
BuildRequires: python%{python3_pkgversion}-pytest
|
||||
BuildRequires: python%{python3_pkgversion}-ruamel-yaml
|
||||
BuildRequires: python%{python3_pkgversion}-filelock
|
||||
BuildRequires: python%{python3_pkgversion}-jsonschema
|
||||
BuildRequires: git-core
|
||||
%{?python_provide:%python_provide python%{python3_pkgversion}-%{name}}
|
||||
Requires: git-core
|
||||
@@ -76,6 +77,28 @@ install -pm 644 fmf.1* %{buildroot}%{_mandir}/man1
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jul 21 2022 Lukáš Zachar <lzachar@redhat.com> - 1.2.1-1
|
||||
- Retry if shallow clone fails
|
||||
|
||||
* Tue Jul 19 2022 Lukáš Zachar <lzachar@redhat.com> - 1.2.0-1
|
||||
- Shallow git clone if no reference is used
|
||||
- Select by the source of object
|
||||
- Enable the flake8 check, fix detected issues
|
||||
- Make when in adjust optional, add true|false expr.
|
||||
- Version as fmf flag and module attribute
|
||||
|
||||
* Wed Jun 08 2022 Lukáš Zachar <lzachar@redhat.com> - 1.1.0-1
|
||||
- Implement a directive for disabling inheritance
|
||||
- Add support for prepending items during merging
|
||||
- Explicitly convert context value to string
|
||||
- Workaround s390x ruamel read issue
|
||||
- Support reference schemas in validation function
|
||||
- Add JSON Schema validation method
|
||||
- Fixes blocking with symbolic link loops
|
||||
- Use a better way to detect the default git branch
|
||||
- Add unit tests for comma operator in context rules
|
||||
- Add examples demonstrating the context syntax
|
||||
|
||||
* Thu Nov 11 2021 Petr Šplíchal <psplicha@redhat.com> - 1.0.0-1
|
||||
- Migrate yaml parsing to ruamel.yaml
|
||||
- Drop support for Python 2
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@ discover:
|
||||
how: fmf
|
||||
url: https://github.com/psss/tmt
|
||||
ref: fedora
|
||||
filter: 'tier: 1, 2'
|
||||
filter: tier:1
|
||||
prepare:
|
||||
how: install
|
||||
package:
|
||||
|
||||
@@ -1 +1 @@
|
||||
SHA512 (fmf-1.0.0.tar.gz) = b882860067a65b09bd73d1c7038e3bcc5168724cd9404a1be44e8aea097d32278a283578f32fa5f3cecbd2ad3561d8fd936e5cf835d92f34bf5468caeeb6f7db
|
||||
SHA512 (fmf-1.2.1.tar.gz) = 1857ab77a2187df7f92b223b1404478a2217f53ba7a5d16140fda1cd527214fe5df1ebf5ca818a2aae0872568608c0c69e2b16aa3d2252d2fdcd533b2d828d27
|
||||
|
||||
Reference in New Issue
Block a user