diff --git a/.gitignore b/.gitignore index f326d6d..cc39d66 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /dnf-b74addd.tar.xz /dnf-72fd0b8.tar.xz /dnf-632e1eb.tar.xz +/dnf-8ac0959.tar.xz diff --git a/dnf.spec b/dnf.spec index cf86d8b..069c17d 100644 --- a/dnf.spec +++ b/dnf.spec @@ -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 - 0.2.7-6.git8ac0959 +- Maintenance build to conform the new hawkey repo loading APIs. + * Tue Jul 24 2012 Aleš Kozumplík - 0.2.7-5.git632e1eb - Clean dependencies during 'dnf erase'. - fixed: readline problems under pdb. diff --git a/sources b/sources index 13a764e..f4f104f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0e8c930c10b0ea4971e19f2af9e08530 dnf-632e1eb.tar.xz +8887181a42b7b8f28cedd4fe7446c8a8 dnf-8ac0959.tar.xz