Accepting request 1176513 from home:avicenzi:branches:devel:kubic
Cleanup OBS-URL: https://build.opensuse.org/request/show/1176513 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/traefik?expand=0&rev=35
This commit is contained in:
@@ -22,7 +22,6 @@
|
||||
%else
|
||||
%define buildmode pie
|
||||
%endif
|
||||
|
||||
Name: traefik
|
||||
Version: 3.0.1
|
||||
Release: 0
|
||||
@@ -30,19 +29,17 @@ Summary: The Cloud Native Application Proxy
|
||||
License: MIT
|
||||
Group: Productivity/Networking/Web/Proxy
|
||||
URL: https://traefik.io/
|
||||
# Set the version in the spec-file, download with "osc service localrun download_files"
|
||||
# and create go vendor-package using "osc service manualrun"
|
||||
# set the desired version in the spec-file
|
||||
# download the source files and create the vendor tarball with "osc service mr"
|
||||
Source0: https://github.com/traefik/traefik/releases/download/v%{version}/%{name}-v%{version}.src.tar.gz
|
||||
Source1: vendor.tar.gz
|
||||
Source2: traefik.service
|
||||
Source3: traefik.yml
|
||||
|
||||
BuildRequires: go-bindata
|
||||
BuildRequires: golang-packaging
|
||||
BuildRequires: systemd-rpm-macros
|
||||
BuildRequires: (golang(API) >= 1.22)
|
||||
Recommends: podman
|
||||
|
||||
Conflicts: traefik2
|
||||
%{?systemd_requires}
|
||||
%{go_provides}
|
||||
@@ -56,7 +53,7 @@ Etcd, Rancher, Amazon ECS) and configures itself automatically and dynamically.
|
||||
Pointing Traefik at your orchestrator should be the only configuration step you need.
|
||||
|
||||
%prep
|
||||
%setup -c %{name}-%{version} -b0 -a1 -q
|
||||
%setup -q -c %{name}-%{version} -b0 -a1
|
||||
%autopatch -p1
|
||||
|
||||
%build
|
||||
|
Reference in New Issue
Block a user