diff --git a/.cvsignore b/.cvsignore index cefa373..481d371 100644 --- a/.cvsignore +++ b/.cvsignore @@ -46,3 +46,4 @@ cobbler-1.2.8.tar.gz cobbler-1.2.9.tar.gz cobbler-1.4.0.tar.gz cobbler-1.4.1.tar.gz +cobbler-1.4.2.tar.gz diff --git a/cobbler.spec b/cobbler.spec index 3eff8df..cb6a411 100644 --- a/cobbler.spec +++ b/cobbler.spec @@ -2,7 +2,7 @@ Summary: Boot server configurator Name: cobbler AutoReq: no -Version: 1.4.1 +Version: 1.4.2 Release: 1%{?dist} Source0: %{name}-%{version}.tar.gz License: GPLv2+ @@ -58,7 +58,7 @@ modes use a helper tool, 'koan', that integrates with cobbler. Cobbler's advanced features include importing distributions from DVDs and rsync mirrors, kickstart templating, integrated yum -mirroring, and built-in DHCP/DNS Management. Cobbler has +mirroring, and built-in DHCP/DNS/power Management. Cobbler has a Python and XMLRPC API for integration with other applications. There is also a web interface. @@ -157,10 +157,8 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT %dir /var/www/cobbler/links %defattr(755,apache,apache) %dir /var/www/cobbler/webui -%dir /var/www/cobbler/aux %defattr(444,apache,apache) /var/www/cobbler/webui/* -/var/www/cobbler/aux/* %defattr(755,root,root) %{_bindir}/cobbler @@ -199,7 +197,6 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT %config(noreplace) /etc/httpd/conf.d/cobbler_svc.conf %endif %dir /var/log/cobbler/syslog -%dir /var/log/cobbler/anamon %defattr(755,root,root) %dir /var/lib/cobbler @@ -265,7 +262,6 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT %config(noreplace) /var/lib/cobbler/snippets/func_register_if_enabled %config(noreplace) /var/lib/cobbler/snippets/download_config_files %config(noreplace) /var/lib/cobbler/snippets/koan_environment -%config(noreplace) /var/lib/cobbler/snippets/pre_anamon %config(noreplace) /var/lib/cobbler/snippets/redhat_register /var/lib/cobbler/elilo-3.8-ia64.efi /var/lib/cobbler/menu.c32 @@ -285,6 +281,9 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT %changelog +* Thu Feb 12 2009 Michael DeHaan - 1.4.2-1 +- Upstream changes (see CHANGELOG) + * Mon Jan 09 2009 Michael DeHaan - 1.4.1-1 - Upstream changes (see CHANGELOG) diff --git a/sources b/sources index 8f98765..6ba5d0d 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ a85b0ddfb7186f7ea5ed327f1be9c6dc cobbler-1.4.1.tar.gz +08f72c9ed10fe18b414d6a0b7942bc65 cobbler-1.4.2.tar.gz