From 229c95d03baae05d22e03619c9c7d4d6ba48bd8b Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Thu, 30 Aug 2007 12:02:53 -0400 Subject: Not using NEWS file anymore. --- MANIFEST.in | 2 +- NEWS | 21 --------------------- cobbler.spec | 2 +- 3 files changed, 2 insertions(+), 23 deletions(-) delete mode 100644 NEWS diff --git a/MANIFEST.in b/MANIFEST.in index c2b4c871..ce9dd12a 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -9,7 +9,7 @@ include config/cobbler_hosts recursive-include templates *.template recursive-include kickstarts *.ks include docs/cobbler.1.gz -include COPYING AUTHORS README CHANGELOG NEWS +include COPYING AUTHORS README CHANGELOG include scripts/watcher.py include scripts/cobblerd include scripts/findks.cgi diff --git a/NEWS b/NEWS deleted file mode 100644 index b254b614..00000000 --- a/NEWS +++ /dev/null @@ -1,21 +0,0 @@ -Cobbler NEWS -(all entries mdehaan@redhat.com unless noted otherwise) - -================================= - -Starting with 0.4.2, PXE menus are supported, so RHEL4 users should upgrade their -syslinux: - -wget http://www.kernel.org/pub/linux/utils/boot/syslinux/syslinux-3.36.tar.gz -yum install netpbm-progs nasm - -rpmbuild -ta syslinux-3.36.tar.gz -rpm -Fvh /usr/src/redhat/RPMS/i386/syslinux-3.36-1.i386.rpm # the other RPMs are not required. - -Change in /var/lib/cobbler/settings this line: -standard: /usr/lib/syslinux/pxelinux.0 - -to this: -standard: /usr/share/syslinux/pxelinux.0 - -================================= diff --git a/cobbler.spec b/cobbler.spec index 27eee867..01044ce4 100644 --- a/cobbler.spec +++ b/cobbler.spec @@ -137,7 +137,7 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT %defattr(2755,root,root) %config(noreplace) /var/lib/cobbler/cobbler_hosts %defattr(-,root,root) -%doc AUTHORS CHANGELOG NEWS README COPYING +%doc AUTHORS CHANGELOG README COPYING %changelog -- cgit