Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Cloud:OpenStack:Upstream:Zed
openstack-nova
openstack-nova.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File openstack-nova.spec of Package openstack-nova
# # spec file for package openstack-nova # # Copyright (c) 2023 SUSE LLC # # 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 https://bugs.opensuse.org/ # %global with_doc 1 Name: openstack-nova Version: 26.2.1~dev7 Release: 0 Epoch: 0 Summary: OpenStack Compute (nova) License: Apache-2.0 URL: https://docs.openstack.org/nova Source0: nova-stable-zed.tar.gz Source1: openstack-nova.defaultconf Source3: openstack-nova.logrotate Source6: openstack-nova-polkit.rules Source7: openstack-nova.sudoers Source8: unittests.blacklist Source9: openstack-nova.modules Source10: openstack-nova.modprobe Source11: openstack-nova-api.service Source12: openstack-nova-compute.service Source14: openstack-nova-scheduler.service Source18: openstack-nova-api-metadata.service Source19: openstack-nova-conductor.service Source21: openstack-nova-spicehtml5proxy.service Source22: openstack-nova-novncproxy.service Source23: openstack-nova-serialproxy.service Source24: openstack-nova-api-os-compute.service Source27: openstack-nova.tmpfiles Source50: openstack-nova.README.config BuildRequires: fdupes BuildRequires: openstack-macros BuildRequires: polkit BuildRequires: python3-barbicanclient BuildRequires: python3-cinderclient BuildRequires: python3-glanceclient BuildRequires: python3-ironicclient BuildRequires: python3-keystoneclient BuildRequires: python3-neutronclient BuildRequires: python3-novaclient BuildRequires: python39-PyMySQL BuildRequires: python39-cursive BuildRequires: python39-dataclasses BuildRequires: python39-ddt BuildRequires: python39-fixtures BuildRequires: python39-keystoneauth1 BuildRequires: python39-keystonemiddleware BuildRequires: python39-microversion_parse BuildRequires: python39-os-api-ref BuildRequires: python39-os-brick BuildRequires: python39-os-resource-classes BuildRequires: python39-os-service-types BuildRequires: python39-os-traits BuildRequires: python39-os-vif BuildRequires: python39-os-win BuildRequires: python39-oslo.cache BuildRequires: python39-oslo.concurrency BuildRequires: python39-oslo.config BuildRequires: python39-oslo.context BuildRequires: python39-oslo.db BuildRequires: python39-oslo.i18n BuildRequires: python39-oslo.log BuildRequires: python39-oslo.messaging BuildRequires: python39-oslo.middleware BuildRequires: python39-oslo.policy BuildRequires: python39-oslo.privsep BuildRequires: python39-oslo.reports BuildRequires: python39-oslo.rootwrap BuildRequires: python39-oslo.serialization BuildRequires: python39-oslo.service BuildRequires: python39-oslo.upgradecheck BuildRequires: python39-oslo.utils BuildRequires: python39-oslo.versionedobjects BuildRequires: python39-oslo.vmware BuildRequires: python39-oslotest BuildRequires: python39-osprofiler BuildRequires: python39-paramiko BuildRequires: python39-psycopg2 BuildRequires: python39-python-subunit BuildRequires: python39-requests-mock BuildRequires: python39-retrying BuildRequires: python39-testrepository BuildRequires: python39-testresources BuildRequires: python39-testscenarios BuildRequires: python39-testtools BuildRequires: python39-tooz BuildRequires: python39-websockify BuildRequires: python39-wsgi_intercept BuildRequires: sudo Requires: logrotate Requires: python3-nova = %{epoch}:%{version}-%{release} BuildArch: noarch %if 0%{?suse_version} BuildRequires: systemd-rpm-macros Requires(pre): pwdutils %{?systemd_requires} %else BuildRequires: systemd Requires(post): systemd Requires(postun):systemd Requires(pre): shadow-utils Requires(preun):systemd %endif %description OpenStack Compute (codename Nova) is open source software designed to provision and manage large networks of virtual machines, creating a redundant and scalable cloud computing platform. It gives you the software, control panels, and APIs required to orchestrate a cloud, including running instances, managing networks, and controlling access through users and projects. OpenStack Compute strives to be both hardware and hypervisor agnostic, currently supporting a variety of standard hardware configurations and seven major hypervisors. %package -n python3-nova Summary: Nova Python library Group: Applications/System # Require openssh for ssh-keygen Requires: openssh Requires: openssl Requires: python3-cinderclient Requires: python3-glanceclient Requires: python3-neutronclient Requires: python39-Babel Requires: python39-Jinja2 Requires: python39-Paste Requires: python39-PasteDeploy Requires: python39-PrettyTable Requires: python39-Routes Requires: python39-SQLAlchemy Requires: python39-WebOb Requires: python39-castellan Requires: python39-cryptography Requires: python39-cursive Requires: python39-dataclasses Requires: python39-decorator Requires: python39-eventlet Requires: python39-greenlet Requires: python39-iso8601 Requires: python39-jsonschema Requires: python39-keystoneauth1 Requires: python39-keystonemiddleware Requires: python39-lxml Requires: python39-microversion_parse Requires: python39-netaddr Requires: python39-netifaces Requires: python39-os-brick Requires: python39-os-resource-classes Requires: python39-os-service-types Requires: python39-os-vif Requires: python39-os-win Requires: python39-oslo.cache Requires: python39-oslo.concurrency Requires: python39-oslo.config Requires: python39-oslo.context Requires: python39-oslo.db Requires: python39-oslo.i18n Requires: python39-oslo.log Requires: python39-oslo.messaging Requires: python39-oslo.middleware Requires: python39-oslo.policy Requires: python39-oslo.privsep Requires: python39-oslo.reports Requires: python39-oslo.rootwrap Requires: python39-oslo.serialization Requires: python39-oslo.service Requires: python39-oslo.utils Requires: python39-oslo.versionedobjects Requires: python39-paramiko Requires: python39-pbr Requires: python39-psutil Requires: python39-requests Requires: python39-retrying Requires: python39-rfc3986 Requires: python39-six Requires: python39-sqlalchemy-migrate Requires: python39-stevedore Requires: python39-tooz Requires: python39-websockify Requires: sudo %description -n python3-nova OpenStack Compute (codename Nova) is open source software designed to provision and manage large networks of virtual machines, creating a redundant and scalable cloud computing platform. This package contains the nova Python library. %package api Summary: OpenStack Nova - API service Group: Applications/System Requires: %{name} = %{epoch}:%{version}-%{release} %description api OpenStack Compute (codename Nova) is open source software designed to provision and manage large networks of virtual machines, creating a redundant and scalable cloud computing platform. It gives you the software, control panels, and APIs required to orchestrate a cloud, including running instances, managing networks, and controlling access through users and projects. OpenStack Compute strives to be both hardware and hypervisor agnostic, currently supporting a variety of standard hardware configurations and seven major hypervisors. This package contains the Nova services providing programmatic access. %package compute Summary: OpenStack Nova Virtual Machine control service Group: Applications/System Requires: %{name} = %{epoch}:%{version}-%{release} Requires: bridge-utils Requires: curl Requires: ipmitool Requires: iptables Requires: lvm2 Requires: python3-ironicclient Requires: python39-libguestfs Requires: python39-libvirt-python Requires: rsync %if 0%{?suse_version} && 0%{?sle_version} >= 150000 Requires: mkisofs %else Requires: genisoimage %endif %if 0%{?suse_version} Requires: dosfstools Requires: open-iscsi Requires: openssh Requires: tunctl %else Requires: iscsi-initiator-utils Requires: openssh-clients %endif %description compute OpenStack Compute (codename Nova) is open source software designed to provision and manage large networks of virtual machines, creating a redundant and scalable cloud computing platform. It gives you the software, control panels, and APIs required to orchestrate a cloud, including running instances, managing networks, and controlling access through users and projects. OpenStack Compute strives to be both hardware and hypervisor agnostic, currently supporting a variety of standard hardware configurations and seven major hypervisors. This package contains the Nova service for controlling Virtual Machines. %package conductor Summary: OpenStack Nova Conductor services Group: Applications/System Requires: %{name} = %{epoch}:%{version}-%{release} %description conductor OpenStack Compute (codename Nova) is open source software designed to provision and manage large networks of virtual machines, creating a redundant and scalable cloud computing platform. It gives you the software, control panels, and APIs required to orchestrate a cloud, including running instances, managing networks, and controlling access through users and projects. OpenStack Compute strives to be both hardware and hypervisor agnostic, currently supporting a variety of standard hardware configurations and seven major hypervisors. This package contains the Nova services providing database access for the compute service %package novncproxy Summary: OpenStack Nova noVNC proxy service Group: Applications/System Requires: %{name} = %{epoch}:%{version}-%{release} Requires: novnc %description novncproxy OpenStack Compute (codename Nova) is open source software designed to provision and manage large networks of virtual machines, creating a redundant and scalable cloud computing platform. It gives you the software, control panels, and APIs required to orchestrate a cloud, including running instances, managing networks, and controlling access through users and projects. OpenStack Compute strives to be both hardware and hypervisor agnostic, currently supporting a variety of standard hardware configurations and seven major hypervisors. This package contains the Nova noVNC Proxy service that can proxy VNC traffic over browser websockets connections. %package scheduler Summary: OpenStack Nova VM distribution service Group: Applications/System Requires: %{name} = %{epoch}:%{version}-%{release} %description scheduler OpenStack Compute (codename Nova) is open source software designed to provision and manage large networks of virtual machines, creating a redundant and scalable cloud computing platform. It gives you the software, control panels, and APIs required to orchestrate a cloud, including running instances, managing networks, and controlling access through users and projects. OpenStack Compute strives to be both hardware and hypervisor agnostic, currently supporting a variety of standard hardware configurations and seven major hypervisors. This package contains the service for scheduling where to run Virtual Machines in the cloud. %package serialproxy Summary: OpenStack Nova serial console access service Group: Applications/System Requires: %{name} = %{epoch}:%{version}-%{release} Requires: novnc %description serialproxy OpenStack Compute (codename Nova) is open source software designed to provision and manage large networks of virtual machines, creating a redundant and scalable cloud computing platform. It gives you the software, control panels, and APIs required to orchestrate a cloud, including running instances, managing networks, and controlling access through users and projects. OpenStack Compute strives to be both hardware and hypervisor agnostic, currently supporting a variety of standard hardware configurations and seven major hypervisors. This package contains the Nova services providing the serial console access service to Virtual Machines. %package spicehtml5proxy Summary: OpenStack Nova - Spice HTML5 console access service Group: Applications/System Requires: %{name} = %{epoch}:%{version}-%{release} %description spicehtml5proxy OpenStack Compute (codename Nova) is open source software designed to provision and manage large networks of virtual machines, creating a redundant and scalable cloud computing platform. It gives you the software, control panels, and APIs required to orchestrate a cloud, including running instances, managing networks, and controlling access through users and projects. OpenStack Compute strives to be both hardware and hypervisor agnostic, currently supporting a variety of standard hardware configurations and seven major hypervisors. This package contains the Nova services providing the spice HTML5 console access service to Virtual Machines. %if 0%{?with_doc} %package doc Summary: Documentation for OpenStack Compute Group: Documentation/HTML BuildRequires: graphviz BuildRequires: python39-Sphinx BuildRequires: python39-openstackdocstheme BuildRequires: python39-sphinx-feature-classification BuildRequires: python39-sphinxcontrib-actdiag BuildRequires: python39-sphinxcontrib-seqdiag BuildRequires: python39-sphinxcontrib-svg2pdfconverter %description doc OpenStack Compute (codename Nova) is open source software designed to provision and manage large networks of virtual machines, creating a redundant and scalable cloud computing platform. This package contains documentation files for nova. %endif %prep %autosetup -p1 -n nova-26.2.1.dev7 %py_req_cleanup find . \( -name .gitignore -o -name .placeholder \) -delete find nova -name \*.py -exec sed -i '/\/usr\/bin\/env python/{d;q}' {} + %build %{py3_build} %if 0%{?with_doc} export PBR_VERSION=26.2.1.dev7 PYTHONPATH=$PWD %sphinx_build -b html doc/source doc/build/html %sphinx_build -b man doc/source doc/build/man # remove the sphinx-build leftovers rm -rf doc/build/html/.{doctrees,buildinfo} rm -rf doc/build/man/.{doctrees,buildinfo} %fdupes doc/build/html/ %fdupes doc/build/man/ %endif # config file generation PYTHONPATH=. oslo-config-generator --config-file=etc/nova/nova-config-generator.conf PYTHONPATH=. oslopolicy-sample-generator --config-file=etc/nova/nova-policy-generator.conf %install %{py3_install} %if 0%{?with_doc} # man pages mkdir -p %{buildroot}%{_mandir}/man1 install -p -D -m 644 doc/build/man/*.1 %{buildroot}%{_mandir}/man1/ %endif # Setup directories install -d -m 755 %{buildroot}%{_localstatedir}/lib/nova install -d -m 755 %{buildroot}%{_localstatedir}/lib/nova/instances install -d -m 755 %{buildroot}%{_localstatedir}/lib/nova/keys install -d -m 755 %{buildroot}%{_localstatedir}/lib/nova/tmp install -d -m 750 %{buildroot}%{_localstatedir}/log/nova install -d -m 700 %{buildroot}%{_rundir}/nova install -d -m 700 %{buildroot}%{_localstatedir}/cache/nova # systemd tmpfiles install -D -m 644 %{SOURCE27} %{buildroot}/%_tmpfilesdir/%name.conf # Install config files install -d -m 755 %{buildroot}%{_sysconfdir}/nova install -d -m 755 %{buildroot}%{_sysconfdir}/nova/nova.conf.d install -p -D -m 640 %{SOURCE50} %{buildroot}%{_sysconfdir}/nova/README.config install -p -D -m 640 %{SOURCE1} %{buildroot}%{_sysconfdir}/nova/nova.conf.d/010-nova.conf install -p -D -m 640 etc/nova/api-paste.ini %{buildroot}%{_sysconfdir}/nova/api-paste.ini install -p -D -m 640 etc/nova/logging_sample.conf %{buildroot}%{_sysconfdir}/nova/logging.conf install -p -D -m 640 etc/nova/nova.conf.sample %{buildroot}%{_sysconfdir}/nova/nova.conf install -p -D -m 640 etc/nova/policy.yaml.sample %{buildroot}%{_sysconfdir}/nova/policy.yaml install -p -D -m 640 etc/nova/rootwrap.conf %{buildroot}%{_sysconfdir}/nova/rootwrap.conf # delete installed conf files in usr/etc rm -rf %{buildroot}%{_prefix}%{_sysconfdir}/ # Install version info file cat > %{buildroot}%{_sysconfdir}/nova/release <<EOF [Nova] vendor = %{distribution} product = OpenStack Nova package = %{version}-%{release} EOF # install logrotate install -p -D -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/logrotate.d/%{name} # install completion install -p -D -m 644 tools/nova-manage.bash_completion %{buildroot}%{_sysconfdir}/bash_completion.d/openstack-nova-manage.sh # install polkit install -D -m 644 %{SOURCE6} %{buildroot}%{_datadir}/polkit-1/rules.d/10-openstack-nova-compute.rules # install modules/modprobe install -D -m 644 %{SOURCE9} %{buildroot}%{_libexecdir}/modules-load.d/openstack-nova-compute.conf install -D -m 644 %{SOURCE10} %{buildroot}%{_sysconfdir}/modprobe.d/openstack-nova-compute # install sudoers install -p -D -m 440 %{SOURCE7} %{buildroot}%{_sysconfdir}/sudoers.d/%{name} # install systemd service files install -p -D -m 755 %{SOURCE11} %{buildroot}%{_unitdir}/%{name}-api.service install -p -D -m 755 %{SOURCE12} %{buildroot}%{_unitdir}/%{name}-compute.service install -p -D -m 755 %{SOURCE14} %{buildroot}%{_unitdir}/%{name}-scheduler.service install -p -D -m 755 %{SOURCE18} %{buildroot}%{_unitdir}/%{name}-api-metadata.service install -p -D -m 755 %{SOURCE19} %{buildroot}%{_unitdir}/%{name}-conductor.service install -p -D -m 755 %{SOURCE21} %{buildroot}%{_unitdir}/%{name}-spicehtml5proxy.service install -p -D -m 755 %{SOURCE22} %{buildroot}%{_unitdir}/%{name}-novncproxy.service install -p -D -m 755 %{SOURCE23} %{buildroot}%{_unitdir}/%{name}-serialproxy.service install -p -D -m 755 %{SOURCE24} %{buildroot}%{_unitdir}/%{name}-api-os-compute.service # install symlinks on SUSE %if 0%{?suse_version} mkdir -p %{buildroot}%{_sbindir} ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}-api ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}-compute ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}-scheduler ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}-api-metadata ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}-conductor ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}-spicehtml5proxy ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}-novncproxy ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}-serialproxy ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}-api-os-compute %endif cp -a etc/nova/rootwrap.d/ %{buildroot}%{_sysconfdir}/nova/ %fdupes %{buildroot}/%{python3_sitelib} %check # drop some tests we don't want to run currently rm -r nova/tests/unit/virt/zvm rm -r nova/tests/unit/virt/powervm rm nova/tests/unit/test_hacking.py %{__python3} -m stestr.cli --test-path nova/tests/unit run %pre # need a fixed uid/gid for being able to use shared storage over NFS %if 0%{?suse_version} %openstack_pre_user_group_create -u 96 -g 96 -s /bin/bash nova nova %else %openstack_pre_user_group_create -u 162 -g 162 -s /bin/bash nova nova %endif %post %tmpfiles_create %{_tmpfilesdir}/%{name}.conf #POST actions %post api %systemd_post %{name}-api.service %{name}-api-metadata.service %{name}-api-os-compute.service %post compute %systemd_post %{name}-compute.service %post conductor %systemd_post %{name}-conductor.service %post novncproxy %systemd_post %{name}-novncproxy.service %post scheduler %systemd_post %{name}-scheduler.service %post serialproxy %systemd_post %{name}-serialproxy.service %post spicehtml5proxy %systemd_post %{name}-spicehtml5proxy.service #PREUN actions %preun api %systemd_preun %{name}-api.service %{name}-api-metadata.service %{name}-api-os-compute.service %preun compute %systemd_preun %{name}-compute.service %preun conductor %systemd_preun %{name}-conductor.service %preun novncproxy %systemd_preun %{name}-novncproxy.service %preun scheduler %systemd_preun %{name}-scheduler.service %preun spicehtml5proxy %systemd_preun %{name}-spicehtml5proxy.service %preun serialproxy %systemd_preun %{name}-serialproxy.service #POSTUN actions %postun api %systemd_postun_with_restart %{name}-api.service %{name}-api-metadata.service %{name}-api-os-compute.service %postun compute %systemd_postun_with_restart %{name}-compute.service %postun conductor %systemd_postun_with_restart %{name}-conductor.service %postun novncproxy %systemd_postun_with_restart %{name}-novncproxy.service %postun scheduler %systemd_postun_with_restart %{name}-scheduler.service %postun spicehtml5proxy %systemd_postun_with_restart %{name}-spicehtml5proxy.service %postun serialproxy %systemd_postun_with_restart %{name}-serialproxy.service %files %license LICENSE %doc README.rst %dir %{_sysconfdir}/nova %dir %{_sysconfdir}/nova/rootwrap.d %dir %attr(-, nova, nova) %{_localstatedir}/lib/nova %dir %attr(-, nova, nova) %{_localstatedir}/lib/nova/instances %dir %attr(-, nova, nova) %{_localstatedir}/lib/nova/keys %dir %attr(-, nova, nova) %{_localstatedir}/lib/nova/tmp %dir %attr(-, nova, root) %{_localstatedir}/log/nova %dir %attr(-, nova, nova) %{_localstatedir}/cache/nova %{_sysconfdir}/bash_completion.d/openstack-nova-manage.sh %{_sysconfdir}/nova/release %_tmpfilesdir/%name.conf %dir %{_sysconfdir}/nova/nova.conf.d/ %{_sysconfdir}/nova/README.config %config(noreplace) %{_sysconfdir}/logrotate.d/%{name} %config(noreplace) %{_sysconfdir}/sudoers.d/%{name} %config(noreplace) %attr(-, root, nova) %{_sysconfdir}/nova/api-paste.ini %config(noreplace) %attr(-, root, nova) %{_sysconfdir}/nova/logging.conf %config(noreplace) %attr(-, root, nova) %{_sysconfdir}/nova/nova.conf %config(noreplace) %attr(-, root, nova) %{_sysconfdir}/nova/policy.yaml %config(noreplace) %attr(-, root, nova) %{_sysconfdir}/nova/rootwrap.conf %config(noreplace) %attr(0640, root, nova) %{_sysconfdir}/nova/nova.conf.d/010-nova.conf %{_bindir}/nova-manage %{_bindir}/nova-policy %{_bindir}/nova-rootwrap %{_bindir}/nova-rootwrap-daemon %{_bindir}/nova-status %if 0%{?with_doc} %{_mandir}/man1/nova-rootwrap.1.gz %{_mandir}/man1/nova-manage.1.gz %{_mandir}/man1/nova-status.1.gz %{_mandir}/man1/nova-policy.1.gz %endif %files -n python3-nova %license LICENSE %{python3_sitelib}/nova/ %{python3_sitelib}/nova-*.egg-info %files api %license LICENSE %{_bindir}/nova-api-wsgi %{_bindir}/nova-metadata-wsgi %{_bindir}/nova-api %{_bindir}/nova-api-metadata %{_bindir}/nova-api-os-compute %{_unitdir}/%{name}-api.service %{_unitdir}/%{name}-api-metadata.service %{_unitdir}/%{name}-api-os-compute.service %if 0%{?suse_version} %{_sbindir}/rc%{name}-api-metadata %{_sbindir}/rc%{name}-api %{_sbindir}/rc%{name}-api-os-compute %endif %if 0%{?with_doc} %{_mandir}/man1/nova-api.1.gz %{_mandir}/man1/nova-api-os-compute.1.gz %{_mandir}/man1/nova-api-metadata.1.gz %endif %files compute %license LICENSE %{_bindir}/nova-compute %config %{_sysconfdir}/nova/rootwrap.d/compute.filters %{_datadir}/polkit-1/rules.d/10-openstack-nova-compute.rules %{_libexecdir}/modules-load.d/openstack-nova-compute.conf %{_sysconfdir}/modprobe.d/openstack-nova-compute %{_unitdir}/%{name}-compute.service %if 0%{?suse_version} %{_sbindir}/rc%{name}-compute %endif %if 0%{?with_doc} %{_mandir}/man1/nova-compute.1.gz %endif %files conductor %license LICENSE %{_bindir}/nova-conductor %{_unitdir}/%{name}-conductor.service %if 0%{?suse_version} %{_sbindir}/rc%{name}-conductor %endif %if 0%{?with_doc} %{_mandir}/man1/nova-conductor.1.gz %endif %files novncproxy %license LICENSE %{_bindir}/nova-novncproxy %{_unitdir}/%{name}-novncproxy.service %if 0%{?suse_version} %{_sbindir}/rc%{name}-novncproxy %endif %if 0%{?with_doc} %{_mandir}/man1/nova-novncproxy.1.gz %endif %files scheduler %license LICENSE %{_bindir}/nova-scheduler %{_unitdir}/%{name}-scheduler.service %if 0%{?suse_version} %{_sbindir}/rc%{name}-scheduler %endif %if 0%{?with_doc} %{_mandir}/man1/nova-scheduler.1.gz %endif %files spicehtml5proxy %license LICENSE %{_bindir}/nova-spicehtml5proxy %{_unitdir}/%{name}-spicehtml5proxy.service %if 0%{?suse_version} %{_sbindir}/rc%{name}-spicehtml5proxy %endif %if 0%{?with_doc} %{_mandir}/man1/nova-spicehtml5proxy.1.gz %endif %files serialproxy %license LICENSE %{_bindir}/nova-serialproxy %{_unitdir}/%{name}-serialproxy.service %if 0%{?suse_version} %{_sbindir}/rc%{name}-serialproxy %endif %if 0%{?with_doc} %{_mandir}/man1/nova-serialproxy.1.gz %endif %if 0%{?with_doc} %files doc %license LICENSE %doc doc/build/html %endif %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