Browse Source

fix some transient issues with github

main
Nicolas Massé 4 years ago
parent
commit
dabc475818
  1. 4
      SPECS/traefik-forward-auth.spec
  2. 4
      SPECS/traefik.spec
  3. 4
      SPECS/wimip.spec

4
SPECS/traefik-forward-auth.spec

@ -15,7 +15,9 @@ Summary: Minimal forward authentication service for the traefik reverse pr
License: MIT License: MIT
ExclusiveArch: x86_64 ExclusiveArch: x86_64
URL: %{gourl} URL: %{gourl}
Source0: %{gosource} # Temporary Fix for a probable transient issue. XXX: Still needed ?
# Source0: %{gosource}
Source0: https://github.com/thomseddon/traefik-forward-auth/archive/refs/tags/v2.2.0.tar.gz
Source1: traefik-forward-auth.service Source1: traefik-forward-auth.service
Source2: traefik-forward-auth.conf Source2: traefik-forward-auth.conf
Requires: traefik Requires: traefik

4
SPECS/traefik.spec

@ -16,7 +16,9 @@ Summary: The Cloud Native Application Proxy
License: MIT License: MIT
ExclusiveArch: x86_64 ExclusiveArch: x86_64
URL: %{gourl} URL: %{gourl}
Source0: %{gosource} # Temporary Fix for a probable transient issue. XXX: Still needed ?
# Source0: %{gosource}
Source0: https://github.com/traefik/traefik/archive/refs/tags/v2.3.6.tar.gz
Source1: traefik.service Source1: traefik.service
Source2: traefik.yaml Source2: traefik.yaml
Patch0: traefik-sni.patch Patch0: traefik-sni.patch

4
SPECS/wimip.spec

@ -11,7 +11,9 @@ Summary: What is my IP address?
License: MIT License: MIT
ExclusiveArch: x86_64 ExclusiveArch: x86_64
URL: %{gourl} URL: %{gourl}
Source0: %{gosource} # Temporary Fix for a probable transient issue. XXX: Still needed ?
# Source0: %{gosource}
Source0: https://github.com/nmasse-itix/wimip/archive/refs/tags/v0.0.2.tar.gz
Source1: wimip.service Source1: wimip.service
Source2: wimip.env Source2: wimip.env
BuildRequires: systemd BuildRequires: systemd

Loading…
Cancel
Save