Update to 4.8.0
This commit is contained in:
parent
7d976af58e
commit
99d3a65a63
1
.gitignore
vendored
1
.gitignore
vendored
@ -145,3 +145,4 @@
|
|||||||
/dnf-4.6.0.tar.gz
|
/dnf-4.6.0.tar.gz
|
||||||
/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
|
||||||
|
15
dnf.spec
15
dnf.spec
@ -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.7.0
|
Version: 4.8.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,17 @@ popd
|
|||||||
%{python3_sitelib}/%{name}/automatic/
|
%{python3_sitelib}/%{name}/automatic/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 15 2021 Pavla Kratochvilova <pkratoch@redhat.com> - 4.8.0-1
|
||||||
|
- Update to 4.8.0
|
||||||
|
- Do not assume that a remote rpm is complete if present
|
||||||
|
- Use positive percentage for "Failed delta RPMs" message
|
||||||
|
- Remove redundant new line in Groups output
|
||||||
|
- Format empty group names outputs to <name-unset>
|
||||||
|
- [doc] Document default colors
|
||||||
|
- Use rpmkeys alone to verify signature
|
||||||
|
- Add dnf.error message to explain rpm.error traceback when package not found after resolving a transaction (RhBug:1815327,1887293,1909845)
|
||||||
|
- Bugs fixed (RhBug:1946975,1955309)
|
||||||
|
|
||||||
* Thu Jun 03 2021 Python Maint <python-maint@redhat.com> - 4.7.0-2
|
* Thu Jun 03 2021 Python Maint <python-maint@redhat.com> - 4.7.0-2
|
||||||
- Rebuilt for Python 3.10
|
- Rebuilt for Python 3.10
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (dnf-4.7.0.tar.gz) = 40bb6371986314ac1e6ef3eb2896a43cab560da850b3ecb37c9cf84143ff8ec6c6f1ee94f1d2bddd31d5399d5672f22828c678c766107d9ab3fd18e2f07232fa
|
SHA512 (dnf-4.8.0.tar.gz) = 37ec2e8a1586760c5cce17011f9ed6eb816101f74e61436374b022ac5b55e3c19fad0d5a036c592f1e8a2163b6b458d29a16341fce083fded5a9694220218be0
|
||||||
|
Loading…
Reference in New Issue
Block a user