|
|
|
@ -5,7 +5,7 @@
|
|
|
|
|
|
|
|
|
|
Name: openvpn
|
|
|
|
|
Version: 2.3.2
|
|
|
|
|
Release: 2%{?prerelease:.%{prerelease}}%{?dist}
|
|
|
|
|
Release: 3%{?prerelease:.%{prerelease}}%{?dist}
|
|
|
|
|
Summary: A full-featured SSL VPN solution
|
|
|
|
|
URL: http://openvpn.net/
|
|
|
|
|
#Source0: http://openvpn.net/beta/%{name}-%{version}%{?prerelease:_%{prerelease}}.tar.gz
|
|
|
|
@ -66,7 +66,7 @@ for compression.
|
|
|
|
|
sed -i -e 's,%{_datadir}/openvpn/plugin,%{_libdir}/openvpn/plugin,' doc/openvpn.8
|
|
|
|
|
|
|
|
|
|
# %%doc items shouldn't be executable.
|
|
|
|
|
find contrib sample -type f -perm +100 \
|
|
|
|
|
find contrib sample -type f -perm /100 \
|
|
|
|
|
-exec chmod a-x {} \;
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
@ -203,6 +203,9 @@ fi
|
|
|
|
|
%exclude %{_datadir}/doc/%{name}/
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Aug 07 2013 Jon Ciesla <limburgher@gmail.com> 2.3.2-3
|
|
|
|
|
- Fix find syntax to fix FTBFS, BZ 992411.
|
|
|
|
|
|
|
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.2-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|