Update to 2.7.5
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
This commit is contained in:
parent
559d06e0c9
commit
59848d2f76
1
.gitignore
vendored
1
.gitignore
vendored
@ -103,3 +103,4 @@
|
||||
/dnf-2.7.2.tar.gz
|
||||
/dnf-2.7.3.tar.gz
|
||||
/dnf-2.7.4.tar.gz
|
||||
/dnf-2.7.5.tar.gz
|
||||
|
7
dnf.spec
7
dnf.spec
@ -50,7 +50,7 @@
|
||||
%global _docdir_fmt %{name}
|
||||
|
||||
Name: dnf
|
||||
Version: 2.7.4
|
||||
Version: 2.7.5
|
||||
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,11 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Oct 18 2017 Igor Gnatenko <ignatenko@redhat.com> - 2.7.5-1
|
||||
- Improve performance for excludes and includes handling (RHBZ #1500361)
|
||||
- Fixed problem of handling checksums for local repositories (RHBZ #1502106)
|
||||
- Fix traceback when using dnf.Base.close() (RHBZ #1503575)
|
||||
|
||||
* 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
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dnf-2.7.4.tar.gz) = 7f2abdc661e14cc2151fde7393e3e593641a1c9353e6507d6c62d28f2cec2cfabf31aa98538c63b7a8eef1ec6d67675c5a6441d202dc3d8e2c7f51613e00314d
|
||||
SHA512 (dnf-2.7.5.tar.gz) = ef40385b48084d2b3b5711cf06f5080be5a16f44d6c30fd48a2691346fe4b5c6a1afce8b722b9fef8322f49c2eab871a7ad3a4cc649b023f18722efc1e805f90
|
||||
|
Loading…
Reference in New Issue
Block a user