New upstream version: 261c295
This commit is contained in:
parent
1ca4fbadc8
commit
4f81b9457f
1
.gitignore
vendored
1
.gitignore
vendored
@ -58,3 +58,4 @@
|
|||||||
/dnf-b89c961.tar.xz
|
/dnf-b89c961.tar.xz
|
||||||
/dnf-ac73cac.tar.xz
|
/dnf-ac73cac.tar.xz
|
||||||
/dnf-895cb6e.tar.xz
|
/dnf-895cb6e.tar.xz
|
||||||
|
/dnf-261c295.tar.xz
|
||||||
|
22
dnf.spec
22
dnf.spec
@ -1,4 +1,4 @@
|
|||||||
%global gitrev 895cb6e
|
%global gitrev 261c295
|
||||||
%global hawkey_version 0.4.13
|
%global hawkey_version 0.4.13
|
||||||
%global librepo_version 1.7.0
|
%global librepo_version 1.7.0
|
||||||
%global libcomps_version 0.1.6
|
%global libcomps_version 0.1.6
|
||||||
@ -6,7 +6,7 @@
|
|||||||
%global confdir %{_sysconfdir}/dnf
|
%global confdir %{_sysconfdir}/dnf
|
||||||
|
|
||||||
Name: dnf
|
Name: dnf
|
||||||
Version: 0.5.0
|
Version: 0.5.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Package manager forked from Yum, using libsolv as a dependency resolver
|
Summary: Package manager forked from Yum, using libsolv as a dependency resolver
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -138,6 +138,24 @@ popd
|
|||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|
||||||
|
* Fri May 2 2014 Aleš Kozumplík <ales@redhat.com> - 0.5.1-1
|
||||||
|
- drpm: output stats (RhBug:1065882) (Ales Kozumplik)
|
||||||
|
- refactor: architectures. (Ales Kozumplik)
|
||||||
|
- cli: be lot less verbose about dep processing. (Ales Kozumplik)
|
||||||
|
- groups: do not error out if group install/remove produces no RPM transaction. (Ales Kozumplik)
|
||||||
|
- fix: do not traceback on comps remove operations if proper pkg reasons can not be found. (Ales Kozumplik)
|
||||||
|
- fix: tracebacks in 'group remove ...' (Ales Kozumplik)
|
||||||
|
- groups: move all the logic of persistor saving from main.py to Base. (Ales Kozumplik)
|
||||||
|
- groups: auto-saving the groups persistor. (RhBug:1089864) (Ales Kozumplik)
|
||||||
|
- transifex update (Jan Silhan)
|
||||||
|
- remove: profiling code from cli.main. (Ales Kozumplik)
|
||||||
|
- remove: removal of dead code (Miroslav Suchý)
|
||||||
|
- doc: changes to rhbug.py to work on readthedocs.org. (Ales Kozumplik)
|
||||||
|
- doc: build the documentation without any dependencies (on DNF or anything else). (Ales Kozumplik)
|
||||||
|
- doc: make clear where one should expect bin/dnf (Miroslav Suchý)
|
||||||
|
- abrt: disable abrt for 'dnf makecache timer' run from systemd.service. (RhBug:1081753) (Ales Kozumplik)
|
||||||
|
- remove: stray itertools import from group.py. (Ales Kozumplik)
|
||||||
|
|
||||||
* Wed Apr 23 2014 Aleš Kozumplík <ales@redhat.com> - 0.5.0-1
|
* Wed Apr 23 2014 Aleš Kozumplík <ales@redhat.com> - 0.5.0-1
|
||||||
- doc: fix formatting in api_cli.rst. (Ales Kozumplik)
|
- doc: fix formatting in api_cli.rst. (Ales Kozumplik)
|
||||||
- doc: document operation of 'group upgrade'. (Ales Kozumplik)
|
- doc: document operation of 'group upgrade'. (Ales Kozumplik)
|
||||||
|
Loading…
Reference in New Issue
Block a user