From 85c8df8f2f5d58f05d111d2d3285220448654cab662b44f5f05ebf9ac1ad4d98 Mon Sep 17 00:00:00 2001 From: Jordi Massaguer Date: Fri, 10 Jul 2015 11:27:13 +0000 Subject: [PATCH] - Exclude init scripts other than systemd from the test-package OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=17 --- docker.changes | 5 +++++ docker.spec | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/docker.changes b/docker.changes index d0849cb..8096917 100644 --- a/docker.changes +++ b/docker.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 10 11:22:00 UTC 2015 - jmassaguerpla@suse.com + +- Exclude init scripts other than systemd from the test-package + ------------------------------------------------------------------- Wed Jul 1 12:38:50 UTC 2015 - jmassaguerpla@suse.com diff --git a/docker.spec b/docker.spec index 072883e..8f5f23e 100644 --- a/docker.spec +++ b/docker.spec @@ -255,6 +255,12 @@ groupadd -r docker 2>/dev/null || : %files test %defattr(-,root,root) /usr/src/docker/ +# exclude binaries %exclude /usr/src/docker/bundles/ +# exclude init configurations other than systemd +%exclude /usr/src/docker/contrib/init/openrc +%exclude /usr/src/docker/contrib/init/sysvinit-debian +%exclude /usr/src/docker/contrib/init/sysvinit-redhat +%exclude /usr/src/docker/contrib/init/upstart %changelog