Releases: marguerite/golang-packaging
Releases · marguerite/golang-packaging
Release v14.10
- fix SLE_11_SP3: RPM_BUILD_ROOT env is not available at Provides/Requires finding stage
- don't find runtime requires for static builds
- distribute plain source code for static builds only binaries in /usr/bin will be distributed in compiled format.
Release v14.9.1
- simplify rpmsysinfo.rb: don't guess variables' values can be passed in by RPM environment variables. use RbConfig to get libdir.
- support s390x architecture
Release v14.9.0
Merge pull request #1 from tboerger/feature/remove-go-version
Remove runtime dependency for Go API
release v14.8.1
bugfix release:
- fix a typo in cli.rb
- increate timeout to 300s, or go install can't finish itself sometimes
release v14.8
- rpmsysinfo.rb: fix encoding problem in open()
- cli.rb: ruby 1.8.7 doesn't support passing environment variables in popen(),
some commands/tests need time to finish, an immediate io.close() will get
us wrong exitstatus (broken pipe, code 13). so use 'timeout' module with a
30s and process.wait for them to quit successfully. - the oniguruma in ruby 1.8.7 doesn't support named group in regexp. so
ditch the named group used in go_get_version in golang.req
release v14.7
- do not hardcode go version
release v14.6
- Fix rbarch for Power architectures
release v14.5
- fix a typo that prevent golang.req from running (fix #10)
release v14.4
fix #5 on golang.req
release v14.3
- fix: command not found error for go test on SLE
- fix #5 again: gsub importpath itself is not enough