New upstream version: f8bdc98
This commit is contained in:
parent
b0b7bcc0fa
commit
8e9160f91a
1
.gitignore
vendored
1
.gitignore
vendored
@ -28,3 +28,4 @@
|
||||
/dnf-03fd687.tar.xz
|
||||
/dnf-85c924f.tar.xz
|
||||
/dnf-24ce938.tar.xz
|
||||
/dnf-f8bdc98.tar.xz
|
||||
|
11
dnf.spec
11
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@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)
|
||||
|
Loading…
Reference in New Issue
Block a user