diff --git a/.cvsignore b/.cvsignore index c955160..910dc3c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -24,3 +24,4 @@ cobbler-0.6.0.tar.gz cobbler-0.6.1.tar.gz cobbler-0.6.2.tar.gz cobbler-0.6.3.tar.gz +cobbler-0.6.4.tar.gz diff --git a/cobbler.spec b/cobbler.spec index 91e204b..3de7850 100644 --- a/cobbler.spec +++ b/cobbler.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Summary: Boot server configurator Name: cobbler -Version: 0.6.3 +Version: 0.6.4 Release: 2%{?dist} Source0: %{name}-%{version}.tar.gz License: GPLv2+ @@ -180,7 +180,7 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT %config(noreplace) /var/lib/cobbler/snippets/partition_select /var/lib/cobbler/elilo-3.6-ia64.efi /var/lib/cobbler/menu.c32 -%defattr(660,root,root) +%defattr(660,apache,apache) %config(noreplace) /etc/cobbler/auth.conf %defattr(664,root,root) @@ -192,6 +192,10 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT %changelog +* Wed Nov 14 2007 Michael DeHaan - 0.6.4-2 +- Upstream changes (see CHANGELOG) +- Permissions changes + * Wed Nov 07 2007 Michael DeHaan - 0.6.3-2 - Upstream changes (see CHANGELOG) - now packaging javascript file(s) seperately for WUI diff --git a/sources b/sources index 76f3c25..a1c2711 100644 --- a/sources +++ b/sources @@ -1,3 +1 @@ -72d67d4eea242ed3c406f2cced98eb41 cobbler-0.6.1.tar.gz -4cf9d4e8f97f2e87d85bb675e41f1167 cobbler-0.6.2.tar.gz -c42f441a486a8626ff2b26b3567b37af cobbler-0.6.3.tar.gz +1f46e1860e10b2e250c73ebb2a3d8227 cobbler-0.6.4.tar.gz