We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcc6bf9 commit 4f7b9b7Copy full SHA for 4f7b9b7
fmf.spec
@@ -1,5 +1,5 @@
1
Name: fmf
2
-Version: 1.1.0
+Version: 1.2.0
3
Release: 1%{?dist}
4
5
Summary: Flexible Metadata Format
@@ -77,6 +77,13 @@ install -pm 644 fmf.1* %{buildroot}%{_mandir}/man1
77
78
79
%changelog
80
+* Tue Jul 19 2022 Lukáš Zachar <lzachar@redhat.com> - 1.2.0-1
81
+- Shallow git clone if no reference is used
82
+- Select by the source of object
83
+- Enable the flake8 check, fix detected issues
84
+- Make when in adjust optional, add true|false expr.
85
+- Version as fmf flag and module attribute
86
+
87
* Wed Jun 08 2022 Lukáš Zachar <lzachar@redhat.com> - 1.1.0-1
88
- Implement a directive for disabling inheritance
89
- Add support for prepending items during merging
0 commit comments