# Generated by go2rpm # Needs network %bcond_with check # https://github.com/mholt/certmagic %global goipath github.com/mholt/certmagic Version: 0.12.0 %gometa %global common_description %{expand: Caddy's automagic TLS features, now for your own Go programs, in one powerful and easy-to-use library! CertMagic is the most mature, robust, and capable ACME client integration for Go.} %global golicenses LICENSE.txt %global godocs README.md Name: %{goname} Release: 5%{?dist} Summary: Automatic HTTPS for any Go program # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/klauspost/cpuid) BuildRequires: golang(github.com/libdns/libdns) BuildRequires: golang(github.com/mholt/acmez) BuildRequires: golang(github.com/mholt/acmez/acme) BuildRequires: golang(github.com/miekg/dns) BuildRequires: golang(go.uber.org/zap) BuildRequires: golang(golang.org/x/crypto/ocsp) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Thu Jul 21 2022 Fedora Release Engineering - 0.12.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jan 20 2022 Fedora Release Engineering - 0.12.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Jul 22 2021 Fedora Release Engineering - 0.12.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Jan 26 2021 Fedora Release Engineering - 0.12.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Dec 16 01:27:22 CET 2020 Robert-André Mauchin - 0.12.0-1 - Update to 0.12.0 - Close: rhbz#1811315 - Close: rhbz#1908154 * Sat Aug 01 2020 Fedora Release Engineering - 0.11.2-4 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Mon Jul 27 2020 Fedora Release Engineering - 0.11.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Fri Jul 24 19:04:23 CEST 2020 Robert-André Mauchin - 0.11.2-1 - Update to 0.11.2 * Thu Feb 13 12:36:46 CET 2020 Robert-André Mauchin - 0.9.3-1 - Update to 0.9.3 * Wed Jan 29 2020 Fedora Release Engineering - 0.6.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Mon Aug 26 2019 Carl George - 0.6.2-1 - Latest upstream * Thu Jul 25 2019 Fedora Release Engineering - 0.5.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sat May 18 20:02:36 CEST 2019 Robert-André Mauchin - 0.5.1-1 - Initial package