Update to 4.10.0
This commit is contained in:
parent
be3186381f
commit
1afe0fda13
1
.gitignore
vendored
1
.gitignore
vendored
@ -147,3 +147,4 @@
|
||||
/dnf-4.7.0.tar.gz
|
||||
/dnf-4.8.0.tar.gz
|
||||
/dnf-4.9.0.tar.gz
|
||||
/dnf-4.10.0.tar.gz
|
||||
|
12
dnf.spec
12
dnf.spec
@ -2,7 +2,7 @@
|
||||
%define __cmake_in_source_build 1
|
||||
|
||||
# default dependencies
|
||||
%global hawkey_version 0.64.0
|
||||
%global hawkey_version 0.65.0
|
||||
%global libcomps_version 0.1.8
|
||||
%global libmodulemd_version 2.9.3
|
||||
%global rpm_version 4.14.0
|
||||
@ -65,7 +65,7 @@
|
||||
It supports RPMs, modules and comps groups & environments.
|
||||
|
||||
Name: dnf
|
||||
Version: 4.9.0
|
||||
Version: 4.10.0
|
||||
Release: 1%{?dist}
|
||||
Summary: %{pkg_summary}
|
||||
# For a breakdown of the licensing, see PACKAGE-LICENSING
|
||||
@ -361,6 +361,14 @@ popd
|
||||
%{python3_sitelib}/%{name}/automatic/
|
||||
|
||||
%changelog
|
||||
* Thu Oct 21 2021 Pavla Kratochvilova <pkratoch@redhat.com> - 4.10.0-1
|
||||
- Update to 4.10.0
|
||||
- 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)
|
||||
|
||||
* Thu Sep 23 2021 Pavla Kratochvilova <pkratoch@redhat.com> - 4.9.0-1
|
||||
- Update to 4.9.0
|
||||
- [API] Add method "set_or_append_opt_value" to BaseConfig (RhBug:1967925)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dnf-4.9.0.tar.gz) = f6bc818f420a0233afd6deced5bf7dfbb25dd9acbd8be17cc5a5b0d75df8efa321d1e8c0cd829505015ff0df637fdb0007df62fab8f0c83055ef8110de556ad0
|
||||
SHA512 (dnf-4.10.0.tar.gz) = 7fddfd0ec0c37ea06f674820d1b5bcf8052420670dca9d28810193eb8f380fb5d5a642650785eaf10868b2bdb603002c46e86503b46e65e0c2940033d801e78f
|
||||
|
Loading…
Reference in New Issue
Block a user