| 123456789101112131415161718192021222324252627282930313233343536373839404142 | Summary: netclient a platform for modern, blazing fast virtual networksName: netclientVersion: VERSIONRelease: 1URL: https://github.com/gravitl/netmakerGroup: SystemLicense: SSPL # https://github.com/gravitl/netmaker/blob/master/LICENSE.txtPackager: GravitlRequires: wireguard-toolsBuildRoot: /root/rpmbuild # this should be replaced with your working directory where the spec is saved%descriptionnetclient daemon - a platform for modern, blazing fast virtual networks%installmkdir -p %{buildroot}/usr/sbin/mkdir -p %{buildroot}/usr/lib/systemd/systemwget https://github.com/gravitl/netmaker/releases/download/vVERSION/netclient -O $RPM_BUILD_ROOT/usr/sbin/netclientwget https://raw.githubusercontent.com/gravitl/netmaker/master/netclient/build/netclient.service -O $RPM_BUILD_ROOT/usr/lib/systemd/system/netclient.service%files/usr/sbin/netclient/usr/lib/systemd/system/netclient.service%changelog* Mon May 1 2022 <[email protected]>- What's New    Instant DNS propogationWhat's Fixed    IPv6 forwarding working from ext clients to nodes    netclient list displays peer info again    Fixed indefinite hang on netclient join, attempts to pull certificatesKnown Issues    Egress with IPv6 may have issues    Mac IPv6 routes not resolved    Windows install script not fixed 
 |