Update to 4.15.0
This commit is contained in:
parent
ddea49f932
commit
e4a99460ac
1
.gitignore
vendored
1
.gitignore
vendored
@ -153,3 +153,4 @@
|
||||
/dnf-4.12.0.tar.gz
|
||||
/dnf-4.13.0.tar.gz
|
||||
/dnf-4.14.0.tar.gz
|
||||
/dnf-4.15.0.tar.gz
|
||||
|
24
dnf.spec
24
dnf.spec
@ -65,11 +65,11 @@
|
||||
It supports RPMs, modules and comps groups & environments.
|
||||
|
||||
Name: dnf
|
||||
Version: 4.14.0
|
||||
Release: 2%{?dist}
|
||||
Version: 4.15.0
|
||||
Release: 1%{?dist}
|
||||
Summary: %{pkg_summary}
|
||||
# For a breakdown of the licensing, see PACKAGE-LICENSING
|
||||
License: GPLv2+
|
||||
License: GPL-2.0-or-later AND GPL-1.0-only
|
||||
URL: https://github.com/rpm-software-management/dnf
|
||||
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
@ -359,6 +359,24 @@ popd
|
||||
%{python3_sitelib}/%{name}/automatic/
|
||||
|
||||
%changelog
|
||||
* Thu Apr 06 2023 Jan Kolarik <jkolarik@redhat.com> - 4.15.0-1
|
||||
- Update to 4.15.0
|
||||
- Add reboot option to DNF Automatic (RhBug:2124793)
|
||||
- Add support for rollback of group upgrade rollback (RhBug:2016070)
|
||||
- Omit src RPMs from check-update (RhBug:2151910)
|
||||
- repoquery: Properly sanitize queryformat strings (RhBug:2140884)
|
||||
- Don't double-encode RPM URLs passed on CLI (RhBug:2103015)
|
||||
- Allow passing CLI options when loading remote cfg (RhBug:2060127)
|
||||
- Ignore processing variable files with unsupported encoding (RhBug:2141215)
|
||||
- Fix AttributeError when IO busy and press ctrl+c (RhBug:2172433)
|
||||
- cli: Allow = in setopt values
|
||||
- Mark strftime format specifiers for translation
|
||||
- Unload plugins upon their deletion
|
||||
- Fixes in docs and help command
|
||||
- Fix plugins unit tests
|
||||
- Add unit tests for dnf mark
|
||||
- smtplib: catch OSError, not SMTPException
|
||||
|
||||
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.14.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dnf-4.14.0.tar.gz) = e0ce935acf028816b203a075628b55c0adf30a50c5b9caf1b94a15629877b91fc8ba35885bc162de43c51812ed10804f6ade58907e3d0750e9ebca733d41e839
|
||||
SHA512 (dnf-4.15.0.tar.gz) = d8cb07647c18e99e407674607d96501b345a589342ed015fd1fb25f3ab4dadfef60ebf73cc8e0e84d07023d9132f0929ca7304250c91f440c00a40d4d036b4aa
|
||||
|
Loading…
Reference in New Issue
Block a user