[dnf/f18] New upstream version: ea72d9a

Ales Kozumplik akozumpl at fedoraproject.org
Wed Oct 17 13:29:16 UTC 2012


commit 9dfef7f4a4ad574aff8ed8e3ad44851c0622baa8
Author: Ales Kozumplik <ales at redhat.com>
Date:   Wed Oct 17 15:27:26 2012 +0200

    New upstream version: ea72d9a

 .gitignore |    1 +
 dnf.spec   |   17 ++++++++++++++---
 sources    |    2 +-
 3 files changed, 16 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index af11fc0..c653211 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
 /dnf-9da1268.tar.xz
 /dnf-832ecd1.tar.xz
 /dnf-da60a96.tar.xz
+/dnf-ea72d9a.tar.xz
diff --git a/dnf.spec b/dnf.spec
index c371687..09449bc 100644
--- a/dnf.spec
+++ b/dnf.spec
@@ -1,9 +1,9 @@
-%global gitrev da60a96
-%global hawkey_version 0.2.12-2
+%global gitrev ea72d9a
+%global hawkey_version 0.3.0
 %global confdir %{_sysconfdir}/dnf
 
 Name:		dnf
-Version:	0.2.13
+Version:	0.2.14
 Release:	1.git%{gitrev}%{?dist}
 Summary:	Package manager forked from Yum, using libsolv as a dependency resolver
 Group:		System Environment/Base
@@ -21,6 +21,7 @@ BuildRequires:  urlgrabber
 BuildRequires:	python-hawkey >= %{hawkey_version}
 Requires:	python-hawkey >= %{hawkey_version}
 Requires:	crontabs
+Requires:	libreport-filesystem
 
 %description
 Package manager forked from Yum, using libsolv as a dependency resolver.
@@ -47,9 +48,19 @@ make ARGS="-V" test
 %dir %{confdir}
 %config(noreplace) %{confdir}/dnf.conf
 %{_sysconfdir}/cron.hourly/dnf-makecache.cron
+%{_sysconfdir}/libreport/events.d/collect_dnf.conf
 %{_mandir}/man8/dnf.8.gz
 
 %changelog
+* Wed Oct 17 2012 Aleš Kozumplík <ales at redhat.com> - 0.2.13-1.gitea72d9a
+- works against hawkey-0.3.0
+- search: sort so same matched keywords stay next to each other.
+- Add custom ABRT collector.
+- fix: _preload_file() does the right thing when destfn does not exist.
+- Make the logfiles readable by everyone.
+- yumRepo: log when we are leaving MD files behind and don't know why.
+- Support globs in the install command when multilib_policy is 'best'. (RhBug: 864710)
+
 * Fri Oct 5 2012 Aleš Kozumplík <ales at redhat.com> - 0.2.13-1.gitda60a96
 - fix: traceback in YumBase.verifyTransaction() for local .rpms.
 - Enable the 'clean' command. (RhBug: 853940)
diff --git a/sources b/sources
index f1128bb..4fc9a02 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-325c7b511d093cfdbac7ac50a7ea27cd  dnf-da60a96.tar.xz
+0c8499c5f2e5a9401cef4853e859bd9a  dnf-ea72d9a.tar.xz


More information about the scm-commits mailing list