Update to 4.6.0
This commit is contained in:
parent
49045095ec
commit
67f1214966
1
.gitignore
vendored
1
.gitignore
vendored
@ -142,3 +142,4 @@
|
|||||||
/dnf-4.4.2.tar.gz
|
/dnf-4.4.2.tar.gz
|
||||||
/dnf-4.5.1.tar.gz
|
/dnf-4.5.1.tar.gz
|
||||||
/dnf-4.5.2.tar.gz
|
/dnf-4.5.2.tar.gz
|
||||||
|
/dnf-4.6.0.tar.gz
|
||||||
|
26
dnf.spec
26
dnf.spec
@ -2,7 +2,7 @@
|
|||||||
%undefine __cmake_in_source_build
|
%undefine __cmake_in_source_build
|
||||||
|
|
||||||
# default dependencies
|
# default dependencies
|
||||||
%global hawkey_version 0.55.1
|
%global hawkey_version 0.57.0
|
||||||
%global libcomps_version 0.1.8
|
%global libcomps_version 0.1.8
|
||||||
%global libmodulemd_version 2.9.3
|
%global libmodulemd_version 2.9.3
|
||||||
%global rpm_version 4.14.0
|
%global rpm_version 4.14.0
|
||||||
@ -84,8 +84,8 @@
|
|||||||
It supports RPMs, modules and comps groups & environments.
|
It supports RPMs, modules and comps groups & environments.
|
||||||
|
|
||||||
Name: dnf
|
Name: dnf
|
||||||
Version: 4.5.2
|
Version: 4.6.0
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: %{pkg_summary}
|
Summary: %{pkg_summary}
|
||||||
# For a breakdown of the licensing, see PACKAGE-LICENSING
|
# For a breakdown of the licensing, see PACKAGE-LICENSING
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -502,6 +502,26 @@ ln -sr %{buildroot}%{confdir}/vars %{buildroot}%{_sysconfdir}/yum/vars
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 28 2021 Nicola Sella <nsella@redhat.com> - 4.6.0-1
|
||||||
|
- Update to 4.6.0
|
||||||
|
- Log scriptlets output also for API users (RhBug:1847340)
|
||||||
|
- Fix module remove --all when no match spec (RhBug:1904490)
|
||||||
|
- yum.misc.decompress() to handle uncompressed files (RhBug:1895059)
|
||||||
|
- Make an error message more informative (RhBug:1814831)
|
||||||
|
- Add deprecation notice to help messages of deplist
|
||||||
|
- Remove Base._history_undo_operations() as it was replaced with transaction_sr code
|
||||||
|
- cli/output: Return number of listed packages from listPkgs()
|
||||||
|
- Clean up history command error handling
|
||||||
|
- [doc] Describe install with just a name and obsoletes (RhBug:1902279)
|
||||||
|
- Add api function fill_sack_from_repos_in_cache to allow loading a repo cache with repomd and (solv file or primary xml) only (RhBug:1865803)
|
||||||
|
- Packages installed/removed via DNF API are logged into dnf.log (RhBug:1855158)
|
||||||
|
- Support comps groups in history redo (RhBug:1657123,1809565,1809639)
|
||||||
|
- Support comps groups in history rollback (RhBug:1657123,1809565,1809639)
|
||||||
|
- Support comps groups in history undo (RhBug:1657123,1809565,1809639)
|
||||||
|
- New optional parameter for filter_modules enables following modular obsoletes based on a config option module_obsoletes
|
||||||
|
- Add get_header() method to the Package class (RhBug:1876606)
|
||||||
|
- Fix documentation of globs not supporting curly brackets (RhBug:1913418)
|
||||||
|
|
||||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.5.2-2
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.5.2-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (dnf-4.5.2.tar.gz) = 534811b5c0e6b519f28dd1063e9a4283d048e32196b3b265f30e838971f690a0489a4e30755518f854c1bd116d5ca3b17542d291b665ffdad0d37af8855a7cdf
|
SHA512 (dnf-4.6.0.tar.gz) = 1767f0ec6b29b76d492d8176aeaeb6caf03867647d85884d9b36e10c63f468440a369493fd3457ed629e868a068d090e6f699831c5c37b10fbed63bd795beefe
|
||||||
|
Loading…
Reference in New Issue
Block a user