New upstream version: 5d85f6b

This commit is contained in:
Ales Kozumplik 2012-11-08 15:11:15 +01:00
parent c84fa8e4ec
commit b6f0ea178e
3 changed files with 13 additions and 6 deletions

1
.gitignore vendored
View File

@ -10,3 +10,4 @@
/dnf-da60a96.tar.xz /dnf-da60a96.tar.xz
/dnf-ea72d9a.tar.xz /dnf-ea72d9a.tar.xz
/dnf-4831982.tar.xz /dnf-4831982.tar.xz
/dnf-5d85f6b.tar.xz

View File

@ -1,10 +1,10 @@
%global gitrev 4831982 %global gitrev 5d85f6b
%global hawkey_version 0.3.0 %global hawkey_version 0.3.1-2.git6f9df85
%global confdir %{_sysconfdir}/dnf %global confdir %{_sysconfdir}/dnf
Name: dnf Name: dnf
Version: 0.2.15 Version: 0.2.15
Release: 2.git%{gitrev}%{?dist} Release: 3.git%{gitrev}%{?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
# For a breakdown of the licensing, see PACKAGE-LICENSING # For a breakdown of the licensing, see PACKAGE-LICENSING
@ -18,8 +18,8 @@ BuildRequires: python-nose
BuildRequires: python-sphinx BuildRequires: python-sphinx
BuildRequires: rpm-python BuildRequires: rpm-python
BuildRequires: urlgrabber BuildRequires: urlgrabber
BuildRequires: python-hawkey >= %{hawkey_version} BuildRequires: python-hawkey = %{hawkey_version}
Requires: python-hawkey >= %{hawkey_version} Requires: python-hawkey = %{hawkey_version}
Requires: crontabs Requires: crontabs
Requires: libreport-filesystem Requires: libreport-filesystem
@ -52,6 +52,12 @@ make ARGS="-V" test
%{_mandir}/man8/dnf.8.gz %{_mandir}/man8/dnf.8.gz
%changelog %changelog
* Wed Nov 8 2012 Aleš Kozumplík <ales@redhat.com> - 0.2.15-1.git5d85f6b
- support full NEVRA specification for the erase and install commands. (RhBug: 867553)
- Enable check-update command. (RhBug: 868810)
- Support listing patterned obsoletes.
- fix traceback: list --showduplicates.
* Wed Oct 17 2012 Aleš Kozumplík <ales@redhat.com> - 0.2.14-2.git4831982 * Wed Oct 17 2012 Aleš Kozumplík <ales@redhat.com> - 0.2.14-2.git4831982
- works against hawkey-0.3.0 - works against hawkey-0.3.0
- search: sort so same matched keywords stay next to each other. - search: sort so same matched keywords stay next to each other.

View File

@ -1 +1 @@
d3e8729cfdd70ccede598355afd024ea dnf-4831982.tar.xz de9fd6e77b279f0e2971e089ded7a6bc dnf-5d85f6b.tar.xz