Bug 1325441

Summary: [rhel-7.2.4] provide libseccomp-static subpackage
Product: Red Hat Enterprise Linux 7 Reporter: Lokesh Mandvekar <lsm5>
Component: libseccompAssignee: Paul Moore <pmoore>
Status: CLOSED WONTFIX QA Contact: Virtualization Bugs <virt-bugs>
Severity: unspecified Docs Contact:
Priority: high    
Version: 7.2CC: dwalsh, jhonce, lfriedma, mmcgrath, sghosh
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-04-18 16:19:21 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1303656, 1325388, 1327679    
Attachments:
Description Flags
If you add this patch I believe dockerinit will compile without libseccomp-static. none

Description Lokesh Mandvekar 2016-04-08 20:13:57 UTC
Description of problem:
docker 1.10.x needs libseccomp-static as a build dependency. Could you please provide this in the next update. This would be needed in rhel 7.2.4

Comment 2 Lokesh Mandvekar 2016-04-08 20:47:02 UTC
Dan, docker rpmbuild does succeed without libseccomp-static if we remove seccomp from DOCKER_BUILDTAGS. Would that be ok or would you prefer we wait for this to be added?

Comment 3 Daniel Walsh 2016-04-09 09:45:13 UTC
We want to support seccomp, but in order to get testing started, lets do that, but put it in the comments for now.  We need to make sure the docker-latest we ship has seccomp support.  

Only reason we need this is for dockerinit, which thankfully disappears in docker-1.11.

Comment 4 Lokesh Mandvekar 2016-04-15 19:46:05 UTC
setting this to high priority as we need this to get seccomp enabled RE: Bug 1327679

Comment 5 Daniel Walsh 2016-04-15 20:57:34 UTC
Can we just build dockerinit without static and then not ship it.

Comment 6 Daniel Walsh 2016-04-15 20:58:29 UTC
Created attachment 1147774 [details]
If you add this patch I believe dockerinit will compile without libseccomp-static.

Comment 7 Lokesh Mandvekar 2016-04-18 16:19:21 UTC
(In reply to Daniel Walsh from comment #6)
> Created attachment 1147774 [details]
> If you add this patch I believe dockerinit will compile without
> libseccomp-static.

yup that works. I'm gonna close this.