i9ce
changed/i9/openconnect-gateway-0-0.2.20170903git627468b.el9
commit
4b8b2b0192
@ -0,0 +1 @@
|
||||
SOURCES/openconnect-gateway-627468b.tar.gz
|
@ -0,0 +1 @@
|
||||
531c14b6fc064a4461f2f723ee52bdaf9e7645cb SOURCES/openconnect-gateway-627468b.tar.gz
|
@ -0,0 +1,47 @@
|
||||
%global commit0 627468b537befb16c0d04e426450b2fe7eb85c9f
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
%global date0 20170903
|
||||
|
||||
Name: openconnect-gateway
|
||||
Version: 0
|
||||
Release: 0.2.%{date0}git%{shortcommit0}%{?dist}
|
||||
Summary: Connect to a VPN without routing everything through the VPN
|
||||
|
||||
License: MIT
|
||||
URL: https://github.com/millermatt/%{name}
|
||||
Source0: %{url}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz
|
||||
|
||||
BuildArch: noarch
|
||||
Requires: ca-certificates openconnect wget
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
Some sample scripts to run in shell.
|
||||
See readme.md for proper usage.
|
||||
|
||||
%prep
|
||||
%autosetup -n%{name}-%{commit0}
|
||||
|
||||
%build
|
||||
# no
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}/%{_bindir}
|
||||
cp -av connect.sh %{buildroot}/%{_bindir}/%{name}
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc readme.md
|
||||
%doc Vagrantfile
|
||||
%doc *.sh
|
||||
%{_bindir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Thu Aug 03 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 0-0.2.20170903git627468b
|
||||
- Rebuilt for MSVSphere 9.2
|
||||
|
||||
* Wed Jun 15 2022 Raphael Groner <raphgro@fedoraproject.org> - 0-0.2.20170903git627468b
|
||||
- minor fixes for review
|
||||
|
||||
* Thu Mar 04 2021 Raphael Groner <raphgro@fedoraproject.org> - 0-0.1.20170903git627468b
|
||||
- initial
|
Loading…
Reference in new issue