[pungi] New release to use Lorax

Jesse Keating jkeating at fedoraproject.org
Wed Jan 12 21:54:44 UTC 2011


commit 4226b0000b22baa3644024117e1ccd8b9cf947b4
Author: Jesse Keating <jkeating at redhat.com>
Date:   Wed Jan 12 13:54:11 2011 -0800

    New release to use Lorax

 .gitignore |    1 +
 pungi.spec |    6 +++++-
 sources    |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4c42992..aee47f4 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 8bbfa28..9356cf1 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 <jkeating at redhat.com> - 2.5-1
+- Use Lorax instead of buildinstall (mgracik)
+
 * Tue Dec 21 2010 Jesse Keating <jkeating at redhat.com> - 2.4-1
 - Enable EFI booting on x86_64 media
 
diff --git a/sources b/sources
index d1c3f7f..493f3d9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-51fab56f10bacfb00a6b90894639fbab  pungi-2.4.tar.bz2
+54e5132295ec09f9a5f780bb8c8afcf9  pungi-2.5.tar.bz2


More information about the scm-commits mailing list