New release to use Lorax
This commit is contained in:
parent
bdbeb17bae
commit
4226b0000b
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user