From 1728f1ee10a65a4f7277df19c782f1e6a8c4db4f Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Mar 21 2019 21:25:16 +0000 Subject: Complile with SELinux enabled --- diff --git a/buildah.spec b/buildah.spec index 235b8b8..3ee0bf0 100644 --- a/buildah.spec +++ b/buildah.spec @@ -20,7 +20,7 @@ Name: %{repo} Version: 1.7 -Release: 2.git%{shortcommit0}%{?dist} +Release: 3.git%{shortcommit0}%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{provider_prefix} @@ -70,7 +70,7 @@ popd mv vendor src export GOPATH=$(pwd)/_build:$(pwd):%{gopath} -export BUILDTAGS='seccomp' +export BUILDTAGS='seccomp selinux' %gobuild -o %{name} %{import_path}/cmd/%{name} %{__make} docs @@ -91,6 +91,9 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions %{_datadir}/bash-completion/completions/%{name} %changelog +* Thu Mar 21 2019 Dan Walsh - 1.7-3.git873f0014 +- Complile with SELinux enabled + * Wed Mar 06 2019 Dan Walsh - 1.7-2.git873f0014 - Add recommends for fuse-overlay and slirp4netns