New upstream version: dec970f

This commit is contained in:
Ales Kozumplik 2013-01-18 15:34:38 +01:00
parent 09539d6459
commit ecf949b507
3 changed files with 25 additions and 4 deletions

1
.gitignore vendored
View File

@ -12,3 +12,4 @@
/dnf-4831982.tar.xz
/dnf-5d85f6b.tar.xz
/dnf-6a055e6.tar.xz
/dnf-dec970f.tar.xz

View File

@ -1,9 +1,9 @@
%global gitrev 6a055e6
%global hawkey_version 0.3.3
%global gitrev dec970f
%global hawkey_version 0.3.6
%global confdir %{_sysconfdir}/dnf
Name: dnf
Version: 0.2.17
Version: 0.2.20
Release: 1.git%{gitrev}%{?dist}
Summary: Package manager forked from Yum, using libsolv as a dependency resolver
Group: System Environment/Base
@ -52,6 +52,26 @@ make ARGS="-V" test
%{_mandir}/man8/dnf.8.gz
%changelog
* Fri Jan 18 2013 Aleš Kozumplík <ales@redhat.com> - 0.2.20-1.gitdec970f
- fix '--exclude' command-line option (related RhBug:871892)
- Introduce --best switch to force trying latest packages in transactions ( RhBug:882211)
- fix '--disablerepo' (related RhBug:871892)
- Tell RPM it's OK to downgrade during dist-sync (RhBug:894339)
- 'dnf install' should skip already installed packages and say so. (RhBug:882851)
* Thu Jan 3 2013 Aleš Kozumplík <ales@redhat.com> - 0.2.19-1.gitb901926
- options parsing: do not access repositories before cache_c is ready. (RhBug:889706)
- move to the latest hawkey using libsolv-0.2.3
* Mon Dec 17 2012 Aleš Kozumplík <ales@redhat.com> - 0.2.18-1.git3701ad6
- Allow specifying removal with 'name.arch' and others (RhBug:877449)
- install: use Subject class to allow installation by provides (RhBug:880303)
- Remove rpmdb_warn_checks() and friends. (RhBug:884623)
- DNF should not allow .src.rpm installation (RhBug:884603).
- Some DNF commands require different Goal/Solver configuration. (RhBug:873079)
- Match ordinary package provides in 'dnf provides <provide>', not just files. (RhBug:871892)
- doc: update how arguments to commands can be specified.
* Mon Nov 26 2012 Aleš Kozumplík <ales@redhat.com> - 0.2.17-1.git6a055e6
- fix UnicodeDecodeError crash in history.py. (RhBug:877332)
- Support the 'dnf upgrade-to' command.

View File

@ -1 +1 @@
ca5f756313849cd0af5f656ce4a8229a dnf-6a055e6.tar.xz
50eb9cba1c2a503539b7c82aa3659856 dnf-dec970f.tar.xz