From 297c4743e93e4510be1438db460fed286f213ffb Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Dec 12 2006 20:49:36 +0000 Subject: Bringing devel up to FC-6 levels --- diff --git a/.cvsignore b/.cvsignore index 3109ac8..a43145f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,3 +1,4 @@ koan-0.1.1.tar.gz koan-0.2.1.tar.gz koan-0.2.2.tar.gz +koan-0.2.5.tar.gz diff --git a/koan.spec b/koan.spec index 99934c0..0bdd0d3 100644 --- a/koan.spec +++ b/koan.spec @@ -2,7 +2,7 @@ Summary: Network provisioning tool for Xen and Existing Non-Bare Metal Name: koan -Version: 0.2.2 +Version: 0.2.5 Release: 1%{?dist} Source0: %{name}-%{version}.tar.gz License: GPL @@ -12,28 +12,29 @@ Requires: syslinux Requires: python >= 2.3 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildArch: noarch +BuildRequires: python-devel ExcludeArch: ppc -Url: http://et.redhat.com/~mdehaan/cobbler +Url: http://cobbler.et.redhat.com/ %description Koan stands for kickstart-over-a-network and allows for both -network provisioning of new Xen guests and destructive re-provisioning of -any existing system. For use with a boot-server configured with +network provisioning of new virtualized guests and destructive re-provisioning +of any existing system. For use with a boot-server configured with 'cobbler' %prep %setup -q %build -python setup.py build +%{__python} setup.py build %install -rm -rf $RPM_BUILD_ROOT -python setup.py install --optimize=1 --root=$RPM_BUILD_ROOT +test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT +%{__python} setup.py install --optimize=1 --root=$RPM_BUILD_ROOT %clean -rm -rf $RPM_BUILD_ROOT +test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) @@ -47,6 +48,22 @@ rm -rf $RPM_BUILD_ROOT %doc AUTHORS COPYING CHANGELOG README NEWS %changelog + +* Fri Dec 08 2006 - Michael DeHaan - 0.2.5-1 +- Upstream changes (see CHANGELOG) +- tweaked MANIFEST.in to appease rhel3 builds + +* Wed Oct 25 2006 - Michael DeHaan - 0.2.4-1 +- Upstream changes (see CHANGELOG) +- Description update + +* Tue Oct 24 2006 - Michael DeHaan - 0.2.3-1 +- Upstream changes (see CHANGELOG) + +* Wed Oct 18 2006 - Michael DeHaan - 0.2.2-2 +- Use __python instead of python, test RPM dir before deletion +- Update URLs + * Mon Oct 09 2006 - Michael DeHaan - 0.2.2-1 - Upstream change -- support Python 2.3 diff --git a/sources b/sources index 972d246..66e26cc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8bcd6432b32c280b2aea6f1eb78e5ddd koan-0.2.2.tar.gz +e38e0b00526b9b9d2b454d55fb41b026 koan-0.2.5.tar.gz