New version: 3a22891

This commit is contained in:
Jan Silhan 2015-02-09 11:15:08 +01:00
parent 70404f9a6f
commit 18047e8dcd
3 changed files with 10 additions and 8 deletions

1
.gitignore vendored
View File

@ -71,3 +71,4 @@
/dnf-84ccd1a.tar.xz
/dnf-a7e0aa1.tar.xz
/dnf-13dce34.tar.xz
/dnf-3a22891.tar.xz

View File

@ -1,8 +1,8 @@
%global gitrev 13dce34
%global hawkey_version 0.5.3
%global librepo_version 1.7.5
%global libcomps_version 0.1.6
%global rpm_version 4.12.0
%{!?gitrev: %global gitrev 3a22891}
%{!?hawkey_version: %global hawkey_version 0.5.3}
%{!?librepo_version: %global librepo_version 1.7.5}
%{!?libcomps_version: %global libcomps_version 0.1.6}
%{!?rpm_version: %global rpm_version 4.12.0}
%global confdir %{_sysconfdir}/dnf
@ -12,7 +12,7 @@
Name: dnf
Version: 0.6.4
Release: 1%{?dist}
Release: 1%{?snapshot}%{?dist}
Summary: Package manager forked from Yum, using libsolv as a dependency resolver
# For a breakdown of the licensing, see PACKAGE-LICENSING
License: GPLv2+ and GPLv2 and GPL
@ -200,6 +200,8 @@ popd
%changelog
* Wed Feb 4 2015 Jan Silhan <jsilhan@redhat.com> - 0.6.4-1
- Adapt to librepo-1.7.13, metalink and mirrorlist are not loaded anymore when the repo is local. (Radek Holy)
- not raises value error when no metadata exist (Jan Silhan)
- Remove lock files during boot (RhBug:1154476) (Michal Luscon)
- doc: groups are ordered not categories (Jan Silhan)
- doc: added Package attributes to API (Jan Silhan)
@ -836,4 +838,3 @@ popd
- refactor: Move MockBase methods to BaseStubMixin. (Radek Holy)
- refactor: Move repo-pkgs info to a standalone class instead of reusing the InfoCommand. (Radek Holy)
- refactor: Move InfoCommand._print_packages to BaseCli.output_packages. (Radek Holy)

View File

@ -1 +1 @@
8517fdc71d2d0a14165fc15d06f196b2 dnf-13dce34.tar.xz
a69d37c96b24db9e35e09148372dbc37 dnf-3a22891.tar.xz