forked from eugenepaniot/initscripts-vxlan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinitscripts-vxlan.spec
44 lines (31 loc) · 1.09 KB
/
initscripts-vxlan.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
39
40
41
42
43
44
Name: initscripts-vxlan
Version: 0.2
Release: 1%{?dist}
Summary: vxlan ifup/down scripts
Packager: Sean Jones <[email protected]>
Group: System Environment/Base
License: GPLv2 and GPLv2+
URL: https://github.com/NextThought/initscripts-vxlan
Source: %{name}-%{version}.tar.gz
Requires: initscripts >= 9.49.30
Requires: iproute >= 3.10
BuildArch: noarch
%description
initscripts-macvlan provides scripts to manage macvlan netwok intefaces on the host machine
%prep
%setup -q
%install
%{__mkdir} -p %{buildroot}/etc/sysconfig/network-scripts
%{__install} -p -m 0755 ifup-vxlan %{buildroot}/etc/sysconfig/network-scripts/
%{__install} -p -m 0755 ifdown-vxlan %{buildroot}/etc/sysconfig/network-scripts/
%files
%defattr(-,root,root)
/etc/sysconfig/network-scripts/ifup-vxlan
/etc/sysconfig/network-scripts/ifdown-vxlan
%doc
%changelog
* Wed Jun 10 2020 Sean Jones <[email protected]> - 0.2
- Update to support static flooding and VXLANs not bound to a single interface
- Set package arch to noarch
* Thu Aug 16 2018 Eugene Paniot <[email protected]> - 0.1
- Initial RPM release