-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpipework.spec
38 lines (31 loc) · 976 Bytes
/
pipework.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Name: pipework
Version: 20160905
Release: 1%{?dist}
Summary: Software-Defined Networking for Linux Containers
License: Apache License, Version 2.0
URL: https://github.com/jpetazzo/pipework
Source0: https://github.com/jpetazzo/pipework/archive/master.zip
BuildArch: noarch
Requires: bash
Requires: docker-io
Requires: iproute
%description
Pipework lets you connect together containers in arbitrarily complex scenarios.
Pipework uses cgroups and namespace and works with "plain" LXC containers
(created with lxc-start), and with the awesome Docker.
%prep
%autosetup -n pipework-master
%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_bindir}
install -m 755 pipework %{buildroot}%{_bindir}/%{name}
%clean
rm -rf %
%files
%defattr(-, root, root)
%{_bindir}/*
%changelog
* Mon Oct 17 2016 John Siegrist <[email protected]> - 20160905-1
- Update package for inclusion in CloudRouter project.
* Fri Jan 23 2015 Oleg Gashev <[email protected]> - 20150123
- Initial package.