Update to 4.10.0
Resolves: rhbz#2006670 Resolves: rhbz#2005305 Resolves: rhbz#2003025
This commit is contained in:
parent
56855d6a72
commit
ea5d4f26ed
1
.gitignore
vendored
1
.gitignore
vendored
@ -145,3 +145,4 @@
|
|||||||
/dnf-4.6.0.tar.gz
|
/dnf-4.6.0.tar.gz
|
||||||
/dnf-4.6.1.tar.gz
|
/dnf-4.6.1.tar.gz
|
||||||
/dnf-4.7.0.tar.gz
|
/dnf-4.7.0.tar.gz
|
||||||
|
/dnf-4.10.0.tar.gz
|
||||||
|
25
dnf.spec
25
dnf.spec
@ -2,7 +2,7 @@
|
|||||||
%define __cmake_in_source_build 1
|
%define __cmake_in_source_build 1
|
||||||
|
|
||||||
# default dependencies
|
# default dependencies
|
||||||
%global hawkey_version 0.61.1
|
%global hawkey_version 0.65.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
|
||||||
@ -65,8 +65,8 @@
|
|||||||
It supports RPMs, modules and comps groups & environments.
|
It supports RPMs, modules and comps groups & environments.
|
||||||
|
|
||||||
Name: dnf
|
Name: dnf
|
||||||
Version: 4.7.0
|
Version: 4.10.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+
|
||||||
@ -370,6 +370,25 @@ popd
|
|||||||
%{python3_sitelib}/%{name}/automatic/
|
%{python3_sitelib}/%{name}/automatic/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 25 2021 Pavla Kratochvilova <pkratoch@redhat.com> - 4.10.0-1
|
||||||
|
- Update to 4.10.0
|
||||||
|
- Do not assume that a remote rpm is complete if present
|
||||||
|
- Use positive percentage for "Failed delta RPMs" message
|
||||||
|
- Remove redundant new line in Groups output
|
||||||
|
- Format empty group names outputs to <name-unset>
|
||||||
|
- [doc] Document default colors
|
||||||
|
- Use rpmkeys alone to verify signature
|
||||||
|
- Add dnf.error message to explain rpm.error traceback when package not found after resolving a transaction (RhBug:1815327,1887293,1909845)
|
||||||
|
- [API] Add method "set_or_append_opt_value" to BaseConfig (RhBug:1967925)
|
||||||
|
- Add aliases for commands: info, updateinfo, provides (RhBug:1938333)
|
||||||
|
- Add report about demodularized rpms into module info (RhBug:1805260)
|
||||||
|
- Remove DNSSEC errors on COPR group email keys
|
||||||
|
- Add support for autodetecting packages to be excluded from being installed as weak dependencies (RhBug:1699672)
|
||||||
|
- Add support for excluding packages to be installed as weak dependencies (RhBug:1699672)
|
||||||
|
- Add fail_fast parameter to download_payloads methods for use in reposync
|
||||||
|
- Acquire all relevant locks during "dnf clean"
|
||||||
|
- API: Raise CompsError when group/env not found in install_group and install_environment (RhBug:1947958)
|
||||||
|
|
||||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 4.7.0-2
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 4.7.0-2
|
||||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
Related: rhbz#1991688
|
Related: rhbz#1991688
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (dnf-4.7.0.tar.gz) = 40bb6371986314ac1e6ef3eb2896a43cab560da850b3ecb37c9cf84143ff8ec6c6f1ee94f1d2bddd31d5399d5672f22828c678c766107d9ab3fd18e2f07232fa
|
SHA512 (dnf-4.10.0.tar.gz) = 7fddfd0ec0c37ea06f674820d1b5bcf8052420670dca9d28810193eb8f380fb5d5a642650785eaf10868b2bdb603002c46e86503b46e65e0c2940033d801e78f
|
||||||
|
Loading…
Reference in New Issue
Block a user