Update to 2.7.4-1
This commit is contained in:
parent
e3b4dd9074
commit
559d06e0c9
1
.gitignore
vendored
1
.gitignore
vendored
@ -102,3 +102,4 @@
|
||||
/dnf-2.6.3.tar.gz
|
||||
/dnf-2.7.2.tar.gz
|
||||
/dnf-2.7.3.tar.gz
|
||||
/dnf-2.7.4.tar.gz
|
||||
|
12
dnf.spec
12
dnf.spec
@ -50,7 +50,7 @@
|
||||
%global _docdir_fmt %{name}
|
||||
|
||||
Name: dnf
|
||||
Version: 2.7.3
|
||||
Version: 2.7.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Package manager forked from Yum, using libsolv as a dependency resolver
|
||||
# For a breakdown of the licensing, see PACKAGE-LICENSING
|
||||
@ -523,6 +523,16 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Oct 16 2017 Jaroslav Mracek <jmracek@redhat.com> - 2.7.4-1
|
||||
- Update to 2.7.4-1
|
||||
- Enhanced performance for excludes and includes handling
|
||||
- Solved memory leaks at time of closing of dnf.Base()
|
||||
- Resolves: rhbz#1480979 - I thought it abnormal that dnf crashed.
|
||||
- Resolves: rhbz#1461423 - Memory leak in python-dnf
|
||||
- Resolves: rhbz#1499564 - dnf list installed crashes
|
||||
- Resolves: rhbz#1499534 - dnf-2 is much slower than dnf-1 when handling groups
|
||||
- Resolves: rhbz#1499623 - Mishandling stderr vs stdout (dnf search, dnf repoquery)
|
||||
|
||||
* Fri Oct 06 2017 Igor Gnatenko <ignatenko@redhat.com> - 2.7.3-1
|
||||
- Fix URL detection (RHBZ #1472847)
|
||||
- Do not remove downloaded files with --destdir option (RHBZ #1498426)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dnf-2.7.3.tar.gz) = 82fb9994cef2e3c6255486fa9e854d84c7e44560a5e4f12d850583617514ec282c37d638cbc66620380677f88662c4dcdbd17f4b68c59ab70856855867fb8bf1
|
||||
SHA512 (dnf-2.7.4.tar.gz) = 7f2abdc661e14cc2151fde7393e3e593641a1c9353e6507d6c62d28f2cec2cfabf31aa98538c63b7a8eef1ec6d67675c5a6441d202dc3d8e2c7f51613e00314d
|
||||
|
Loading…
Reference in New Issue
Block a user