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