|
|
@ -1,7 +1,7 @@
|
|
|
|
###############################################################################
|
|
|
|
###############################################################################
|
|
|
|
###############################################################################
|
|
|
|
###############################################################################
|
|
|
|
##
|
|
|
|
##
|
|
|
|
## Copyright (C) 2012-2019 Red Hat, Inc. All rights reserved.
|
|
|
|
## Copyright (C) 2012-2023 Red Hat, Inc. All rights reserved.
|
|
|
|
##
|
|
|
|
##
|
|
|
|
## This copyrighted material is made available to anyone wishing to use,
|
|
|
|
## This copyrighted material is made available to anyone wishing to use,
|
|
|
|
## modify, copy, or redistribute it subject to the terms and conditions
|
|
|
|
## modify, copy, or redistribute it subject to the terms and conditions
|
|
|
@ -36,13 +36,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: kronosnet
|
|
|
|
Name: kronosnet
|
|
|
|
Summary: Multipoint-to-Multipoint VPN daemon
|
|
|
|
Summary: Multipoint-to-Multipoint VPN daemon
|
|
|
|
Version: 1.24
|
|
|
|
Version: 1.25
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
License: GPLv2+ and LGPLv2+
|
|
|
|
License: GPLv2+ and LGPLv2+
|
|
|
|
URL: https://kronosnet.org
|
|
|
|
URL: https://kronosnet.org
|
|
|
|
Source0: https://kronosnet.org/releases/%{name}-%{version}.tar.xz
|
|
|
|
Source0: https://kronosnet.org/releases/%{name}-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
|
|
Patch0: 1_24.testfix.patch
|
|
|
|
#Patch0: 1_24.testfix.patch
|
|
|
|
|
|
|
|
|
|
|
|
# Build dependencies
|
|
|
|
# Build dependencies
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: make
|
|
|
@ -87,7 +87,7 @@ BuildRequires: autoconf automake libtool
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{name}-%{version}
|
|
|
|
%setup -q -n %{name}-%{version}
|
|
|
|
%patch0 -p1 -b .1_24.testfix
|
|
|
|
#%patch0 -p1 -b .1_24.testfix
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%if %{with runautogen}
|
|
|
|
%if %{with runautogen}
|
|
|
@ -426,6 +426,9 @@ Requires: libknet1-crypto-plugins-all%{_isa} = %{version}-%{release}
|
|
|
|
Summary: Provides kronosnet test suite
|
|
|
|
Summary: Provides kronosnet test suite
|
|
|
|
License: GPLv2+
|
|
|
|
License: GPLv2+
|
|
|
|
Requires: libknet1%{_isa} = %{version}-%{release}
|
|
|
|
Requires: libknet1%{_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
%if %{with libnozzle}
|
|
|
|
|
|
|
|
Requires: libnozzle1%{_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%description -n kronosnet-tests
|
|
|
|
%description -n kronosnet-tests
|
|
|
|
This package contains all the libknet and libnozzle test suite.
|
|
|
|
This package contains all the libknet and libnozzle test suite.
|
|
|
@ -439,6 +442,10 @@ Requires: libknet1%{_isa} = %{version}-%{release}
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Jan 18 2023 Christine Caulfield <ccaulfie@redhat.com> - 1.25-1
|
|
|
|
|
|
|
|
Rebase to 1.25 for PMTUd fixes
|
|
|
|
|
|
|
|
Resolves: rhbz#2161168
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 15 2022 Christine Caulfield <ccaulfie@redhat.com> - 1.24-2
|
|
|
|
* Fri Jul 15 2022 Christine Caulfield <ccaulfie@redhat.com> - 1.24-2
|
|
|
|
- Fix libnozzle tests failing & covscan warning on api_knet_handle_new test
|
|
|
|
- Fix libnozzle tests failing & covscan warning on api_knet_handle_new test
|
|
|
|
Resolves: rhbz#2024090
|
|
|
|
Resolves: rhbz#2024090
|
|
|
|