From 0bf7983a67463e96494de45dfa84f83ab4d93a63 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Wed, 20 Sep 2006 11:15:43 -0400 Subject: Add RPM doc file information --- MANIFEST.in | 1 + TODO | 2 -- cobbler.spec | 4 +++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index f1323dd..ad97d56 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1,2 @@ include cobbler.1.gz +include COPYING AUTHORS README CHANGELOG diff --git a/TODO b/TODO index bf0ee36..ff0255b 100644 --- a/TODO +++ b/TODO @@ -2,8 +2,6 @@ cobbler TODO list - Subnet creation shorthand ... (system objects that match multiples?) - MAC ranges for Xen (how best to do this? shelve this for now). - - SELinux means we want tftp files in /tftpboot and HTTP files in /var/www/something. - May need to be chcon aware, maybe not. Some files will be duplicated because of this. - Web UI for Cobbler ? - Port over to xeninst python module once available for something other than Rawhide diff --git a/cobbler.spec b/cobbler.spec index 8bf9a4f..a1a22e9 100644 --- a/cobbler.spec +++ b/cobbler.spec @@ -3,7 +3,7 @@ Summary: Boot server configurator Name: cobbler Version: 0.1.1 -Release: 6%{?dist} +Release: 7%{?dist} Source0: %{name}-%{version}.tar.gz License: GPL Group: Applications/System @@ -48,6 +48,8 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/cobbler.1.gz %changelog +* Tue Sep 20 2006 - 0.1.1-7 +- Upstream updates * Fri Sep 15 2006 - 0.1.1-6 - Make koan own it's directory, add GPL "COPYING" file. * Wed Aug 16 2006 - 0.1.1-5 -- cgit