diff --git a/.cvsignore b/.cvsignore index 229302c..6b3c3b1 100644 --- a/.cvsignore +++ b/.cvsignore @@ -3,3 +3,4 @@ cobbler-0.2.1.tar.gz cobbler-0.2.2.tar.gz cobbler-0.2.3.tar.gz cobbler-0.2.5.tar.gz +cobbler-0.2.6.tar.gz diff --git a/cobbler.spec b/cobbler.spec index 8834b2f..1eac143 100644 --- a/cobbler.spec +++ b/cobbler.spec @@ -2,7 +2,7 @@ Summary: Boot server configurator Name: cobbler -Version: 0.2.5 +Version: 0.2.6 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: python-cheetah Requires: pexpect BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildArch: noarch @@ -56,6 +55,9 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT %changelog +* Tue Oct 17 2006 Michael DeHaan - 0.2.5-1 +- Upstream changes (see CHANGELOG), includes removing Cheetah as a require + * Mon Oct 16 2006 Michael DeHaan - 0.2.5-1 - Upstream features and bugfixes (see CHANGELOG) - Packaged additional kickstart file and specfile cleanup diff --git a/sources b/sources index 2f0d53c..5e40b61 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ac4be73942d50274648093510f119aaf cobbler-0.2.5.tar.gz +44f1e470bf40444b32be11393dee8e20 cobbler-0.2.6.tar.gz