Update to 0.67.0
This commit is contained in:
parent
0315c10112
commit
0a481cdfd9
1
.gitignore
vendored
1
.gitignore
vendored
@ -54,3 +54,4 @@
|
||||
/libdnf-0.64.0.tar.gz
|
||||
/libdnf-0.65.0.tar.gz
|
||||
/libdnf-0.66.0.tar.gz
|
||||
/libdnf-0.67.0.tar.gz
|
||||
|
@ -4,7 +4,7 @@
|
||||
%global dnf_conflict 4.11.0
|
||||
%global swig_version 3.0.12
|
||||
%global libdnf_major_version 0
|
||||
%global libdnf_minor_version 66
|
||||
%global libdnf_minor_version 67
|
||||
%global libdnf_micro_version 0
|
||||
|
||||
%define __cmake_in_source_build 1
|
||||
@ -304,6 +304,13 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu May 05 2022 Jaroslav Rohel <jrohel@redhat.com> - 0.67.0-1
|
||||
- Update to 0.67.0
|
||||
- Add 'loongarch' support
|
||||
- Use dnf solv userdata to check versions and checksum (RhBug:2027445)
|
||||
- context: Substitute all repository config options (RhBug:2076853)
|
||||
- Add more specific error handling for loading repomd and primary
|
||||
|
||||
* Mon Mar 14 2022 Pavla Kratochvilova <pkratoch@redhat.com> - 0.66.0-1
|
||||
- Use `rpmdbCookie` from librpm, remove `hawkey.Sack._rpmdb_version`
|
||||
- Fix handling transaction id in resolveTransactionItemReason (RhBug:2010259,2053014)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libdnf-0.66.0.tar.gz) = a93660aaab92a7133264234adcadbd229654bf315b336ff27b765ab99efa87a7fafede0d4e9a349aa1e81415c5b0ede735fb10ccf0a0150e81b382c67aeab790
|
||||
SHA512 (libdnf-0.67.0.tar.gz) = 485a0a5674cd31dacf28c9a8d3a9a9c29b3c47c4f80286551786aaa1b8186a054ec23b305fb42d69f617c9ac261cad9ac611b5c777b27ede57584ca97bd910e3
|
||||
|
Loading…
Reference in New Issue
Block a user