- 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
This commit is contained in:
parent
a90ce89d3f
commit
85c8df8f2f
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user