rebuilt with new protobuf-c
This commit is contained in:
parent
e03b30d1f0
commit
c758c8c129
10
ocserv.spec
10
ocserv.spec
@ -1,6 +1,6 @@
|
|||||||
Name: ocserv
|
Name: ocserv
|
||||||
Version: 0.8.2
|
Version: 0.8.2
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: OpenConnect SSL VPN server
|
Summary: OpenConnect SSL VPN server
|
||||||
|
|
||||||
# For a breakdown of the licensing, see PACKAGE-LICENSING
|
# For a breakdown of the licensing, see PACKAGE-LICENSING
|
||||||
@ -26,7 +26,7 @@ BuildRequires: iproute
|
|||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
BuildRequires: systemd-devel
|
BuildRequires: systemd-devel
|
||||||
BuildRequires: autogen-libopts-devel
|
BuildRequires: autogen-libopts-devel
|
||||||
#BuildRequires: protobuf-c-devel
|
BuildRequires: protobuf-c-devel
|
||||||
BuildRequires: libnl3-devel
|
BuildRequires: libnl3-devel
|
||||||
BuildRequires: readline-devel
|
BuildRequires: readline-devel
|
||||||
BuildRequires: autogen
|
BuildRequires: autogen
|
||||||
@ -64,7 +64,7 @@ to provide the secure VPN service.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
rm -f src/http-parser/http_parser.c src/http-parser/http_parser.h
|
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 -rf src/ccan/talloc
|
||||||
rm -f libopts/*.c libopts/*.h libopts/*/*.c libopts/*/*.h
|
rm -f libopts/*.c libopts/*.h libopts/*/*.c libopts/*/*.h
|
||||||
rm -f src/pcl/*.c src/pcl/*.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:
|
# GPLv3 in headers is a gnulib bug:
|
||||||
# http://lists.gnu.org/archive/html/bug-gnulib/2013-11/msg00062.html
|
# 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/*
|
sed -i 's/either version 3 of the License/either version 2 of the License/g' build-aux/snippet/*
|
||||||
|
touch src/*.proto
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -141,6 +142,9 @@ rm -rf %{buildroot}
|
|||||||
%{_localstatedir}/lib/ocserv/profile.xml
|
%{_localstatedir}/lib/ocserv/profile.xml
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 05 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> - 0.8.2-2
|
||||||
|
- Rebuilt with new protobuf-c
|
||||||
|
|
||||||
* Mon Jul 28 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> - 0.8.2-1
|
* Mon Jul 28 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> - 0.8.2-1
|
||||||
- New upstream release
|
- New upstream release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user