New upstream version: 8ac0959

This commit is contained in:
Ales Kozumplik 2012-08-06 10:09:27 +02:00
parent 8bcdf624af
commit 567f14efe4
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

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

View File

@ -1,9 +1,9 @@
%global gitrev 632e1eb
%global gitrev 8ac0959
%global confdir %{_sysconfdir}/dnf
Name: dnf
Version: 0.2.7
Release: 5.git%{gitrev}%{?dist}
Release: 6.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.7-1
Requires: python-hawkey >= 0.2.8-1
Requires: crontabs
%description
@ -39,6 +39,9 @@ make install DESTDIR=$RPM_BUILD_ROOT
%{_sysconfdir}/cron.hourly/dnf-makecache.cron
%changelog
* 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.
* Tue Jul 24 2012 Aleš Kozumplík <akozumpl@redhat.com> - 0.2.7-5.git632e1eb
- Clean dependencies during 'dnf erase'.
- fixed: readline problems under pdb.

View File

@ -1 +1 @@
0e8c930c10b0ea4971e19f2af9e08530 dnf-632e1eb.tar.xz
8887181a42b7b8f28cedd4fe7446c8a8 dnf-8ac0959.tar.xz