Remove check macro cruft.

epel8
Steven Pritchard 17 years ago
parent 786ab96655
commit 707ab0bc91

@ -4,7 +4,7 @@
Name: openvpn Name: openvpn
Version: 2.1 Version: 2.1
Release: 0.19%{?prerelease:.%{prerelease}}%{?dist} Release: 0.20%{?prerelease:.%{prerelease}}%{?dist}
Summary: A full-featured SSL VPN solution Summary: A full-featured SSL VPN solution
URL: http://openvpn.net/ URL: http://openvpn.net/
Source0: http://openvpn.net/release/%{name}-%{version}%{?prerelease:_%{prerelease}}.tar.gz Source0: http://openvpn.net/release/%{name}-%{version}%{?prerelease:_%{prerelease}}.tar.gz
@ -62,7 +62,7 @@ for plugin in %{plugins} ; do
%{__make} -C plugin/$plugin %{__make} -C plugin/$plugin
done done
%check || : %check
# Test Crypto: # Test Crypto:
./openvpn --genkey --secret key ./openvpn --genkey --secret key
./openvpn --test-crypto --secret key ./openvpn --test-crypto --secret key
@ -149,6 +149,9 @@ fi
%config %dir %{_sysconfdir}/%{name}/ %config %dir %{_sysconfdir}/%{name}/
%changelog %changelog
* Wed Dec 05 2007 Steven Pritchard <steve@kspei.com> 2.1-0.20.rc4
- Remove check macro cruft.
* Thu Apr 26 2007 Steven Pritchard <steve@kspei.com> 2.1-0.19.rc4 * Thu Apr 26 2007 Steven Pritchard <steve@kspei.com> 2.1-0.19.rc4
- Update to 2.1_rc4 - Update to 2.1_rc4

Loading…
Cancel
Save