From 9aaa73fdead92c48191dd6318508cd78426ef8cb Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Dec 20 2006 22:13:37 +0000 Subject: Upstream to 0.3.5 --- diff --git a/.cvsignore b/.cvsignore index 6eb83b7..84e8380 100644 --- a/.cvsignore +++ b/.cvsignore @@ -11,3 +11,4 @@ cobbler-0.3.0.tar.gz cobbler-0.3.1.tar.gz cobbler-0.3.3.tar.gz cobbler-0.3.4.tar.gz +cobbler-0.3.5.tar.gz diff --git a/cobbler.spec b/cobbler.spec index cf84b52..676345f 100644 --- a/cobbler.spec +++ b/cobbler.spec @@ -2,7 +2,7 @@ Summary: Boot server configurator Name: cobbler -Version: 0.3.4 +Version: 0.3.5 Release: 1%{?dist} Source0: %{name}-%{version}.tar.gz License: GPL @@ -10,6 +10,8 @@ Group: Applications/System Requires: python >= 2.3 Requires: httpd Requires: tftp-server +Requires: python-devel +Requires: createrepo BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildArch: noarch ExcludeArch: ppc @@ -54,6 +56,10 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT %changelog +* Mon Dec 18 2006 Michael DeHaan - 0.3.5-1 +- Upstream changes (see CHANGELOG) +- Added createrepo as Requires + * Tue Dec 05 2006 Michael DeHaan - 0.3.4-1 - Upstream changes (see CHANGELOG) diff --git a/sources b/sources index c98c77e..a981be9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7748c066a0f069befbbbc336eb702c23 cobbler-0.3.4.tar.gz +46caea741e971faab6532e22013542d2 cobbler-0.3.5.tar.gz