From 9c7abf3840af9049ae6f4cd78e169778689bc856 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 30 Aug 2017 13:50:14 -0400 Subject: [PATCH] Fix a build failure making SRPM This is what `mongo-tools` does at least. --- runc.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runc.spec b/runc.spec index 8455bf2..9508613 100644 --- a/runc.spec +++ b/runc.spec @@ -185,7 +185,7 @@ BUILDTAGS="seccomp selinux" %endif -%gobuild -tags "$BUILDTAGS" -o bin/%{name} %{import_path} +%gobuild -o bin/%{name} \-tags "$BUILDTAGS" %{import_path} %install install -d -p %{buildroot}%{_bindir}