# Generated by go2rpm # Needs network %bcond_with check # https://github.com/mdlayher/netlink %global goipath github.com/mdlayher/netlink %global commit 0087c778e46953b58a4434583a8274f8e8aa2b78 %gometa %global common_description %{expand: Package netlink provides low-level access to Linux netlink sockets.} %global golicenses LICENSE.md %global godocs README.md Name: %{goname} Version: 0 Release: 0.6%{?dist} Summary: Low-level access to Linux netlink sockets License: MIT URL: %{gourl} Source0: %{gosource} BuildRequires: golang(golang.org/x/net/bpf) BuildRequires: golang(golang.org/x/sys/unix) %if %{with check} # Tests BuildRequires: golang(github.com/google/go-cmp/cmp) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Thu May 23 14:30:25 CEST 2019 Robert-André Mauchin - 0-0.6.20190523git0087c77 - Bump to commit 0087c778e46953b58a4434583a8274f8e8aa2b78 * Fri Feb 01 2019 Fedora Release Engineering - 0-0.5.git4883a4e - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Tue Oct 23 2018 Nicolas Mailhot - 0-0.4.git4883a4e - redhat-rpm-config-123 triggers bugs in gosetup, remove it from Go spec files as it’s just an alias - https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/RWD5YATAYAFWKIDZBB7EB6N5DAO4ZKFM/ * Fri Jul 13 2018 Fedora Release Engineering - 0-0.3.git4883a4e - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Mon May 14 2018 Paul Gier - 0-0.2.20180514git4883a4e - Remove special handling of s390x * Tue May 08 2018 Paul Gier - 0-0.1.20180508gitdc21697 - First package for Fedora