Accepting request 517902 from Virtualization:containers

1

OBS-URL: https://build.opensuse.org/request/show/517902
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flannel?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2017-08-22 09:09:44 +00:00 committed by Git OBS Bridge
parent d13321d007
commit f7b68fed38
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Aug 17 13:32:34 UTC 2017 - vrothberg@suse.com
- Fix bsc#1054097
* We need to patch the Version variable to align with the package version
* Do this by using `gofmt` (linker flags can't be set without changing the build)
-------------------------------------------------------------------
Wed Apr 19 09:29:33 UTC 2017 - opensuse-packaging@opensuse.org

View File

@ -49,6 +49,7 @@ reduces the complexity of doing port mapping.
%setup -q
%build
gofmt -w -r "x -> \"%{version}\"" version/version.go
%{goprep} github.com/coreos/flannel
%{gobuild}