[dnf] New upstream version: f8bdc98

Ales Kozumplik akozumpl at fedoraproject.org
Wed May 29 12:21:39 UTC 2013


commit 8e9160f91ab08bc32e446b2186b72fa100c4247f
Author: Ales Kozumplik <ales at redhat.com>
Date:   Wed May 29 14:21:28 2013 +0200

    New upstream version: f8bdc98

 .gitignore |    1 +
 dnf.spec   |   11 +++++++++--
 sources    |    2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b370b20..5efa855 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,3 +28,4 @@
 /dnf-03fd687.tar.xz
 /dnf-85c924f.tar.xz
 /dnf-24ce938.tar.xz
+/dnf-f8bdc98.tar.xz
diff --git a/dnf.spec b/dnf.spec
index 26303ef..8e480ff 100644
--- a/dnf.spec
+++ b/dnf.spec
@@ -1,11 +1,11 @@
-%global gitrev 24ce938
+%global gitrev f8bdc98
 %global hawkey_version 0.3.13
 %global librepo_version 0.0.4
 
 %global confdir %{_sysconfdir}/dnf
 
 Name:		dnf
-Version:	0.3.6
+Version:	0.3.7
 Release:	1.git%{gitrev}%{?dist}
 Summary:	Package manager forked from Yum, using libsolv as a dependency resolver
 Group:		System Environment/Base
@@ -73,6 +73,13 @@ make ARGS="-V" test
 %systemd_postun_with_restart dnf-makecache.timer
 
 %changelog
+* Wed May 29 2013 Aleš Kozumplík <ales at redhat.com> - 0.3.7-1.gitf8bdc98
+- ensure the cachedir in Persistor._expired_repos(). (RhBug:967732) (Ales Kozumplik)
+- do not load available repositories into the sack for the erase command. (RhBug:916662) (Ales Kozumplik)
+- Take out the bulk of YumBaseCli.doTransaction() and put in in Base.do_transaction(). (Ales Kozumplik)
+- add noop NoOutputCallback.verify_tsi_package(). (Ales Kozumplik)
+- implement dnf.repo.Repo.__repr__(). (Ales Kozumplik)
+- output: show the RPMDB alternation warning on debug level only. (Ales Kozumplik)
 
 * Mon May 27 2013 Aleš Kozumplík <ales at redhat.com> - 0.3.6-1.git24ce938
 - make the dnf.Base object a context manager. (Ales Kozumplik)
diff --git a/sources b/sources
index 9589cfe..f490aa5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-94806fd77f1a6c6713136c9e2efeb5ef  dnf-24ce938.tar.xz
+cd541190c99c41c103d15dab9b061d90  dnf-f8bdc98.tar.xz


More information about the scm-commits mailing list