From 893fc16ec61bf4c5d7312a14c4e2c715d3f6115d Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Oct 17 2006 22:15:18 +0000 Subject: Upstream changes --- diff --git a/.cvsignore b/.cvsignore index 6b3c3b1..4eb26b2 100644 --- a/.cvsignore +++ b/.cvsignore @@ -4,3 +4,4 @@ cobbler-0.2.2.tar.gz cobbler-0.2.3.tar.gz cobbler-0.2.5.tar.gz cobbler-0.2.6.tar.gz +cobbler-0.2.7.tar.gz diff --git a/cobbler.spec b/cobbler.spec index 1eac143..058b2ad 100644 --- a/cobbler.spec +++ b/cobbler.spec @@ -2,7 +2,7 @@ Summary: Boot server configurator Name: cobbler -Version: 0.2.6 +Version: 0.2.7 Release: 1%{?dist} Source0: %{name}-%{version}.tar.gz License: GPL @@ -10,7 +10,6 @@ Group: Applications/System Requires: python >= 2.3 Requires: httpd Requires: tftp-server -Requires: pexpect BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildArch: noarch ExcludeArch: ppc @@ -55,7 +54,11 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT %changelog -* Tue Oct 17 2006 Michael DeHaan - 0.2.5-1 +* Tue Oct 17 2006 Michael DeHaan - 0.2.7-1 +- Upstream changes (see CHANGELOG), includes removing pexpect as a require +- This RPM now builds on RHEL4 + +* Tue Oct 17 2006 Michael DeHaan - 0.2.6-1 - Upstream changes (see CHANGELOG), includes removing Cheetah as a require * Mon Oct 16 2006 Michael DeHaan - 0.2.5-1 diff --git a/sources b/sources index 5e40b61..e6004c8 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ 44f1e470bf40444b32be11393dee8e20 cobbler-0.2.6.tar.gz +41f4ce321525dc56e7bbdef44917c02a cobbler-0.2.7.tar.gz