Upgrade to 20220509

Signed-off-by: cherry530 <707078654@qq.com>
This commit is contained in:
cherry530 2023-05-04 16:58:50 +08:00
parent 8f39905560
commit 228c96acdb
3 changed files with 7 additions and 1172 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
%global git_date 20201205
%global git_commit_hash cdbd5b
%global git_date 20220509
%global git_commit_hash e52f8e66391c4c55ee818841d236ebbb6ae284ed
Name: vpnc-script
Version: %{git_date}
Release: 1
@ -8,13 +8,13 @@ BuildArch: noarch
Requires: iproute which
License: GPLv2+
URL: https://gitlab.com/openconnect/vpnc-scripts/
Source0: https://gitlab.com/openconnect/vpnc-scripts/-/blob/21a051aa8aeb51a86f6ec9cea98445224d08900b/vpnc-script
Source0: https://gitlab.com/openconnect/vpnc-scripts/-/archive/e52f8e66391c4c55ee818841d236ebbb6ae284ed/vpnc-scripts-e52f8e66391c4c55ee818841d236ebbb6ae284ed.tar.gz
%description
This script sets up routing for VPN connectivity, when invoked by vpnc
or openconnect.
%prep
cp -p %SOURCE0 .
%autosetup -n vpnc-scripts-%{git_commit_hash} -p1
%build
@ -28,5 +28,8 @@ install -m 0755 vpnc-script \
%{_sysconfdir}/vpnc/vpnc-script
%changelog
* Thu May 04 2023 xu_ping <707078654@qq.com> - %{git_date}-1
- Upgrade to 20220509
* Mon Sep 6 2021 wulei <wulei80@huawei.com> - %{git_date}-1
- package init