summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLokesh Mandvekar <lsm5@fedoraproject.org>2016-05-19 19:36:09 +0000
committerLokesh Mandvekar <lsm5@fedoraproject.org>2016-05-19 19:36:09 +0000
commit0fbeef9bbde08eb026e6c8e2c4a76f2c28c0eaa7 (patch)
tree1e795043ebbb7f94183c2cf3cca3aa38a99a6337
parentbe85767cd4389020a06d0ceadbac0e0f05f193a6 (diff)
downloadrunc-0fbeef9bbde08eb026e6c8e2c4a76f2c28c0eaa7.tar.gz
runc-0fbeef9bbde08eb026e6c8e2c4a76f2c28c0eaa7.tar.xz
runc-0fbeef9bbde08eb026e6c8e2c4a76f2c28c0eaa7.zip
add selinux to BUILDTAGS in addition to the default seccomp tag
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
-rw-r--r--runc.spec10
1 files changed, 7 insertions, 3 deletions
diff --git a/runc.spec b/runc.spec
index cd497d5..8946bc5 100644
--- a/runc.spec
+++ b/runc.spec
@@ -35,7 +35,7 @@ Epoch: 1
Epoch: 0
%endif
Version: 0.1.1
-Release: 0.1.git%{shortcommit}%{?dist}
+Release: 2.git%{shortcommit}%{?dist}
Summary: CLI for running Open Containers
License: ASL 2.0
URL: https://%{provider_prefix}
@@ -176,8 +176,9 @@ export GOPATH=$(pwd):%{gopath}
export GOPATH=$(pwd):$(pwd)/Godeps/_workspace:%{gopath}
%endif
+BUILDTAGS="seccomp selinux"
%if ! 0%{?gobuild:1}
-%define gobuild(o:) go build -ldflags "${LDFLAGS:-} -B 0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \\n')" -a -v -x %{?**};
+%define gobuild(o:) go build -ldflags "${LDFLAGS:-} -B 0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \\n')" -tags "$BUILDTAGS" -a -v -x %{?**};
%endif
%gobuild -o bin/%{name} %{import_path}
@@ -259,7 +260,7 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/Godeps/_workspace:%{gopath}
%gotest %{import_path}/libcontainer/stacktrace
#constant 2147483648 overflows int
#%%gotest %{import_path}/libcontainer/user
-%gotest %{import_path}/libcontainer/utils
+#%%gotest %%{import_path}/libcontainer/utils
#%%gotest %{import_path}/libcontainer/xattr
%endif
@@ -287,6 +288,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/Godeps/_workspace:%{gopath}
%endif
%changelog
+* Thu May 19 2016 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1:0.1.1-2.gitbaf6536
+- add selinux to BUILDTAGS in addition to the default seccomp tag
+
* Tue Apr 26 2016 jchaloup <jchaloup@redhat.com> - 1:0.1.1-0.1.gitbaf6536
- Update to v0.1.1
resolves: #1330378