From f8a1d7a3167847dba0c9a8a412b2da15b4775c22 Mon Sep 17 00:00:00 2001 From: John Eckersberg Date: Dec 07 2009 23:00:04 +0000 Subject: 2.0.2-2 release --- diff --git a/cobbler.spec b/cobbler.spec index cd14ca1..53a19bc 100644 --- a/cobbler.spec +++ b/cobbler.spec @@ -6,8 +6,8 @@ Summary: Boot server configurator Name: cobbler License: GPLv2+ AutoReq: no -Version: 2.0.1 -Release: 1%{?dist} +Version: 2.0.2 +Release: 2%{?dist} Source0: cobbler-%{version}.tar.gz Group: Applications/System Requires: python >= 2.3 @@ -214,6 +214,9 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT %{python_sitelib}/cobbler/*.py* #%{python_sitelib}/cobbler/server/*.py* %{python_sitelib}/cobbler/modules/*.py* +%if 0%{?fedora} >= 9 || 0%{?rhel} >= 5 +%exclude %{python_sitelib}/cobbler/sub_process.py* +%endif %{_mandir}/man1/cobbler.1.gz /etc/init.d/cobblerd %if 0%{?suse_version} >= 1000 @@ -291,7 +294,7 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT %package -n koan Summary: Helper tool that performs cobbler orders on remote machines. -Version: 2.0.1 +Version: 2.0.2 Release: 1%{?dist} Group: Applications/System Requires: mkinitrd @@ -329,6 +332,11 @@ of an existing system. For use with a boot-server configured with Cobbler %{_bindir}/cobbler-register %dir %{python_sitelib}/koan %{python_sitelib}/koan/*.py* +%if 0%{?fedora} >= 9 || 0%{?rhel} >= 5 +%exclude %{python_sitelib}/koan/sub_process.py* +%exclude %{python_sitelib}/koan/opt_parse.py* +%exclude %{python_sitelib}/koan/text_wrap.py* +%endif %{_mandir}/man1/koan.1.gz %{_mandir}/man1/cobbler-register.1.gz %dir /var/log/koan @@ -338,7 +346,7 @@ of an existing system. For use with a boot-server configured with Cobbler %package -n cobbler-web Summary: Web interface for Cobbler -Version: 2.0.1 +Version: 2.0.2 Release: 1%{?dist} Group: Applications/System Requires: cobbler @@ -368,12 +376,14 @@ Web interface for Cobbler that allows visiting http://server/cobbler_web to conf %dir /usr/share/cobbler/web/cobbler_web /usr/share/cobbler/web/cobbler_web/* %config(noreplace) /etc/httpd/conf.d/cobbler_web.conf -%dir /usr/share/cobbler/web/sessions +%dir /var/lib/cobbler/webui_sessions %dir /var/www/cobbler_webui_content /var/www/cobbler_webui_content/* %doc AUTHORS COPYING CHANGELOG README %changelog +* Mon Nov 23 2009 John Eckersberg - 2.0.2-2 +- Upstream changes (see CHANGELOG) * Tue Sep 15 2009 Michael DeHaan - 2.0.0-1 - First release with unified spec files diff --git a/sources b/sources index eeab622..3affb8b 100644 --- a/sources +++ b/sources @@ -1,5 +1 @@ -0b53db8bdc0259dca8c7bd848c3dd813 cobbler-1.6.4.tar.gz -524b6946549c2d75c0e8cafcbffecd34 cobbler-1.6.5.tar.gz -2b7d2b92c1cfbf534b8e83b2a51cf739 cobbler-1.6.6.tar.gz -5e7ac645a1a8fca384959966aed807c8 cobbler-2.0.0.tar.gz -c07c857b1f91764d0ea78c2a5a184259 cobbler-2.0.1.tar.gz +2ca78c5e89ccfc593ead43eaf1f580b6 cobbler-2.0.2.tar.gz