diff --git a/cobbler.spec b/cobbler.spec index 4977739..f7e4c16 100644 --- a/cobbler.spec +++ b/cobbler.spec @@ -1,9 +1,10 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} +%define _binaries_in_noarch_packages_terminate_build 0 Summary: Boot server configurator Name: cobbler AutoReq: no Version: 1.4.2 -Release: 2%{?dist} +Release: 3%{?dist} Source0: %{name}-%{version}.tar.gz License: GPLv2+ Group: Applications/System @@ -280,6 +281,9 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT %changelog +* Thu Feb 26 2009 Michael DeHaan - 1.4.2-3 +- Allow binaries that we serve up to other arches + * Tue Feb 24 2009 Fedora Release Engineering - 1.4.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild