New upstream version: 5d85f6b
This commit is contained in:
parent
c84fa8e4ec
commit
b6f0ea178e
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||||
|
16
dnf.spec
16
dnf.spec
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user