Recompile without libnl3 to fix issue between EPEL and Centos

This commit is contained in:
Nikos Mavrogiannopoulos 2016-12-02 14:24:45 +01:00
parent ac26011acd
commit 55074c55ac

View File

@ -2,7 +2,7 @@
Name: ocserv
Version: 0.11.6
Release: 2%{?dist}
Release: 3%{?dist}
Summary: OpenConnect SSL VPN server
# For a breakdown of the licensing, see PACKAGE-LICENSING
@ -91,7 +91,8 @@ touch src/*.proto
%build
%configure \
--enable-systemd
--enable-systemd \
--without-libnl
make #%{?_smp_mflags}
@ -160,8 +161,8 @@ rm -rf %{buildroot}
%{_localstatedir}/lib/ocserv/profile.xml
%changelog
* Fri Dec 2 2016 Nikos Mavrogiannopoulos <nmav@redhat.com> - 0.11.6-2
- Recompile to resolve libnl3 instability (#1400744)
* Fri Dec 2 2016 Nikos Mavrogiannopoulos <nmav@redhat.com> - 0.11.6-3
- Recompile without libnl3 to fix issue between EPEL and Centos (#1400693)
* Tue Nov 15 2016 Nikos Mavrogiannopoulos <nmav@redhat.com> - 0.11.6-1
- New upstream release