Dirk Mueller
4c580f5ec7
- Update to version 0.54.0 Release notes https://github.com/kubevirt/kubevirt/releases/tag/v0.54.0 OBS-URL: https://build.opensuse.org/request/show/984094 OBS-URL: https://build.opensuse.org/package/show/Virtualization/kubevirt?expand=0&rev=85
312 lines
9.6 KiB
RPMSpec
312 lines
9.6 KiB
RPMSpec
#
|
|
# spec file for package kubevirt
|
|
#
|
|
# Copyright (c) 2022 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/
|
|
#
|
|
|
|
|
|
Name: kubevirt
|
|
Version: 0.54.0
|
|
Release: 0
|
|
Summary: Container native virtualization
|
|
License: Apache-2.0
|
|
Group: System/Packages
|
|
URL: https://github.com/kubevirt/kubevirt
|
|
Source0: %{name}-%{version}.tar.gz
|
|
Source1: kubevirt_containers_meta
|
|
Source2: kubevirt_containers_meta.service
|
|
Source3: %{url}/releases/download/v%{version}/disks-images-provider.yaml
|
|
Source100: %{name}-rpmlintrc
|
|
BuildRequires: glibc-devel-static
|
|
BuildRequires: golang-packaging
|
|
BuildRequires: pkgconfig
|
|
BuildRequires: rsync
|
|
BuildRequires: sed
|
|
BuildRequires: golang(API) = 1.17
|
|
BuildRequires: pkgconfig(libvirt)
|
|
ExclusiveArch: x86_64 aarch64
|
|
|
|
%description
|
|
Kubevirt is a virtual machine management add-on for Kubernetes
|
|
|
|
%package virtctl
|
|
Summary: Client for managing kubevirt
|
|
Group: System/Packages
|
|
|
|
%description virtctl
|
|
The virtctl client is a command-line utility for managing container native virtualization resources
|
|
|
|
%package virt-api
|
|
Summary: Kubevirt API server
|
|
Group: System/Packages
|
|
|
|
%description virt-api
|
|
The virt-api package provides the kubernetes API extension for kubevirt
|
|
|
|
%package container-disk
|
|
Summary: Container disk for kubevirt
|
|
Group: System/Packages
|
|
|
|
%description container-disk
|
|
The containter-disk package provides a container disk functionality for kubevirt
|
|
|
|
%package virt-controller
|
|
Summary: Controller for kubevirt
|
|
Group: System/Packages
|
|
|
|
%description virt-controller
|
|
The virt-controller package provides a controller for kubevirt
|
|
|
|
%package virt-handler
|
|
Summary: Handler component for kubevirt
|
|
Group: System/Packages
|
|
|
|
%description virt-handler
|
|
The virt-handler package provides a handler for kubevirt
|
|
|
|
%package virt-launcher
|
|
Summary: Launcher component for kubevirt
|
|
Group: System/Packages
|
|
|
|
%description virt-launcher
|
|
The virt-launcher package provides a launcher for kubevirt
|
|
|
|
%package virt-operator
|
|
Summary: Operator component for kubevirt
|
|
Group: System/Packages
|
|
|
|
%description virt-operator
|
|
The virt-opertor package provides an operator for kubevirt CRD
|
|
|
|
%package manifests
|
|
Summary: YAML manifests used to install kubevirt
|
|
Group: System/Packages
|
|
|
|
%description manifests
|
|
This contains the built YAML manifests used to install kubevirt into a
|
|
kubernetes installation with kubectl apply.
|
|
|
|
%package tests
|
|
Summary: Kubevirt functional tests
|
|
Group: System/Packages
|
|
|
|
%description tests
|
|
The package provides Kubevirt end-to-end tests.
|
|
|
|
%package -n obs-service-kubevirt_containers_meta
|
|
Summary: Kubevirt containers meta information (build service)
|
|
Group: System/Packages
|
|
|
|
%description -n obs-service-kubevirt_containers_meta
|
|
The package provides meta information that is used during the build of
|
|
the Kubevirt container images.
|
|
|
|
%prep
|
|
%autosetup -p1
|
|
|
|
%build
|
|
# Hackery to determine which registry path to use in kubevirt-operator.yaml
|
|
# when building the manifests
|
|
#
|
|
# The 'kubevirt_registry_path' macro can be used to define an explicit path in
|
|
# the project config, e.g.
|
|
#
|
|
# Macros:
|
|
# %kubevirt_registry_path registry.opensuse.org/Virtualization/container
|
|
# :Macros
|
|
#
|
|
# 'kubevirt_registry_path' can also be defined when building locally, e.g.
|
|
#
|
|
# osc build --define='kubevirt_registry_path registry.opensuse.org/foo/bar/baz' ...
|
|
#
|
|
# If 'kubevirt_registry_path' is not specified, the standard publish location
|
|
# for SLE and openSUSE-based containers is used.
|
|
#
|
|
distro='%{?sle_version}:%{?is_opensuse}%{!?is_opensuse:0}'
|
|
case "${distro}" in
|
|
150200:0)
|
|
tagprefix=suse/sles/15.2
|
|
labelprefix=com.suse.kubevirt
|
|
registry=registry.suse.com
|
|
;;
|
|
150300:0)
|
|
tagprefix=suse/sles/15.3
|
|
labelprefix=com.suse.kubevirt
|
|
registry=registry.suse.com
|
|
;;
|
|
150400:0)
|
|
tagprefix=suse/sles/15.4
|
|
labelprefix=com.suse.kubevirt
|
|
registry=registry.suse.com
|
|
;;
|
|
*)
|
|
tagprefix=kubevirt
|
|
labelprefix=org.opensuse.kubevirt
|
|
registry=registry.opensuse.org
|
|
;;
|
|
esac
|
|
|
|
%if "%{?kubevirt_registry_path}" == ""
|
|
reg_path="${registry}/${tagprefix}"
|
|
%else
|
|
reg_path='%{kubevirt_registry_path}'
|
|
%endif
|
|
|
|
sed -i"" \
|
|
-e "s#_TAGPREFIX_#${tagprefix}#g" \
|
|
-e "s#_LABELPREFIX_#${labelprefix}#g" \
|
|
-e "s#_REGISTRY_#${registry}#g" \
|
|
-e "s#_PKG_VERSION_#%{version}#g" \
|
|
-e "s#_PKG_RELEASE_#%{release}#g" \
|
|
%{S:1}
|
|
|
|
mkdir -p go/src/kubevirt.io go/pkg
|
|
ln -s ../../../ go/src/kubevirt.io/kubevirt
|
|
export GOPATH=${PWD}/go
|
|
export GOFLAGS="-buildmode=pie"
|
|
cd ${GOPATH}/src/kubevirt.io/kubevirt
|
|
env \
|
|
KUBEVIRT_GO_BASE_PKGDIR="${GOPATH}/pkg" \
|
|
KUBEVIRT_VERSION=%{version} \
|
|
KUBEVIRT_SOURCE_DATE_EPOCH="$(date -r LICENSE +%s)" \
|
|
KUBEVIRT_GIT_COMMIT='v%{version}' \
|
|
KUBEVIRT_GIT_VERSION='v%{version}' \
|
|
KUBEVIRT_GIT_TREE_STATE="clean" \
|
|
build_tests="true" \
|
|
./hack/build-go.sh install \
|
|
cmd/virt-api \
|
|
cmd/virt-chroot \
|
|
cmd/virt-controller \
|
|
cmd/virt-freezer \
|
|
cmd/virt-handler \
|
|
cmd/virt-launcher \
|
|
cmd/virt-launcher-monitor \
|
|
cmd/virt-operator \
|
|
cmd/virt-probe \
|
|
cmd/virtctl \
|
|
%{nil}
|
|
|
|
env DOCKER_PREFIX=$reg_path DOCKER_TAG=%{version}-%{release} KUBEVIRT_NO_BAZEL=true ./hack/build-manifests.sh
|
|
|
|
%install
|
|
mkdir -p %{buildroot}%{_bindir}
|
|
|
|
install -p -m 0755 _out/cmd/container-disk-v2alpha/container-disk %{buildroot}%{_bindir}/
|
|
install -p -m 0755 _out/cmd/virtctl/virtctl %{buildroot}%{_bindir}/
|
|
install -p -m 0755 _out/cmd/virt-api/virt-api %{buildroot}%{_bindir}/
|
|
install -p -m 0755 _out/cmd/virt-controller/virt-controller %{buildroot}%{_bindir}/
|
|
install -p -m 0755 _out/cmd/virt-chroot/virt-chroot %{buildroot}%{_bindir}/
|
|
install -p -m 0755 _out/cmd/virt-handler/virt-handler %{buildroot}%{_bindir}/
|
|
install -p -m 0755 _out/cmd/virt-launcher/virt-launcher %{buildroot}%{_bindir}/
|
|
install -p -m 0755 _out/cmd/virt-launcher-monitor/virt-launcher-monitor %{buildroot}%{_bindir}/
|
|
install -p -m 0755 _out/cmd/virt-freezer/virt-freezer %{buildroot}%{_bindir}/
|
|
install -p -m 0755 _out/cmd/virt-probe/virt-probe %{buildroot}%{_bindir}/
|
|
install -p -m 0755 _out/cmd/virt-operator/virt-operator %{buildroot}%{_bindir}/
|
|
install -p -m 0755 _out/tests/tests.test %{buildroot}%{_bindir}/virt-tests
|
|
install -p -m 0755 cmd/virt-launcher/node-labeller/node-labeller.sh %{buildroot}%{_bindir}/
|
|
|
|
# virt-launcher SELinux policy needs to land in virt-handler container
|
|
install -p -m 0644 cmd/virt-handler/virt_launcher.cil %{buildroot}/
|
|
|
|
# Install network stuff
|
|
mkdir -p %{buildroot}%{_datadir}/kube-virt/virt-handler
|
|
install -p -m 0644 cmd/virt-handler/nsswitch.conf %{buildroot}%{_datadir}/kube-virt/virt-handler/
|
|
install -p -m 0644 cmd/virt-handler/ipv4-nat.nft %{buildroot}%{_datadir}/kube-virt/virt-handler/
|
|
install -p -m 0644 cmd/virt-handler/ipv6-nat.nft %{buildroot}%{_datadir}/kube-virt/virt-handler/
|
|
|
|
# Install release manifests
|
|
mkdir -p %{buildroot}%{_datadir}/kube-virt/manifests/release
|
|
install -m 0644 _out/manifests/release/kubevirt-operator.yaml %{buildroot}%{_datadir}/kube-virt/manifests/release/
|
|
install -m 0644 _out/manifests/release/kubevirt-cr.yaml %{buildroot}%{_datadir}/kube-virt/manifests/release/
|
|
|
|
# Install manifests for testing
|
|
mkdir -p %{buildroot}%{_datadir}/kube-virt/manifests/testing
|
|
install -m 0644 _out/manifests/testing/* %{buildroot}%{_datadir}/kube-virt/manifests/testing/
|
|
# The generated disks-images-provider.yaml refers to nonexistent container
|
|
# images. Overwrite it with the upstream version for testing.
|
|
install -m 0644 %{S:3} %{buildroot}/%{_datadir}/kube-virt/manifests/testing/
|
|
install -m 0644 tests/default-config.json %{buildroot}%{_datadir}/kube-virt/manifests/testing/
|
|
|
|
# Install kubevirt_containers_meta build service
|
|
mkdir -p %{buildroot}%{_prefix}/lib/obs/service
|
|
install -m 0755 %{S:1} %{buildroot}%{_prefix}/lib/obs/service
|
|
install -m 0644 %{S:2} %{buildroot}%{_prefix}/lib/obs/service
|
|
|
|
%files virtctl
|
|
%license LICENSE
|
|
%doc README.md
|
|
%{_bindir}/virtctl
|
|
|
|
%files virt-api
|
|
%license LICENSE
|
|
%doc README.md
|
|
%{_bindir}/virt-api
|
|
|
|
%files container-disk
|
|
%license LICENSE
|
|
%doc README.md
|
|
%{_bindir}/container-disk
|
|
|
|
%files virt-controller
|
|
%license LICENSE
|
|
%doc README.md
|
|
%{_bindir}/virt-controller
|
|
|
|
%files virt-handler
|
|
%license LICENSE
|
|
%doc README.md
|
|
%dir %{_datadir}/kube-virt
|
|
%dir %{_datadir}/kube-virt/virt-handler
|
|
%{_bindir}/virt-handler
|
|
%{_bindir}/virt-chroot
|
|
%{_datadir}/kube-virt/virt-handler
|
|
/virt_launcher.cil
|
|
|
|
%files virt-launcher
|
|
%license LICENSE
|
|
%doc README.md
|
|
%{_bindir}/virt-launcher
|
|
%{_bindir}/virt-launcher-monitor
|
|
%{_bindir}/virt-freezer
|
|
%{_bindir}/virt-probe
|
|
%{_bindir}/node-labeller.sh
|
|
|
|
%files virt-operator
|
|
%license LICENSE
|
|
%doc README.md
|
|
%{_bindir}/virt-operator
|
|
|
|
%files manifests
|
|
%license LICENSE
|
|
%doc README.md
|
|
%dir %{_datadir}/kube-virt
|
|
%dir %{_datadir}/kube-virt/manifests
|
|
%{_datadir}/kube-virt/manifests/release
|
|
|
|
%files tests
|
|
%license LICENSE
|
|
%doc README.md
|
|
%dir %{_datadir}/kube-virt
|
|
%dir %{_datadir}/kube-virt/manifests
|
|
%{_bindir}/virt-tests
|
|
%{_datadir}/kube-virt/manifests/testing
|
|
|
|
%files -n obs-service-kubevirt_containers_meta
|
|
%license LICENSE
|
|
%doc README.md
|
|
%dir %{_prefix}/lib/obs
|
|
%{_prefix}/lib/obs/service
|
|
|
|
%changelog
|