Update to 4.2.21
This commit is contained in:
parent
11b22b5f8f
commit
fba4b612d0
1
.gitignore
vendored
1
.gitignore
vendored
@ -136,3 +136,4 @@
|
||||
/dnf-4.2.17.tar.gz
|
||||
/dnf-4.2.18.tar.gz
|
||||
/dnf-4.2.19.tar.gz
|
||||
/dnf-4.2.21.tar.gz
|
||||
|
20
dnf.spec
20
dnf.spec
@ -1,5 +1,5 @@
|
||||
# default dependencies
|
||||
%global hawkey_version 0.45.0
|
||||
%global hawkey_version 0.46.2
|
||||
%global libcomps_version 0.1.8
|
||||
%global libmodulemd_version 1.4.0
|
||||
%global rpm_version 4.14.0
|
||||
@ -81,7 +81,7 @@
|
||||
It supports RPMs, modules and comps groups & environments.
|
||||
|
||||
Name: dnf
|
||||
Version: 4.2.19
|
||||
Version: 4.2.21
|
||||
Release: 1%{?dist}
|
||||
Summary: %{pkg_summary}
|
||||
# For a breakdown of the licensing, see PACKAGE-LICENSING
|
||||
@ -506,6 +506,22 @@ ln -sr %{buildroot}%{confdir}/vars %{buildroot}%{_sysconfdir}/yum/vars
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Apr 01 2020 Aleš Matěj <amatej@redhat.com> - 4.2.21-1
|
||||
- Update to 4.2.21
|
||||
- Fix completion helper if solv files not in roon cache (RhBug:1714376)
|
||||
- Add bash completion for 'dnf module' (RhBug:1565614)
|
||||
- Check command no longer reports missing %pre and %post deps (RhBug:1543449)
|
||||
- Check if arguments can be encoded in 'utf-8'
|
||||
- [doc] Remove incorrect information about includepkgs (RhBug:1813460)
|
||||
- Fix crash with "dnf -d 6 repolist" (RhBug:1812682)
|
||||
- Do not print the first empty line for repoinfo
|
||||
- Redirect logger and repo download progress when --verbose
|
||||
- Respect repo priority when listing packages (RhBug:1800342)
|
||||
- [doc] Document that list and info commands respect repo priority
|
||||
- [repoquery] Do not protect running kernel for --unsafisfied (RhBug:1750745)
|
||||
- Remove misleading green color from the "broken dependencies" lines (RhBug:1814192)
|
||||
- [doc] Document color options
|
||||
|
||||
* Mon Feb 24 2020 Aleš Matěj <amatej@redhat.com> - 4.2.19-1
|
||||
- List arguments: only first empty value is used (RhBug:1788154)
|
||||
- Report missing profiles or default as broken module (RhBug:1790967)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dnf-4.2.19.tar.gz) = c5af79ac8f273b7a7bc3b48eb9237287c0496614efe9c7fcf2f595a7db1b208176394ea63ed8eed6faf1ee85f605105b7d4243269ef6a9af1ea5fa50927a90da
|
||||
SHA512 (dnf-4.2.21.tar.gz) = ded56a1f03db4ed64821825c33e3a2c374d67467ab1b76858183d44aa16dd0f6f944e1383c992208488bb72ac4ad458ab842b7d8e80dd4959466a7c8a3d69072
|
||||
|
Loading…
Reference in New Issue
Block a user