forked from rpm-software-management/dnf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Igor Gnatenko <[email protected]>
- Loading branch information
Igor Gnatenko
committed
Oct 18, 2017
1 parent
f71e3f4
commit 564c446
Showing
2 changed files
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
SET(DNF_VERSION "2.7.4") | ||
SET(DNF_VERSION "2.7.5") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,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 | ||
|
@@ -372,6 +372,11 @@ popd | |
%endif | ||
|
||
%changelog | ||
* Wed Oct 18 2017 Igor Gnatenko <[email protected]> - 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 <[email protected]> - 2.7.4-1 | ||
- Update to 2.7.4-1 | ||
- Enhanced performance for excludes and includes handling | ||
|