Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:lafenghu
cobbler
cobbler.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File cobbler.spec of Package cobbler
# # spec file for package cobbler # # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} #%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %if 0%{?suse_version} %define www_path /srv/ %define apache_user wwwrun %define apache_group www %else %define www_path %{_var} %define apache_user apache %define apache_group apache %endif %define _binaries_in_noarch_packages_terminate_build 0 Summary: Boot server configurator Name: cobbler License: GPL-2.0+ Version: 2.2.2 Release: 6 Source0: cobbler-%{version}.tar.bz2 Source1: vendor-files.tar.bz2 Patch0: fix-initscript.dif Patch1: suse_config.diff Patch2: cobbler_web_config.diff Patch13: users_patch.diff Patch14: setup_py.diff Patch20: fix_suse_import.diff Group: Applications/System Requires: python >= 2.3 %if 0%{?suse_version} >= 1000 Requires: apache2 Requires: apache2-mod_python Requires: apache2-mod_wsgi #Requires: tftp %ifarch %ix86 x86_64 Requires: syslinux %endif BuildRequires: apache2 apache2-mod_python tftp distribution-release %else Requires: httpd Requires: tftp-server Requires: mod_python %endif Requires: createrepo Requires: openssl #%if 0%{?fedora} >= 11 || 0%{?rhel} >= 6 #Requires: fence-agents #%endif #%if 0%{?fedora} >= 11 || 0%{?rhel} >= 6 #Requires: genisoimage #%else Requires: mkisofs #%endif Requires: libyaml-0-2 Requires: python-cheetah Requires: python-netaddr Requires: python-simplejson #%if 0%{?fedora} >= 8 #BuildRequires: python-setuptools-devel #%else BuildRequires: python-setuptools #%endif Requires: python-urlgrabber Requires: python-yaml %if 0%{?suse_version} < 0 BuildRequires: redhat-rpm-config %endif Requires: rsync #%if 0%{?fedora} >= 6 || 0%{?rhel} >= 5 Requires: yum-utils #%endif Requires(post): /sbin/chkconfig Requires(preun): /sbin/chkconfig Requires(preun): /sbin/service %if 0%{?suse_version} Requires(post): %fillup_prereq %insserv_prereq Requires(preun): %fillup_prereq %insserv_prereq Requires(preun): %fillup_prereq %insserv_prereq %endif #%if 0%{?fedora} >= 11 || 0%{?rhel} >= 6 #%{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]" || echo 0)} #Requires: python(abi) >= %{pyver} #%endif BuildRequires: python-yaml BuildRequires: python-cheetah BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot #BuildArch: noarch Url: http://fedorahosted.org/cobbler %description Cobbler is a network install server. Cobbler supports PXE, virtualized installs, and reinstalling existing Linux machines. The last two modes use a helper tool, 'koan', that integrates with cobbler. There is also a web interface 'cobbler-web'. 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 a XMLRPC API for integration with other applications. %prep %setup -q %setup -a1 %if 0%{?suse_version} %patch0 %patch1 %patch2 %endif %patch13 %patch14 %patch20 mv vendor-files/cobbler.1.gz docs %build %{__python} setup.py build %install test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT %if 0%{?suse_version} %if 0%{?suse_version} >= 1110 mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/sysconfig/SuSEfirewall2.d mv vendor-files/cobbler_firewall_settings $RPM_BUILD_ROOT/%{_sysconfdir}/sysconfig/SuSEfirewall2.d/cobbler %endif PREFIX="--prefix=/usr" mkdir -p $RPM_BUILD_ROOT/etc/apache2/vhosts.d %endif mkdir -p $RPM_BUILD_ROOT/%{www_path}/www/logs %{__python} setup.py install --optimize=1 --root=$RPM_BUILD_ROOT $PREFIX mkdir -p $RPM_BUILD_ROOT/usr/sbin ln -sf ../../etc/init.d/cobblerd $RPM_BUILD_ROOT/usr/sbin/rccobblerd #%if 0%{?suse_version} >= 1000 #mv $RPM_BUILD_ROOT/etc/httpd/conf.d/* $RPM_BUILD_ROOT/etc/apache2/vhosts.d/ #%endif %post if [ "$1" = "1" ]; then # This happens upon initial install. Upgrades will follow the next else %if 0%{?suse_version} %{fillup_and_insserv cobblerd} sysconf_addword /etc/sysconfig/apache2 APACHE_MODULES proxy sysconf_addword /etc/sysconfig/apache2 APACHE_MODULES python sysconf_addword /etc/sysconfig/apache2 APACHE_MODULES proxy_http sysconf_addword /etc/sysconfig/apache2 APACHE_MODULES proxy_connect sysconf_addword /etc/sysconfig/apache2 APACHE_MODULES wsgi %else /sbin/chkconfig --add cobblerd %endif elif [ "$1" -ge "2" ]; then # backup config if [ -e /var/lib/cobbler/distros ]; then cp /var/lib/cobbler/distros* /var/lib/cobbler/backup 2>/dev/null cp /var/lib/cobbler/profiles* /var/lib/cobbler/backup 2>/dev/null cp /var/lib/cobbler/systems* /var/lib/cobbler/backup 2>/dev/null cp /var/lib/cobbler/repos* /var/lib/cobbler/backup 2>/dev/null cp /var/lib/cobbler/networks* /var/lib/cobbler/backup 2>/dev/null fi if [ -e /var/lib/cobbler/config ]; then cp -a /var/lib/cobbler/config /var/lib/cobbler/backup 2>/dev/null fi # upgrade older installs # move power and pxe-templates from /etc/cobbler, backup new templates to *.rpmnew for n in power pxe; do rm -f /etc/cobbler/$n*.rpmnew find /etc/cobbler -maxdepth 1 -name "$n*" -type f | while read f; do newf=/etc/cobbler/$n/`basename $f` [ -e $newf ] && mv $newf $newf.rpmnew mv $f $newf done done # upgrade older installs # copy kickstarts from /etc/cobbler to /var/lib/cobbler/kickstarts rm -f /etc/cobbler/*.ks.rpmnew find /etc/cobbler -maxdepth 1 -name "*.ks" -type f | while read f; do newf=/var/lib/cobbler/kickstarts/`basename $f` [ -e $newf ] && mv $newf $newf.rpmnew cp $f $newf done # reserialize and restart # FIXIT: ????? #/usr/bin/cobbler reserialize /sbin/service cobblerd condrestart fi %if 0%{?suse_version} %preun %stop_on_removal cobblerd %postun %restart_on_update cobblerd %else %preun if [ $1 = 0 ]; then /sbin/service cobblerd stop >/dev/null 2>&1 || : chkconfig --del cobblerd || : fi %postun if [ "$1" -ge "1" ]; then /sbin/service cobblerd condrestart >/dev/null 2>&1 || : /sbin/service apache2 condrestart >/dev/null 2>&1 || : fi %endif %files %if 0%{?suse_version} > 1120 %defattr(755,root,root) %dir /%{_sysconfdir}/sysconfig/SuSEfirewall2.d %endif %if 0%{?suse_version} >= 1110 %defattr(755,root,root) %dir /%{_sysconfdir}/sysconfig/SuSEfirewall2.d/cobbler %defattr(755,wwwrun,www) %else %defattr(755,apache,apache) %endif %dir /%{www_path}/www/cobbler/svc/ /%{www_path}/www/cobbler/svc/* %{_sbindir}/rccobblerd %defattr(755,root,root) %dir /usr/share/cobbler %dir /usr/share/cobbler/installer_templates %defattr(744,root,root) %defattr(744,root,root) #%defattr(755,apache,apache) (MOVED to cobbler-web) #%dir /usr/share/cobbler/webui_templates (MOVED to cobbler-web) #%defattr(444,apache,apache) (MOVED to cobbler-web) #/usr/share/cobbler/webui_templates/*.tmpl (MOVED to cobbler-web) %defattr(755,root,root) %dir /var/log/cobbler %dir /var/log/cobbler/tasks %dir /var/log/cobbler/kicklog %if 0%{?suse_version} %defattr(755,wwwrun,www) %else %defattr(755,apache,apache) %endif %dir /%{www_path}/www/cobbler/ %dir /%{www_path}/www/cobbler/localmirror %dir /%{www_path}/www/cobbler/repo_mirror %dir /%{www_path}/www/cobbler/ks_mirror %dir /%{www_path}/www/cobbler/ks_mirror/config %dir /%{www_path}/www/cobbler/links %dir /%{www_path}/www/cobbler/aux %defattr(444,%{apache_user},%{apache_group}) /%{www_path}/www/cobbler/aux/anamon /%{www_path}/www/cobbler/aux/anamon.init %defattr(755,root,root) %{_bindir}/cobbler %{_bindir}/cobbler-ext-nodes %{_bindir}/cobblerd %defattr(-,root,root) %dir /etc/cobbler %dir /etc/cobbler/pxe %dir /etc/cobbler/reporting %dir /etc/cobbler/power %config(noreplace) /var/lib/cobbler/kickstarts/*.ks %config(noreplace) /var/lib/cobbler/kickstarts/*.xml %config(noreplace) /var/lib/cobbler/kickstarts/*.seed %config(noreplace) /etc/cobbler/*.template %config(noreplace) /etc/cobbler/pxe/*.template %config(noreplace) /etc/cobbler/reporting/*.template %config(noreplace) /etc/cobbler/power/*.template %config(noreplace) /etc/cobbler/rsync.exclude #%config(noreplace) /etc/logrotate.d/cobblerd_rotate %config(noreplace) /etc/cobbler/modules.conf %config(noreplace) /etc/cobbler/users.conf %config(noreplace) /etc/cobbler/cheetah_macros # new in 2.1.0 %config(noreplace) /etc/cobbler/auth.conf %config(noreplace) /etc/cobbler/cobbler.conf %config(noreplace) /etc/cobbler/cobbler_bash %config(noreplace) /etc/cobbler/cobbler_web.conf %config(noreplace) /etc/cobbler/cobblerd %config(noreplace) /etc/cobbler/cobblerd_rotate %config(noreplace) /etc/cobbler/completions %dir /etc/cobbler/ldap %config(noreplace) /etc/cobbler/ldap/ldap_authconfig.template %config(noreplace) /etc/cobbler/version # new in 2.2.1 %dir /etc/cobbler/iso %config(noreplace) /etc/cobbler/mongodb.conf %config(noreplace) /etc/cobbler/iso/buildiso.template %config(noreplace) /etc/cobbler/cobblerd.service %{_sbindir}/tftpd.py %dir %{python_sitelib}/cobbler %dir %{python_sitelib}/cobbler/modules %{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 %config(noreplace) /etc/apache2/conf.d/cobbler.conf #%config(noreplace) /etc/apache2/conf.d/cobbler_wsgi.conf %else %config(noreplace) /etc/httpd/conf.d/cobbler.conf %endif %dir /var/log/cobbler/syslog %dir /var/log/cobbler/anamon %defattr(755,root,root) %dir /var/lib/cobbler %dir /var/lib/cobbler/config/ %dir /var/lib/cobbler/config/distros.d/ %dir /var/lib/cobbler/config/profiles.d/ %dir /var/lib/cobbler/config/systems.d/ %dir /var/lib/cobbler/config/repos.d/ %dir /var/lib/cobbler/config/images.d/ %dir /var/lib/cobbler/kickstarts/ %dir /var/lib/cobbler/triggers %dir /var/lib/cobbler/triggers/change %dir /var/lib/cobbler/triggers/add %dir /var/lib/cobbler/triggers/add/distro %dir /var/lib/cobbler/triggers/add/distro/pre %dir /var/lib/cobbler/triggers/add/distro/post %dir /var/lib/cobbler/triggers/add/profile %dir /var/lib/cobbler/triggers/add/profile/pre %dir /var/lib/cobbler/triggers/add/profile/post %dir /var/lib/cobbler/triggers/add/system %dir /var/lib/cobbler/triggers/add/system/pre %dir /var/lib/cobbler/triggers/add/system/post %dir /var/lib/cobbler/triggers/add/repo %dir /var/lib/cobbler/triggers/add/repo/pre %dir /var/lib/cobbler/triggers/add/repo/post %dir /var/lib/cobbler/triggers/delete %dir /var/lib/cobbler/triggers/delete/distro %dir /var/lib/cobbler/triggers/delete/distro/pre %dir /var/lib/cobbler/triggers/delete/distro/post %dir /var/lib/cobbler/triggers/delete/profile %dir /var/lib/cobbler/triggers/delete/profile/pre %dir /var/lib/cobbler/triggers/delete/profile/post %dir /var/lib/cobbler/triggers/delete/system %dir /var/lib/cobbler/triggers/delete/system/pre %dir /var/lib/cobbler/triggers/delete/system/post %dir /var/lib/cobbler/triggers/delete/repo %dir /var/lib/cobbler/triggers/delete/repo/pre %dir /var/lib/cobbler/triggers/delete/repo/post %dir /var/lib/cobbler/triggers/sync %dir /var/lib/cobbler/triggers/sync/pre %dir /var/lib/cobbler/triggers/sync/post %dir /var/lib/cobbler/triggers/install %dir /var/lib/cobbler/triggers/install/pre %dir /var/lib/cobbler/triggers/install/post %dir /var/lib/cobbler/snippets/ %defattr(664,root,root) %config(noreplace) /etc/cobbler/settings %config(noreplace) /var/lib/cobbler/snippets/* %dir %attr(764,root,root)/var/lib/cobbler/loaders %defattr(660,root,root) %config(noreplace) /etc/cobbler/users.digest %defattr(664,root,root) %defattr(-,root,root) %if 0%{?suse_version} >= 1110 %{python_sitelib}/cobbler-%{version}-py%{py_ver}.egg-info %endif %doc AUTHORS CHANGELOG README COPYING %package -n koan Summary: Helper tool that performs cobbler orders on remote machines Group: Applications/System Requires: python >= 1.5 Requires: python-virtinst BuildRequires: python-devel %if 0%{?fedora} >= 11 || 0%{?rhel} >= 6 %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")} Requires: python(abi) >= %{pyver} %endif %if 0%{?fedora} >= 8 BuildRequires: python-setuptools-devel %endif %if 0%{?rhel} >= 4 BuildRequires: python-setuptools %endif BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot #BuildArch: noarch Url: http://fedorahosted.org/cobbler/ %description -n koan Koan stands for kickstart-over-a-network and allows for both network installation of new virtualized guests and reinstallation of an existing system. For use with a boot-server configured with Cobbler %files -n koan %defattr(-,root,root) # FIXME: need to generate in setup.py #%if 0%{?fedora} > 8 #%{python_sitelib}/koan*.egg-info #%endif %{_bindir}/koan %{_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 %doc AUTHORS COPYING CHANGELOG README %package -n cobbler-web Summary: Web interface for Cobbler Group: Applications/System Requires: cobbler Requires: python-django BuildRequires: python-devel %if 0%{?fedora} >= 11 || 0%{?rhel} >= 6 %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")} Requires: python(abi) >= %{pyver} %endif %if 0%{?fedora} >= 8 BuildRequires: python-setuptools-devel %else BuildRequires: python-setuptools %endif BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot #BuildArch: noarch Url: http://fedorahosted.org/cobbler/ %description -n cobbler-web Web interface for Cobbler that allows visiting http://server/cobbler_web to configure the install server. %files -n cobbler-web %defattr(-,%{apache_user},%{apache_group}) %dir /usr/share/cobbler/web /usr/share/cobbler/web/* %if 0%{?suse_version} >= 1010 %config(noreplace) /etc/apache2/vhosts.d/cobbler_web.conf %else %config(noreplace) /etc/httpd/conf.d/cobbler_web.conf %endif %dir /var/lib/cobbler/webui_sessions %dir /%{www_path}/www/cobbler_webui_content %dir /%{www_path}/www/logs /%{www_path}/www/cobbler_webui_content/* %doc AUTHORS COPYING CHANGELOG README %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor