changes needed for rawhide building

This commit is contained in:
jkeating@dhcp83-49.boston.redhat.com 2006-12-12 00:18:37 -05:00 committed by Jesse Keating
parent 8716f17807
commit 333c878511

View File

@ -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: 0.1.1 Version: 0.1.2
Release: 1%{?dist} Release: 1%{?dist}
Summary: Distribution compose tool 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 Source0: http://linux.duke.edu/projects/%{name}/release/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: anaconda-runtime Requires: anaconda-runtime
BuildRequires: python-devel
BuildArch: noarch BuildArch: noarch
@ -45,6 +46,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Mon Dec 11 2006 Jesse Keating <jkeating@redhat.com> - 0.1.1-2
- Need BR python-devel in rawhide
* Mon Dec 11 2006 Jesse Keating <jkeating@redhat.com> - 0.1.1-1 * Mon Dec 11 2006 Jesse Keating <jkeating@redhat.com> - 0.1.1-1
- Update to 0.1.1 - Update to 0.1.1
- Add ability to get srpms - Add ability to get srpms