Update to 4.14.0
This commit is contained in:
parent
6ea2fb74aa
commit
5cca6c0cdf
1
.gitignore
vendored
1
.gitignore
vendored
@ -152,3 +152,4 @@
|
||||
/dnf-4.11.1.tar.gz
|
||||
/dnf-4.12.0.tar.gz
|
||||
/dnf-4.13.0.tar.gz
|
||||
/dnf-4.14.0.tar.gz
|
||||
|
19
dnf.spec
19
dnf.spec
@ -65,8 +65,8 @@
|
||||
It supports RPMs, modules and comps groups & environments.
|
||||
|
||||
Name: dnf
|
||||
Version: 4.13.0
|
||||
Release: 3%{?dist}
|
||||
Version: 4.14.0
|
||||
Release: 1%{?dist}
|
||||
Summary: %{pkg_summary}
|
||||
# For a breakdown of the licensing, see PACKAGE-LICENSING
|
||||
License: GPLv2+
|
||||
@ -359,6 +359,21 @@ popd
|
||||
%{python3_sitelib}/%{name}/automatic/
|
||||
|
||||
%changelog
|
||||
* Fri Sep 09 2022 Jaroslav Rohel <jrohel@redhat.com> - 4.14.0-1
|
||||
- Update to 4.14.0
|
||||
- doc: Describe how gpg keys are stored for `repo_ggpcheck` (RhBug:2020678)
|
||||
- Set default value for variable to prevent crash (RhBug:2091636)
|
||||
- Add only relevant pkgs to upgrade transaction (RhBug:2097757)
|
||||
- Use `installed_all` because `installed_query` is filtered user input
|
||||
- Don't include resolved advisories for obsoletes filtering with security filters (RhBug:2101421)
|
||||
- Allow passing plugin parameters with dashes in names (RhBug:1980712)
|
||||
- Fix upgrade from file to noarch pkg (RhBug:2006018)
|
||||
- Translations update
|
||||
- Expose plugin unload method to API (RhBug:2047251)
|
||||
- Add support for group upgrade rollback (RhBug:2016070)
|
||||
- Fix broken dependencies error reporting (RhBug:2088422)
|
||||
- Add doc related to --destdir and --downloadonly options (RhBug:2100811)
|
||||
|
||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.13.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dnf-4.13.0.tar.gz) = 58ab1c4d71ec1d29ca2f2243a3a2caa388415c803382f6c4c2424887a48f048120e269744fd26eb4e7146153415683b40022dadd4ad6ae433bf657b4d9eaefe3
|
||||
SHA512 (dnf-4.14.0.tar.gz) = e0ce935acf028816b203a075628b55c0adf30a50c5b9caf1b94a15629877b91fc8ba35885bc162de43c51812ed10804f6ade58907e3d0750e9ebca733d41e839
|
||||
|
Loading…
Reference in New Issue
Block a user