mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-22 06:17:48 +00:00
More RPM fixes.
This commit is contained in:
parent
2c9401ed74
commit
2d19fb7f8c
@ -8,4 +8,6 @@ RUN yum install -y clang
|
|||||||
RUN yum install -y gcc-c++
|
RUN yum install -y gcc-c++
|
||||||
RUN yum install -y tar
|
RUN yum install -y tar
|
||||||
|
|
||||||
|
RUN yum install -y nodejs npm
|
||||||
|
|
||||||
ADD zt1-src.tar.gz /
|
ADD zt1-src.tar.gz /
|
||||||
|
@ -8,4 +8,6 @@ RUN yum install -y clang
|
|||||||
RUN yum install -y gcc-c++
|
RUN yum install -y gcc-c++
|
||||||
RUN yum install -y tar
|
RUN yum install -y tar
|
||||||
|
|
||||||
|
RUN yum install -y nodejs npm
|
||||||
|
|
||||||
ADD zt1-src.tar.gz /
|
ADD zt1-src.tar.gz /
|
||||||
|
@ -89,7 +89,6 @@ chmod 0755 $RPM_BUILD_ROOT/etc/init.d/zerotier-one
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%{_sbindir}/*
|
%{_sbindir}/*
|
||||||
%{_bindir}/*
|
|
||||||
%{_mandir}/*
|
%{_mandir}/*
|
||||||
%{_localstatedir}/*
|
%{_localstatedir}/*
|
||||||
%if 0%{?rhel} >= 7
|
%if 0%{?rhel} >= 7
|
||||||
@ -101,8 +100,6 @@ chmod 0755 $RPM_BUILD_ROOT/etc/init.d/zerotier-one
|
|||||||
%if 0%{?rhel} <= 6
|
%if 0%{?rhel} <= 6
|
||||||
/etc/init.d/zerotier-one
|
/etc/init.d/zerotier-one
|
||||||
%endif
|
%endif
|
||||||
%doc AUTHORS.md README.md
|
|
||||||
%license LICENSE.GPL-3
|
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%if 0%{?rhel} >= 7
|
%if 0%{?rhel} >= 7
|
||||||
|
Loading…
Reference in New Issue
Block a user