diff --git a/.gitignore b/.gitignore index 4c429929..aee47f42 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ pungi-2.1.2.tar.bz2 /pungi-2.1.4.tar.bz2 /pungi-2.3.tar.bz2 /pungi-2.4.tar.bz2 +/pungi-2.5.tar.bz2 diff --git a/pungi.spec b/pungi.spec index 8bbfa28c..9356cf15 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.4 +Version: 2.5 Release: 1%{?dist} Summary: Distribution compose tool @@ -11,6 +11,7 @@ URL: https://fedorahosted.org/pungi Source0: https://fedorahosted.org/pungi/attachment/wiki/%{version}/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: anaconda >= 14.3, yum => 3.2.19, repoview, createrepo >= 0.4.11 +Requires: lorax BuildRequires: python-devel BuildArch: noarch @@ -55,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Jan 12 2011 Jesse Keating - 2.5-1 +- Use Lorax instead of buildinstall (mgracik) + * Tue Dec 21 2010 Jesse Keating - 2.4-1 - Enable EFI booting on x86_64 media diff --git a/sources b/sources index d1c3f7f5..493f3d9e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -51fab56f10bacfb00a6b90894639fbab pungi-2.4.tar.bz2 +54e5132295ec09f9a5f780bb8c8afcf9 pungi-2.5.tar.bz2