New release to use Lorax

This commit is contained in:
Jesse Keating 2011-01-12 13:54:11 -08:00
parent bdbeb17bae
commit 4226b0000b
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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@redhat.com> - 2.5-1
- Use Lorax instead of buildinstall (mgracik)
* Tue Dec 21 2010 Jesse Keating <jkeating@redhat.com> - 2.4-1
- Enable EFI booting on x86_64 media

View File

@ -1 +1 @@
51fab56f10bacfb00a6b90894639fbab pungi-2.4.tar.bz2
54e5132295ec09f9a5f780bb8c8afcf9 pungi-2.5.tar.bz2