From b5e17af93f2a46cf09004383ed9a6641cd15154f Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Wed, 29 Jun 2022 00:03:38 +0000 Subject: [PATCH 1/3] Added the README --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f483ff6 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# openconnect-gateway + +The openconnect-gateway package From 3cdad1ccc8c9b3bfadea377142ccbb334d9f7464 Mon Sep 17 00:00:00 2001 From: Raphael Groner Date: Wed, 6 Jul 2022 13:38:50 +0200 Subject: [PATCH 2/3] initial import, review in rhbz#1935379 --- .gitignore | 1 + openconnect-gateway.spec | 44 ++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 46 insertions(+) create mode 100644 .gitignore create mode 100644 openconnect-gateway.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4d5db9b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/openconnect-gateway-627468b.tar.gz diff --git a/openconnect-gateway.spec b/openconnect-gateway.spec new file mode 100644 index 0000000..a89201a --- /dev/null +++ b/openconnect-gateway.spec @@ -0,0 +1,44 @@ +%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 +* Wed Jun 15 2022 Raphael Groner - 0-0.2.20170903git627468b +- minor fixes for review + +* Thu Mar 04 2021 Raphael Groner - 0-0.1.20170903git627468b +- initial diff --git a/sources b/sources new file mode 100644 index 0000000..b394f75 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (openconnect-gateway-627468b.tar.gz) = 8671fcabdb97310f4fd5a9d8930034039f93f6708e64ddc164d50fcd5818d4827641f7755779d289b8e92a823873dfc571fafb305c672231019ab05d0d790ea4 From f51f64e374c66be9c82fb07f25772d5da69fab26 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Mon, 30 Oct 2023 23:35:17 +0300 Subject: [PATCH 3/3] Remove unnecessary files --- README.md | 3 --- sources | 1 - 2 files changed, 4 deletions(-) delete mode 100644 README.md delete mode 100644 sources diff --git a/README.md b/README.md deleted file mode 100644 index f483ff6..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# openconnect-gateway - -The openconnect-gateway package diff --git a/sources b/sources deleted file mode 100644 index b394f75..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (openconnect-gateway-627468b.tar.gz) = 8671fcabdb97310f4fd5a9d8930034039f93f6708e64ddc164d50fcd5818d4827641f7755779d289b8e92a823873dfc571fafb305c672231019ab05d0d790ea4