summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--MANIFEST.in2
-rw-r--r--NEWS21
-rw-r--r--cobbler.spec2
3 files changed, 2 insertions, 23 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index c2b4c87..ce9dd12 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 b254b61..0000000
--- 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 27eee86..01044ce 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