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:
parent
d13321d007
commit
f7b68fed38
@ -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
|
||||
|
||||
|
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user