mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-21 05:53:09 +00:00
Debian clean fix and CentOS 6 upgrade fix.
This commit is contained in:
parent
776ff46db7
commit
f4e993c814
@ -286,7 +286,7 @@ manpages: FORCE
|
|||||||
doc: manpages
|
doc: manpages
|
||||||
|
|
||||||
clean: FORCE
|
clean: FORCE
|
||||||
rm -rf *.a *.so *.o node/*.o controller/*.o osdep/*.o service/*.o ext/http-parser/*.o ext/miniupnpc/*.o ext/libnatpmp/*.o $(CORE_OBJS) $(ONE_OBJS) zerotier-one zerotier-idtool zerotier-cli zerotier-selftest build-* ZeroTierOneInstaller-* *.deb *.rpm .depend debian/files debian/zerotier-one*.debhelper debian/zerotier-one.substvars debian/*.log debian/zerotier-one doc/node_modules ext/misc/*.o
|
rm -rf *.a *.so *.o node/*.o controller/*.o osdep/*.o service/*.o ext/http-parser/*.o ext/miniupnpc/*.o ext/libnatpmp/*.o $(CORE_OBJS) $(ONE_OBJS) zerotier-one zerotier-idtool zerotier-cli zerotier-selftest build-* ZeroTierOneInstaller-* *.deb *.rpm .depend debian/files debian/zerotier-one*.debhelper debian/zerotier-one.substvars debian/*.log debian/zerotier-one doc/node_modules ext/misc/*.o debian/.debhelper debian/debhelper-build-stamp
|
||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
|
|
||||||
@ -355,7 +355,7 @@ debian: FORCE
|
|||||||
debuild -I -i -us -uc -nc -b
|
debuild -I -i -us -uc -nc -b
|
||||||
|
|
||||||
debian-clean: FORCE
|
debian-clean: FORCE
|
||||||
rm -rf debian/files debian/zerotier-one*.debhelper debian/zerotier-one.substvars debian/*.log debian/zerotier-one
|
rm -rf debian/files debian/zerotier-one*.debhelper debian/zerotier-one.substvars debian/*.log debian/zerotier-one debian/.debhelper debian/debhelper-build-stamp
|
||||||
|
|
||||||
redhat: FORCE
|
redhat: FORCE
|
||||||
rpmbuild -ba zerotier-one.spec
|
rpmbuild -ba zerotier-one.spec
|
||||||
|
@ -110,8 +110,8 @@ case "$1" in
|
|||||||
chkconfig --add zerotier-one
|
chkconfig --add zerotier-one
|
||||||
;;
|
;;
|
||||||
2)
|
2)
|
||||||
chkconfig --del newservice
|
chkconfig --del zerotier-one
|
||||||
chkconfig --add newservice
|
chkconfig --add zerotier-one
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
%endif
|
%endif
|
||||||
@ -145,6 +145,9 @@ esac
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 03 2018 Adam Ierymenko <adam.ierymenko@zerotier.com> - 1.2.8-0.1
|
||||||
|
- see https://github.com/zerotier/ZeroTierOne for release notes
|
||||||
|
|
||||||
* Mon Apr 24 2017 Adam Ierymenko <adam.ierymenko@zerotier.com> - 1.2.2-0.1
|
* Mon Apr 24 2017 Adam Ierymenko <adam.ierymenko@zerotier.com> - 1.2.2-0.1
|
||||||
- see https://github.com/zerotier/ZeroTierOne for release notes
|
- see https://github.com/zerotier/ZeroTierOne for release notes
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user