|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: ocserv
|
|
|
|
|
Version: 0.8.2
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: OpenConnect SSL VPN server
|
|
|
|
|
|
|
|
|
|
# For a breakdown of the licensing, see PACKAGE-LICENSING
|
|
|
|
@ -73,6 +73,7 @@ sed -i 's/run-as-group = nogroup/run-as-group = nobody/g' tests/*.config
|
|
|
|
|
# GPLv3 in headers is a gnulib bug:
|
|
|
|
|
# http://lists.gnu.org/archive/html/bug-gnulib/2013-11/msg00062.html
|
|
|
|
|
sed -i 's/either version 3 of the License/either version 2 of the License/g' build-aux/snippet/*
|
|
|
|
|
touch src/*.proto
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
|
@ -141,6 +142,9 @@ rm -rf %{buildroot}
|
|
|
|
|
%{_localstatedir}/lib/ocserv/profile.xml
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Aug 05 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> - 0.8.2-2
|
|
|
|
|
- Rebuilt for new protobuf-c
|
|
|
|
|
|
|
|
|
|
* Mon Jul 28 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> - 0.8.2-1
|
|
|
|
|
- New upstream release
|
|
|
|
|
|
|
|
|
|