Update to 0.47.0
This commit is contained in:
parent
5d9e345de0
commit
5dceab854e
2
.gitignore
vendored
2
.gitignore
vendored
@ -41,3 +41,5 @@
|
||||
/libdnf-0.39.1.tar.gz
|
||||
/libdnf-0.43.1.tar.gz
|
||||
/libdnf-0.45.0.tar.gz
|
||||
/libdnf-0.46.2.tar.gz
|
||||
/libdnf-0.47.0.tar.gz
|
||||
|
22
libdnf.spec
22
libdnf.spec
@ -1,10 +1,10 @@
|
||||
%global libsolv_version 0.7.7
|
||||
%global libmodulemd_version 2.5.0
|
||||
%global librepo_version 1.11.0
|
||||
%global librepo_version 1.11.3
|
||||
%global dnf_conflict 4.2.13
|
||||
%global swig_version 3.0.12
|
||||
%global libdnf_major_version 0
|
||||
%global libdnf_minor_version 45
|
||||
%global libdnf_minor_version 47
|
||||
%global libdnf_micro_version 0
|
||||
|
||||
# set sphinx package name according to distro
|
||||
@ -293,6 +293,24 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Apr 01 2020 Ales Matej <amatej@redhat.com> - 0.47.0-1
|
||||
- Update to 0.47.0
|
||||
- Add prereq_ignoreinst & regular_requires properties for pkg (RhBug:1543449)
|
||||
- Reset active modules when no module enabled or default (RhBug:1767351)
|
||||
- Add comment option to transaction (RhBug:1773679)
|
||||
- Failing to get module defauls is a recoverable error
|
||||
- Baseurl is not exclusive with mirrorlist/metalink (RhBug: 1775184)
|
||||
- Add new function to reset all modules in C API (dnf_context_reset_all_modules)
|
||||
- [context] Fix to preserve additionalMetadata content (RhBug:1808677)
|
||||
- Fix filtering of DepSolvables with source rpms (RhBug:1812596)
|
||||
- Add setter for running kernel protection setting
|
||||
- Handle situation when an unprivileged user cannot create history database (RhBug:1634385)
|
||||
- Add query filter: latest by priority
|
||||
- Add DNF_NO_PROTECTED flag to allow empty list of protected packages
|
||||
- Remove 'dim' option from terminal colors to make them more readable (RhBug:1807774,1814563)
|
||||
- [context] Error when main config file can't be opened (RhBug:1794864)
|
||||
- [context] Add function function dnf_context_is_set_config_file_path
|
||||
|
||||
* Mon Feb 24 2020 Ales Matej <amatej@redhat.com> - 0.45.0-1
|
||||
- Config options: only first empty value clears existing (RhBug:1788154)
|
||||
- Make parsing of reldeps more strict (RhBug:1788107)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libdnf-0.45.0.tar.gz) = c525d3c2ff100c5c1a6d28dbe6f7163702edd6fb60ab00437be8cf155ba3b8400e8cc3c8cbf10876d302fff62fffbac3c42440d86c00369fb7c21f658699646a
|
||||
SHA512 (libdnf-0.47.0.tar.gz) = 6e1f602d790c5f72ba939b56231d822fc987400762013f47bcc1e7e6119885e4c3158cbdbce7355351c24765041bc56491faa400736f6934905b4c2ee8148bdb
|
||||
|
Loading…
Reference in New Issue
Block a user