Compare commits
37 commits
epel8-play
...
rawhide
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f2468b734f | ||
|
|
2c05084503 | ||
|
|
794f7ee18c | ||
|
|
5c75405dc9 | ||
|
|
40a52008f2 | ||
|
|
1e76c12e31 | ||
|
|
41d3abd204 | ||
|
|
5c0365e2e0 | ||
|
|
a58b1dfb51 | ||
|
|
51ea055526 | ||
|
|
2055ef7063 | ||
|
|
9b01f96a9f | ||
|
|
7b923c6445 | ||
|
|
ccec286c29 | ||
|
|
c4bfbe65af | ||
|
|
9c20327687 | ||
|
|
5c2828b626 | ||
|
|
504eda341c | ||
|
|
6c0401f96f | ||
|
|
74cf3f0b5d | ||
|
|
f003c371ee | ||
|
|
42b791068a | ||
|
|
20ba0e3a96 | ||
|
|
771e6fd240 | ||
|
|
517e3fdbb7 | ||
|
|
08f49a7478 | ||
|
|
2b20dff024 | ||
|
|
10570fa37e | ||
|
|
4abc7709f3 | ||
|
|
dcd45c563d | ||
|
|
3c6755c7eb | ||
|
|
d4b14658ab | ||
|
|
a21830c689 | ||
|
|
9cb75db946 | ||
|
|
ba7bc1509d | ||
|
|
2f343932ab | ||
|
|
3df4518ba0 |
2 changed files with 1233 additions and 0 deletions
1195
vpnc-script
Normal file
1195
vpnc-script
Normal file
File diff suppressed because it is too large
Load diff
38
vpnc-script.spec
Normal file
38
vpnc-script.spec
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
%global git_date 20230907
|
||||
%global git_commit_hash 5b9e7e4c
|
||||
|
||||
Name: vpnc-script
|
||||
Version: %{git_date}
|
||||
Release: %autorelease -e git%{git_commit_hash}
|
||||
|
||||
Summary: Routing setup script for vpnc and openconnect
|
||||
BuildArch: noarch
|
||||
Requires: iproute
|
||||
Requires: which
|
||||
|
||||
# Automatically converted from old format: GPLv2+ - review is highly recommended.
|
||||
License: GPL-2.0-or-later
|
||||
URL: https://gitlab.com/openconnect/vpnc-scripts/
|
||||
Source0: vpnc-script
|
||||
|
||||
%description
|
||||
This script sets up routing for VPN connectivity, when invoked by vpnc
|
||||
or openconnect.
|
||||
|
||||
|
||||
%prep
|
||||
cp -p %SOURCE0 .
|
||||
|
||||
%build
|
||||
|
||||
%install
|
||||
mkdir -p -m 755 %{buildroot}%{_sysconfdir}/vpnc
|
||||
install -m 0755 vpnc-script \
|
||||
%{buildroot}%{_sysconfdir}/vpnc/vpnc-script
|
||||
|
||||
%files
|
||||
%dir %{_sysconfdir}/vpnc
|
||||
%{_sysconfdir}/vpnc/vpnc-script
|
||||
|
||||
%changelog
|
||||
%autochangelog
|
||||
Loading…
Add table
Add a link
Reference in a new issue