diff --git a/.gitignore b/.gitignore index 3d65b3f..f7dc1e5 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,4 @@ /dnf-24ce938.tar.xz /dnf-f8bdc98.tar.xz /dnf-da9f862.tar.xz +/dnf-85524ae.tar.xz diff --git a/dnf.spec b/dnf.spec index 888e490..b9b05fd 100644 --- a/dnf.spec +++ b/dnf.spec @@ -1,4 +1,4 @@ -%global gitrev da9f862 +%global gitrev 85524ae %global hawkey_version 0.3.14 %global librepo_version 0.0.4 @@ -6,7 +6,7 @@ Name: dnf Version: 0.3.8 -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 @@ -74,7 +74,7 @@ make ARGS="-V" test %systemd_postun_with_restart dnf-makecache.timer %changelog -* Mon Jun 24 2013 Aleš Kozumplík - 0.3.8-1.gitda9f862 +* Mon Jun 24 2013 Aleš Kozumplík - 0.3.8-1.git85524ae - fix: tracebacks when installing to an empty installroot (RhBug:975858) (Ales Kozumplik) - doc: 'dnf erase kernel' erases all the kernels. (Ales Kozumplik) - i18n: even if we have a legit encoding, don't assume it covers the entire UCD (RhBug:976652) (Ales Kozumplik) diff --git a/sources b/sources index 0b99ccf..80739ae 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e9800dbddaf09542b5f4648e3b3455f4 dnf-da9f862.tar.xz +732dc5ca24ee0679f69ff7f146627acf dnf-85524ae.tar.xz