SHA256
1
0
forked from pool/lxd

Accepting request 975050 from home:cyphar:lxc

- Backport upstream patch to fix build on x32 systems.
  + 0001-lxd-secommp-Fix-sysinfo-syscall-interception-on-32-b.patch

OBS-URL: https://build.opensuse.org/request/show/975050
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/lxd?expand=0&rev=107
This commit is contained in:
2022-05-05 06:18:13 +00:00
committed by Git OBS Bridge
parent b136d2a6a1
commit e59bb62210
3 changed files with 180 additions and 0 deletions

View File

@@ -51,6 +51,8 @@ Source101: %{name}-config.yml
# Additional runtime configuration.
Source200: %{name}.sysctl
Source201: %{name}.dnsmasq
# OPENSUSE-UPSTREAM-FIX: Backport of <https://github.com/lxc/lxd/pull/10348>.
Patch1: 0001-lxd-secommp-Fix-sysinfo-syscall-interception-on-32-b.patch
BuildRequires: fdupes
BuildRequires: golang-packaging
BuildRequires: libacl-devel
@@ -123,6 +125,8 @@ Bash command line completion support for %{name}.
%prep
%setup -q
# https://github.com/lxc/lxd/pull/10348
%patch1 -p1
%build
# Make sure any leftover go build caches are gone.