New upstream version: 50db212

This commit is contained in:
Ales Kozumplik 2013-03-21 13:35:28 +01:00
parent e336d3b731
commit 57b37a54e6
3 changed files with 9 additions and 3 deletions

1
.gitignore vendored
View File

@ -19,3 +19,4 @@
/dnf-e7d9c11.tar.xz
/dnf-050524e.tar.xz
/dnf-97180b8.tar.xz
/dnf-50db212.tar.xz

View File

@ -1,9 +1,9 @@
%global gitrev 97180b8
%global gitrev 50db212
%global hawkey_version 0.3.8
%global confdir %{_sysconfdir}/dnf
Name: dnf
Version: 0.2.22
Version: 0.2.23
Release: 1.git%{gitrev}%{?dist}
Summary: Package manager forked from Yum, using libsolv as a dependency resolver
Group: System Environment/Base
@ -54,6 +54,11 @@ make ARGS="-V" test
%{_mandir}/man8/dnf.8.gz
%changelog
* Thu Mar 21 2013 Aleš Kozumplík <ales@redhat.com> - 0.2.23-1.git50db212
- Change the HTTP user agent for DNF. (Ales Kozumplik)
- doc: document clean_requirements_on_remove is on by default. (Ales Kozumplik)
- remove yum references from the default dnf.conf (RhBug:919714) (Ales Kozumplik)
* Fri Mar 1 2013 Aleš Kozumplík <ales@redhat.com> - 0.2.22-1.git97180b8
- move is_glob_pattern() to dnf.util (Ales Kozumplik)
- validate parameter never used in Base.read_repos() (Ales Kozumplik)

View File

@ -1 +1 @@
abf4dffe66d5abd63fa0034b9138616b dnf-97180b8.tar.xz
8f34641964c123818d56854ad5d49241 dnf-50db212.tar.xz