New upstream version: f8bdc98

This commit is contained in:
Ales Kozumplik 2013-05-29 14:21:28 +02:00
parent b0b7bcc0fa
commit 8e9160f91a
3 changed files with 11 additions and 3 deletions

1
.gitignore vendored
View File

@ -28,3 +28,4 @@
/dnf-03fd687.tar.xz
/dnf-85c924f.tar.xz
/dnf-24ce938.tar.xz
/dnf-f8bdc98.tar.xz

View File

@ -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@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@redhat.com> - 0.3.6-1.git24ce938
- make the dnf.Base object a context manager. (Ales Kozumplik)

View File

@ -1 +1 @@
94806fd77f1a6c6713136c9e2efeb5ef dnf-24ce938.tar.xz
cd541190c99c41c103d15dab9b061d90 dnf-f8bdc98.tar.xz