diff --git a/.gitignore b/.gitignore index 10dff07..1eb6bc8 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /dnf-632e1eb.tar.xz /dnf-8ac0959.tar.xz /dnf-5dea6e7.tar.xz +/dnf-b06d183.tar.xz diff --git a/dnf.spec b/dnf.spec index fd696a8..c5daba3 100644 --- a/dnf.spec +++ b/dnf.spec @@ -1,8 +1,8 @@ -%global gitrev 5dea6e7 +%global gitrev b06d183 %global confdir %{_sysconfdir}/dnf Name: dnf -Version: 0.2.8 +Version: 0.2.10 Release: 1.git%{gitrev}%{?dist} Summary: Package manager forked from Yum, using libsolv as a dependency resolver Group: System Environment/Base @@ -39,6 +39,10 @@ make install DESTDIR=$RPM_BUILD_ROOT %{_sysconfdir}/cron.hourly/dnf-makecache.cron %changelog +* Thu Aug 30 2012 Aleš Kozumplík - 0.2.10-1.gitb06d183 +- Latest hawkey compatibilities. +- RhBug: 852803 + * Thu Aug 23 2012 Aleš Kozumplík - 0.2.9-1.git5dea6e7 - Latest hawkey compatibilities. - RhBug: 847098 diff --git a/sources b/sources index 659372c..2fa11a7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e04382d42ccf75b99b9e2d38c386e64e dnf-5dea6e7.tar.xz +846883be63ababea95b4e3dd5032d41b dnf-b06d183.tar.xz