# Generated by go2rpm 1 # Needs network access %bcond_with check # https://gitlab.com/yawning/utls.git %global goipath gitlab.com/yawning/utls.git %global forgeurl https://gitlab.com/yawning/utls Version: 0.0.11 %global tag v0.0.11-1 %global distprefix %{nil} %gometa %global common_description %{expand: uTLS is a fork of "crypto/tls", which provides ClientHello fingerprinting resistance, low-level access to handshake, fake session tickets and some other features. Handshake is still performed by "crypto/tls", this library merely changes ClientHello part of it and provides low-level access.} %global golicenses LICENSE LICENSE.upstream.txt %global godocs examples CONTRIBUTING.md CONTRIBUTORS_GUIDE.md\\\ README.md README.upstream.md Name: %{goname} Release: 8.1%{?dist} Summary: Fork of the Go standard TLS library, providing access to the ClientHello # Upstream license specification: BSD-3-Clause and GPL-3.0-only License: BSD and GPLv3 URL: %{gourl} Source0: %{gosource} BuildRequires: golang(git.schwanenlied.me/yawning/bsaes.git) BuildRequires: golang(github.com/dsnet/compress/brotli) BuildRequires: golang(golang.org/x/crypto/chacha20poly1305) BuildRequires: golang(golang.org/x/crypto/cryptobyte) BuildRequires: golang(golang.org/x/crypto/curve25519) BuildRequires: golang(golang.org/x/crypto/hkdf) BuildRequires: golang(golang.org/x/crypto/sha3) BuildRequires: golang(golang.org/x/net/http2) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Thu Jan 19 2023 Fedora Release Engineering - 0.0.11-8.1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Thu Jul 21 2022 Fedora Release Engineering - 0.0.11-7.1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jan 20 2022 Fedora Release Engineering - 0.0.11-6.1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Jul 22 2021 Fedora Release Engineering - 0.0.11-5.1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Jan 26 2021 Fedora Release Engineering - 0.0.11-4.1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Mon Jul 27 2020 Fedora Release Engineering - 0.0.11-3.1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Jan 29 2020 Fedora Release Engineering - 0.0.11-2.1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Wed Aug 07 21:53:41 CEST 2019 Robert-André Mauchin - 0.0.11-1-1 - Initial package