Throw in some last minute things before the beta
This commit is contained in:
parent
a04756eab8
commit
d47f160d89
@ -1 +1 @@
|
|||||||
pungi-1.2.8.tar.bz2
|
pungi-1.2.9.tar.bz2
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||||
|
|
||||||
Name: pungi
|
Name: pungi
|
||||||
Version: 1.2.8
|
Version: 1.2.9
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Distribution compose tool
|
Summary: Distribution compose tool
|
||||||
|
|
||||||
@ -10,7 +10,7 @@ License: GPLv2
|
|||||||
URL: https://fedorahosted.org/pungi
|
URL: https://fedorahosted.org/pungi
|
||||||
Source0: https://fedorahosted.org/pungi/attachment/wiki/%{version}/%{name}-%{version}.tar.bz2
|
Source0: https://fedorahosted.org/pungi/attachment/wiki/%{version}/%{name}-%{version}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
Requires: anaconda-runtime, yum => 3.0.3, repoview
|
Requires: anaconda-runtime >= 11.4.0.41, yum => 3.0.3, repoview
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -55,6 +55,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 05 2008 Jesse Keating <jkeating@redhat.com> - 1.2.9-1
|
||||||
|
- Fix ppc split iso generation
|
||||||
|
- Exclude repoview from isos
|
||||||
|
|
||||||
* Fri Jan 25 2008 jkeating <jkeating@redhat.com> 1.2.8-1
|
* Fri Jan 25 2008 jkeating <jkeating@redhat.com> 1.2.8-1
|
||||||
- Put createrepo arguments in correct order
|
- Put createrepo arguments in correct order
|
||||||
- Fix comps mashup to be more lenient with the open/close of <comps
|
- Fix comps mashup to be more lenient with the open/close of <comps
|
||||||
|
Loading…
Reference in New Issue
Block a user