diff --git a/.gitignore b/.gitignore index 907ba0d..e8b5a8f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /dnf-3f2389e.tar.xz +/dnf-b74addd.tar.xz diff --git a/dnf.spec b/dnf.spec index ae4df1a..062dc23 100644 --- a/dnf.spec +++ b/dnf.spec @@ -1,9 +1,9 @@ -%global gitrev 3f2389e +%global gitrev b74addd %global confdir %{_sysconfdir}/dnf Name: dnf Version: 0.2.7 -Release: 1.git%{gitrev}%{?dist} +Release: 2.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 @@ -39,6 +39,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %{_sysconfdir}/cron.hourly/dnf-makecache.cron %changelog +* Mon Jul 16 2012 Aleš Kozumplík - 0.2.7-2.gitb74addd +- Add missing rpmUtils.error. + * Mon Jul 16 2012 Aleš Kozumplík - 0.2.7-1.git3f2389e - First Fedora rawhide build. diff --git a/sources b/sources index 3d58447..96e7f3c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ba3a4691910b4e0cde21dfee9c863803 dnf-3f2389e.tar.xz +f5b8232709e2961df180dbed70cba7e8 dnf-b74addd.tar.xz