diff --git a/.cvsignore b/.cvsignore index 01e3ed41..1cec4493 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -pungi-0.1.1.tar.gz +pungi-0.1.2.tar.gz diff --git a/pungi.spec b/pungi.spec index eb6460a4..708fc100 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: 0.1.1 +Version: 0.1.2 Release: 1%{?dist} Summary: Distribution compose tool @@ -11,6 +11,7 @@ URL: http://hosted.fedoraproject.org/projects/pungi Source0: http://linux.duke.edu/projects/%{name}/release/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: anaconda-runtime +BuildRequires: python-devel BuildArch: noarch @@ -45,6 +46,14 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Dec 13 2006 Jesse Keating - 0.1.2-1 +- Fix a bug in DVD repodata +- Add correct ppc boot args +- Set ppc arch correctly + +* Mon Dec 11 2006 Jesse Keating - 0.1.1-2 +- Need BR python-devel in rawhide + * Mon Dec 11 2006 Jesse Keating - 0.1.1-1 - Update to 0.1.1 - Add ability to get srpms diff --git a/sources b/sources index d780a115..f77f367a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4b99f1b8c8b19be97c1159f8bff0bbe9 pungi-0.1.1.tar.gz +5e7acbe2ddd7ed7cb99bf90d9c9e72cf pungi-0.1.2.tar.gz