diff --git a/.cvsignore b/.cvsignore index 199affa..3704748 100644 --- a/.cvsignore +++ b/.cvsignore @@ -27,3 +27,4 @@ cobbler-0.6.3.tar.gz cobbler-0.6.4.tar.gz cobbler-0.6.5.tar.gz cobbler-0.8.0.tar.gz +cobbler-0.8.1.tar.gz diff --git a/cobbler.spec b/cobbler.spec index c170d49..f5fc370 100644 --- a/cobbler.spec +++ b/cobbler.spec @@ -2,7 +2,7 @@ Summary: Boot server configurator Name: cobbler AutoReq: no -Version: 0.8.0 +Version: 0.8.1 Release: 1%{?dist} Source0: %{name}-%{version}.tar.gz License: GPLv2+ @@ -92,7 +92,7 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT %defattr(444,apache,apache) /usr/share/cobbler/webui_templates/*.tmpl -%defattr(4755,apache,apache) +%defattr(755,apache,apache) %dir /var/log/cobbler %dir /var/log/cobbler/kicklog %dir /var/www/cobbler/ @@ -183,13 +183,19 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT %defattr(-,root,root) %if 0%{?fedora} > 8 -%{python_sitearch}/func*.egg-info +%{python_sitelib}/cobbler*.egg-info %endif %doc AUTHORS CHANGELOG README COPYING %changelog +* Wed Feb 20 2008 Michael DeHaan - 0.8.1-1 +- Upstream changes (see CHANGELOG) + +* Fri Feb 15 2008 Michael DeHaan - 0.8.0-2 +- Fix egg packaging + * Fri Feb 15 2008 Michael DeHaan - 0.8.0-1 - Upstream changes (see CHANGELOG) diff --git a/sources b/sources index e929de1..9ab7824 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ b5c5e3023038778bf2c7a85035a967fd cobbler-0.8.0.tar.gz +507e597da2dcc9eac54e86de465a7859 cobbler-0.8.1.tar.gz