Compare commits

..

1 commit

Author SHA1 Message Date
Troy Dawson
1a5972f96e epel8-playground decommissioned : https://pagure.io/epel/issue/136 2022-01-31 17:55:52 -08:00
5 changed files with 1 additions and 1233 deletions

0
.gitignore vendored
View file

1
dead.package Normal file
View file

@ -0,0 +1 @@
epel8-playground decommissioned : https://pagure.io/epel/issue/136

View file

File diff suppressed because it is too large Load diff

View file

@ -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