From c44ccb219950293e8b90c4712c8e7a209b8156c5 Mon Sep 17 00:00:00 2001 From: dirkmueller <> Date: Dec 19 2024 23:27:44 +0000 Subject: Update akamai-purge to version 1.1.0 / rev 1 via SR 1232495 https://build.opensuse.org/request/show/1232495 by user dirkmueller + anag+factory --- diff --git a/.files b/.files new file mode 100644 index 0000000..12301c9 Binary files /dev/null and b/.files differ diff --git a/.meta b/.meta new file mode 100644 index 0000000..e4a9ea4 --- /dev/null +++ b/.meta @@ -0,0 +1,8 @@ +<package name="akamai-purge" project="openSUSE:Factory"> + <title>akamai-purge</title> + <description>Akamai CLI for Purge allows you to purge cached content from the Edge using FastPurge (CCUv3). + +FastPurge will typically invalidate (recommended), or delete cached content in under five seconds.</description> + <devel project="devel:languages:go" package="akamai-purge"/> + <url>https://github.com/akamai/cli-purge</url> +</package> diff --git a/.rev b/.rev new file mode 100644 index 0000000..85fdbe6 --- /dev/null +++ b/.rev @@ -0,0 +1,10 @@ +<revisionlist> + <revision rev="1" vrev="1"> + <srcmd5>0528c01f5dbe5e5342f94a810a8b6efd</srcmd5> + <version>1.1.0</version> + <time>1734640916</time> + <user>anag+factory</user> + <comment></comment> + <requestid>1232495</requestid> + </revision> +</revisionlist> diff --git a/_service b/_service new file mode 100644 index 0000000..0ad60f5 --- /dev/null +++ b/_service @@ -0,0 +1,6 @@ +<services> + <service name="download_files" mode="manual" /> + <service name="go_modules" mode="manual"> + <param name="compression">zst</param> + </service> +</services> diff --git a/akamai-purge-1.1.0-gh.tar.gz b/akamai-purge-1.1.0-gh.tar.gz new file mode 120000 index 0000000..a686148 --- /dev/null +++ b/akamai-purge-1.1.0-gh.tar.gz @@ -0,0 +1 @@ +/ipfs/bafkreihexhhuc76zufgk3vzpylgpuv66624bpmlpi3qsd6x54eulvzorru \ No newline at end of file diff --git a/akamai-purge.changes b/akamai-purge.changes new file mode 100644 index 0000000..bffa8ef --- /dev/null +++ b/akamai-purge.changes @@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Tue Dec 10 08:27:37 UTC 2024 - Dirk Müller <dmueller@suse.com> + +- Initial package (1.1.0) diff --git a/akamai-purge.spec b/akamai-purge.spec new file mode 100644 index 0000000..b096ff8 --- /dev/null +++ b/akamai-purge.spec @@ -0,0 +1,50 @@ +# +# spec file for package akamai-purge +# +# Copyright (c) 2024 SUSE LLC +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +Name: akamai-purge +Version: 1.1.0 +Release: 0 +Summary: Akamai CDN FastPurge Client +# FIXME: Select a correct license from https://github.com/openSUSE/spec-cleaner#spdx-licenses +License: Apache-2.0 +URL: https://github.com/akamai/cli-purge +Source: https://github.com/akamai/cli-purge/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}-gh.tar.gz +Source1: vendor.tar.zst +BuildRequires: go +BuildRequires: zstd + +%description +Akamai CLI for Purge allows you to purge cached content from the Edge using FastPurge (CCUv3). + +FastPurge will typically invalidate (recommended), or delete cached content in under five seconds. + +%prep +%autosetup -p1 -a1 -n cli-purge-%{version} + +%build +go build -trimpath -buildmode=pie -mod=vendor -o akamai-purge + +%install +install -D akamai-purge %{buildroot}%{_bindir}/akamai-purge + +%files +%license LICENSE +%doc README.md +%{_bindir}/akamai-purge + +%changelog diff --git a/vendor.tar.zst b/vendor.tar.zst new file mode 120000 index 0000000..5986eae --- /dev/null +++ b/vendor.tar.zst @@ -0,0 +1 @@ +/ipfs/bafybeia22k6oqy2cj4uagmnqhbhb5he2gc2v7xkhb6yiczgdosegz22pui \ No newline at end of file