diff --git a/ocserv.spec b/ocserv.spec index 5cc48d9..921ecc7 100644 --- a/ocserv.spec +++ b/ocserv.spec @@ -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 @@ -26,7 +26,7 @@ BuildRequires: iproute BuildRequires: systemd BuildRequires: systemd-devel BuildRequires: autogen-libopts-devel -#BuildRequires: protobuf-c-devel +BuildRequires: protobuf-c-devel BuildRequires: libnl3-devel BuildRequires: readline-devel BuildRequires: autogen @@ -64,7 +64,7 @@ to provide the secure VPN service. %prep %setup -q rm -f src/http-parser/http_parser.c src/http-parser/http_parser.h -#rm -rf src/protobuf/ +rm -rf src/protobuf/ rm -rf src/ccan/talloc rm -f libopts/*.c libopts/*.h libopts/*/*.c libopts/*/*.h rm -f src/pcl/*.c src/pcl/*.h @@ -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 - 0.8.2-2 +- Rebuilt with new protobuf-c + * Mon Jul 28 2014 Nikos Mavrogiannopoulos - 0.8.2-1 - New upstream release