Merge branch 'master' into epel-libmodulemd2
This commit is contained in:
commit
9fe7272cab
3 changed files with 13 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -30,3 +30,4 @@
|
|||
/modulemd-2.2.0.tar.xz
|
||||
/modulemd-2.2.1.tar.xz
|
||||
/modulemd-2.2.2.tar.xz
|
||||
/modulemd-2.2.3.tar.xz
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
%global libmodulemd_version 2.2.2
|
||||
%global libmodulemd_v1_version 1.8.5
|
||||
%global libmodulemd_version 2.2.3
|
||||
%global libmodulemd_v1_version 1.8.6
|
||||
|
||||
Name: libmodulemd
|
||||
Version: %{libmodulemd_version}
|
||||
|
|
@ -87,9 +87,9 @@ export MMD_SKIP_VALGRIND=1
|
|||
export MMD_SKIP_VALGRIND=1
|
||||
%endif
|
||||
|
||||
# Don't run tests on armv7 for now. There are problems with
|
||||
# Don't run tests on ARM for now. There are problems with
|
||||
# performance on the builders and often these time out.
|
||||
%ifnarch %{arm}
|
||||
%ifnarch %{arm} aarch64
|
||||
%meson_test
|
||||
%endif
|
||||
|
||||
|
|
@ -127,6 +127,13 @@ export MMD_SKIP_VALGRIND=1
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Apr 01 2019 Stephen Gallagher <sgallagh@redhat.com> - 2.2.3-1
|
||||
- Update to 2.2.3 and 1.8.6
|
||||
- Fix header issue with ModulemdRpmMapEntry
|
||||
|
||||
* Wed Mar 27 2019 Stephen Gallagher <sgallagh@redhat.com> - 2.2.2-2
|
||||
- Don't run tests on armv7hl/aarch64 since they have timeout problems
|
||||
|
||||
* Wed Mar 27 2019 Stephen Gallagher <sgallagh@redhat.com> - 2.2.2-1
|
||||
- Update to libmodulemd 2.2.2
|
||||
- Add support for python2 on RHEL and Fedora < 31
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (modulemd-2.2.2.tar.xz) = c3f28327a00196d52fa9df0b7b31367e5136b52281826d28167b618d9e051c135b174a1dc3218c1f19fc464884545d16bc86bfc57a3840a73338c002db9e38f1
|
||||
SHA512 (modulemd-2.2.3.tar.xz) = 5a8313c95279c76c01bd0b07e4fe766eff988e44ca0d4f439f163854ba942c0bf4e881043371eb08da12826f6b54224039cd55a59220c3aefab438deaf457664
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue