summaryrefslogtreecommitdiffstats
path: root/cobbler.spec
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-02-19 14:56:45 -0500
committerJim Meyering <jim@meyering.net>2007-02-19 14:56:45 -0500
commit4a2197efaa111af43ebfcc4455112a2ce2a89ea7 (patch)
treecbb856252ebda6066c0119ff08f2200f31faba24 /cobbler.spec
parent9abf7a23819275bc32869b056eb28c711bc7e10c (diff)
downloadthird_party-cobbler-4a2197efaa111af43ebfcc4455112a2ce2a89ea7.tar.gz
third_party-cobbler-4a2197efaa111af43ebfcc4455112a2ce2a89ea7.tar.xz
third_party-cobbler-4a2197efaa111af43ebfcc4455112a2ce2a89ea7.zip
Bundle and install menu.c32 for those distros (like RHEL4) that don't package it.
Diffstat (limited to 'cobbler.spec')
-rw-r--r--cobbler.spec8
1 files changed, 6 insertions, 2 deletions
diff --git a/cobbler.spec b/cobbler.spec
index e09e6cd..f3df5a2 100644
--- a/cobbler.spec
+++ b/cobbler.spec
@@ -2,8 +2,8 @@
Summary: Boot server configurator
Name: cobbler
-Version: 0.4.0
-Release: 1%{?dist}
+Version: 0.4.1
+Release: 0%{?dist}
Source0: %{name}-%{version}.tar.gz
License: GPL
Group: Applications/System
@@ -102,6 +102,7 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/cobbler.1.gz
%dir /var/lib/cobbler
/var/lib/cobbler/elilo-3.6-ia64.efi
+/var/lib/cobbler/menu.c32
/var/www/cobbler/watcher.py*
/etc/init.d/cobblersyslogd
%dir /var/log/cobbler/syslog
@@ -110,6 +111,9 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT
%changelog
+* Mon Feb 19 2007 Michael DeHaan <mdehaan@redhat.com> - 0.4.1-0
+- Bundles menu.c32 (syslinux) for those distros that don't provide it.
+
* Mon Feb 19 2007 Michael DeHaan <mdehaan@redhat.com> - 0.4.0-1
- Upstream changes (see CHANGELOG)
- Cobbler RPM now owns various directories it uses versus creating them using commands.