# Generated by go2rpm 1 # Needs permissions not available in Mock/Koji %bcond_with check # https://github.com/moby/ipvs %global goipath github.com/moby/ipvs Version: 1.0.1 %gometa %global common_description %{expand: IPVS networking for containers (package derived from moby/libnetwork).} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: IPVS networking for containers # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/sirupsen/logrus) BuildRequires: golang(github.com/vishvananda/netlink) BuildRequires: golang(github.com/vishvananda/netlink/nl) BuildRequires: golang(github.com/vishvananda/netns) BuildRequires: golang(golang.org/x/sys/unix) %if %{with check} # Tests BuildRequires: golang(gotest.tools/v3/assert) BuildRequires: golang(gotest.tools/v3/assert/cmp) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Sun Jul 26 14:08:36 CEST 2020 Robert-André Mauchin - 1.0.1-1 - Initial package