New upstream version: 5dea6e7

This commit is contained in:
Ales Kozumplik 2012-08-23 13:51:26 +02:00
parent 567f14efe4
commit d1d0e2ec2d
3 changed files with 10 additions and 5 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@
/dnf-72fd0b8.tar.xz
/dnf-632e1eb.tar.xz
/dnf-8ac0959.tar.xz
/dnf-5dea6e7.tar.xz

View File

@ -1,9 +1,9 @@
%global gitrev 8ac0959
%global gitrev 5dea6e7
%global confdir %{_sysconfdir}/dnf
Name: dnf
Version: 0.2.7
Release: 6.git%{gitrev}%{?dist}
Version: 0.2.8
Release: 1.git%{gitrev}%{?dist}
Summary: Package manager forked from Yum, using libsolv as a dependency resolver
Group: System Environment/Base
# For a breakdown of the licensing, see PACKAGE-LICENSING
@ -13,7 +13,7 @@ Source0: http://akozumpl.fedorapeople.org/dnf-%{gitrev}.tar.xz
BuildArch: noarch
BuildRequires: cmake
BuildRequires: python2
Requires: python-hawkey >= 0.2.8-1
Requires: python-hawkey >= 0.2.9-1
Requires: crontabs
%description
@ -39,6 +39,10 @@ make install DESTDIR=$RPM_BUILD_ROOT
%{_sysconfdir}/cron.hourly/dnf-makecache.cron
%changelog
* Thu Aug 23 2012 Aleš Kozumplík <akozumpl@redhat.com> - 0.2.9-1.git5dea6e7
- Latest hawkey compatibilities.
- RhBug: 847098
* Mon Aug 6 2012 Aleš Kozumplík <akozumpl@redhat.com> - 0.2.7-6.git8ac0959
- Maintenance build to conform the new hawkey repo loading APIs.

View File

@ -1 +1 @@
8887181a42b7b8f28cedd4fe7446c8a8 dnf-8ac0959.tar.xz
e04382d42ccf75b99b9e2d38c386e64e dnf-5dea6e7.tar.xz