From b6f0ea178ea2c34eb5bef052e7a4cb2675d1abfc Mon Sep 17 00:00:00 2001 From: Ales Kozumplik Date: Thu, 8 Nov 2012 15:11:15 +0100 Subject: [PATCH] New upstream version: 5d85f6b --- .gitignore | 1 + dnf.spec | 16 +++++++++++----- sources | 2 +- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 59c93dc..893224b 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /dnf-da60a96.tar.xz /dnf-ea72d9a.tar.xz /dnf-4831982.tar.xz +/dnf-5d85f6b.tar.xz diff --git a/dnf.spec b/dnf.spec index 086bbc0..7a94bd0 100644 --- a/dnf.spec +++ b/dnf.spec @@ -1,10 +1,10 @@ -%global gitrev 4831982 -%global hawkey_version 0.3.0 +%global gitrev 5d85f6b +%global hawkey_version 0.3.1-2.git6f9df85 %global confdir %{_sysconfdir}/dnf Name: dnf Version: 0.2.15 -Release: 2.git%{gitrev}%{?dist} +Release: 3.git%{gitrev}%{?dist} Summary: Package manager forked from Yum, using libsolv as a dependency resolver Group: System Environment/Base # For a breakdown of the licensing, see PACKAGE-LICENSING @@ -18,8 +18,8 @@ BuildRequires: python-nose BuildRequires: python-sphinx BuildRequires: rpm-python BuildRequires: urlgrabber -BuildRequires: python-hawkey >= %{hawkey_version} -Requires: python-hawkey >= %{hawkey_version} +BuildRequires: python-hawkey = %{hawkey_version} +Requires: python-hawkey = %{hawkey_version} Requires: crontabs Requires: libreport-filesystem @@ -52,6 +52,12 @@ make ARGS="-V" test %{_mandir}/man8/dnf.8.gz %changelog +* Wed Nov 8 2012 Aleš Kozumplík - 0.2.15-1.git5d85f6b +- support full NEVRA specification for the erase and install commands. (RhBug: 867553) +- Enable check-update command. (RhBug: 868810) +- Support listing patterned obsoletes. +- fix traceback: list --showduplicates. + * Wed Oct 17 2012 Aleš Kozumplík - 0.2.14-2.git4831982 - works against hawkey-0.3.0 - search: sort so same matched keywords stay next to each other. diff --git a/sources b/sources index 09a5ba7..3efc096 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d3e8729cfdd70ccede598355afd024ea dnf-4831982.tar.xz +de9fd6e77b279f0e2971e089ded7a6bc dnf-5d85f6b.tar.xz