diff --git a/.gitignore b/.gitignore index b963764b..4c429929 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ pungi-2.1.2.tar.bz2 /pungi-2.1.3.tar.bz2 /pungi-2.1.4.tar.bz2 /pungi-2.3.tar.bz2 +/pungi-2.4.tar.bz2 diff --git a/pungi.spec b/pungi.spec index 0f11340a..8bbfa28c 100644 --- a/pungi.spec +++ b/pungi.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: pungi -Version: 2.3 +Version: 2.4 Release: 1%{?dist} Summary: Distribution compose tool @@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Dec 21 2010 Jesse Keating - 2.4-1 +- Enable EFI booting on x86_64 media + * Mon Nov 15 2010 Jesse Keating - 2.3-1 - Drop split-media support diff --git a/sources b/sources index a7590054..d1c3f7f5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -90356021994fbc25d23df25a4c922e7c pungi-2.3.tar.bz2 +51fab56f10bacfb00a6b90894639fbab pungi-2.4.tar.bz2