From 316f06cec259fb2949a387c270b4c3fc387f5702 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Jun 12 2009 20:53:11 +0000 Subject: This is 1.6.6 The primary fix here is to cobbler-register. --- diff --git a/.cvsignore b/.cvsignore index bbcc467..2f5369e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -28,3 +28,4 @@ koan-1.4.3.tar.gz koan-1.6.1.tar.gz koan-1.6.3.tar.gz koan-1.6.5.tar.gz +koan-1.6.6.tar.gz diff --git a/koan.spec b/koan.spec index 8c7b475..898253c 100644 --- a/koan.spec +++ b/koan.spec @@ -2,14 +2,13 @@ Summary: Network provisioning tool for Xen and Bare Metal Machines Name: koan -Version: 1.6.5 +Version: 1.6.6 Release: 1%{?dist} Source0: %{name}-%{version}.tar.gz License: GPLv2+ Group: Applications/System Requires: mkinitrd Requires: python >= 1.5 -Requires: python-urlgrabber BuildRequires: python-devel %if 0%{?fedora} >= 11 || 0%{?rhel} >= 6 %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]" || echo 0)} @@ -17,7 +16,8 @@ Requires: python(abi) = %{pyver} %endif %if 0%{?fedora} >= 8 BuildRequires: python-setuptools-devel -%else +%endif +%if 0%{?rhel} >= 4 BuildRequires: python-setuptools %endif BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot @@ -61,6 +61,9 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT %changelog +* Thu May 28 2009 Michael DeHaan - 1.6.6-1 +- Placeholder for future release + * Thu May 28 2009 Michael DeHaan - 1.6.5-1 - Upstream changes (see CHANGELOG) diff --git a/sources b/sources index 6e8bb4e..4d2f9da 100644 --- a/sources +++ b/sources @@ -4,3 +4,4 @@ afc42005052ad12f2ec0744b083b260c koan-1.4.3.tar.gz da98b82d2800026825b9c32ed71d9ea1 koan-1.6.1.tar.gz 118b9860c0dcd0b654f13b24dc6827c9 koan-1.6.3.tar.gz 0480dd2b59540b3811d62e3ab4e377af koan-1.6.5.tar.gz +6468e17a8d32f05696ed39c63a71b383 koan-1.6.6.tar.gz