Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/libdnf.git#86812ba4314196bf3f35d0ac02befa0b008f9ab9
This commit is contained in:
parent
a915b75fe6
commit
94a11a52ee
1
.gitignore
vendored
1
.gitignore
vendored
@ -45,3 +45,4 @@
|
||||
/libdnf-0.47.0.tar.gz
|
||||
/libdnf-0.48.0.tar.gz
|
||||
/libdnf-0.54.2.tar.gz
|
||||
/libdnf-0.55.0.tar.gz
|
||||
|
14
libdnf.spec
14
libdnf.spec
@ -4,8 +4,8 @@
|
||||
%global dnf_conflict 4.3.0
|
||||
%global swig_version 3.0.12
|
||||
%global libdnf_major_version 0
|
||||
%global libdnf_minor_version 54
|
||||
%global libdnf_micro_version 2
|
||||
%global libdnf_minor_version 55
|
||||
%global libdnf_micro_version 0
|
||||
|
||||
%define __cmake_in_source_build 1
|
||||
|
||||
@ -308,6 +308,16 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon 23 Nov 2020 Nicola Sella <nsella@redhat.com> - 0.55.0-1
|
||||
- Update to 0.55.0
|
||||
- Add vendor to dnf API (RhBug:1876561)
|
||||
- Add formatting function for solver error
|
||||
- Add error types in ModulePackageContainer
|
||||
- Implement module enable for context part
|
||||
- Improve string formatting for translation
|
||||
- Remove redundant printf and change logging info to notice (RhBug:1827424)
|
||||
- Add allow_vendor_change option (RhBug:1788371) (RhBug:1788371)
|
||||
|
||||
* Thu Oct 29 2020 Adam Williamson <awilliam@redhat.com> - 0.54.2-3
|
||||
- Rebuild to keep NVR ahead of Fedora 32
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libdnf-0.54.2.tar.gz) = 1d21440d528b69a4c2865c42dae6d2b001ddd16bc96138a6e2268869831530d6f2c140f6a30baf0bd2a448315fcb04dc3a042889d9b64ca40af5b4e06ebd2196
|
||||
SHA512 (libdnf-0.55.0.tar.gz) = 79508f0f223140e73cd908af0f410c8a0da1e46433a2da1e6c5e1df574090fae62f40513bbcf11442a37ab747b98a4c1e0bc56dad992a1c412acdfc3eb9e822d
|
||||
|
Loading…
Reference in New Issue
Block a user