Compare commits
1 commit
rawhide
...
epel8-play
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1a5972f96e |
5 changed files with 1 additions and 1233 deletions
0
.gitignore
vendored
0
.gitignore
vendored
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
epel8-playground decommissioned : https://pagure.io/epel/issue/136
|
||||
0
sources
0
sources
1195
vpnc-script
1195
vpnc-script
File diff suppressed because it is too large
Load diff
|
|
@ -1,38 +0,0 @@
|
|||
%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