Update to 4.9.0
This commit is contained in:
parent
5cca6316ed
commit
be3186381f
1
.gitignore
vendored
1
.gitignore
vendored
@ -146,3 +146,4 @@
|
|||||||
/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.8.0.tar.gz
|
/dnf-4.8.0.tar.gz
|
||||||
|
/dnf-4.9.0.tar.gz
|
||||||
|
14
dnf.spec
14
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.64.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.8.0
|
Version: 4.9.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+
|
||||||
@ -361,6 +361,14 @@ popd
|
|||||||
%{python3_sitelib}/%{name}/automatic/
|
%{python3_sitelib}/%{name}/automatic/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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)
|
||||||
|
- 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
|
||||||
|
- Documentation inprovements - bugs: 1938352, 1993899, 1963704
|
||||||
|
|
||||||
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.8.0-2
|
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.8.0-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (dnf-4.8.0.tar.gz) = 37ec2e8a1586760c5cce17011f9ed6eb816101f74e61436374b022ac5b55e3c19fad0d5a036c592f1e8a2163b6b458d29a16341fce083fded5a9694220218be0
|
SHA512 (dnf-4.9.0.tar.gz) = f6bc818f420a0233afd6deced5bf7dfbb25dd9acbd8be17cc5a5b0d75df8efa321d1e8c0cd829505015ff0df637fdb0007df62fab8f0c83055ef8110de556ad0
|
||||||
|
Loading…
Reference in New Issue
Block a user