Skip to content

Releases: marguerite/golang-packaging

Release v14.10

17 Aug 15:49
Compare
Choose a tag to compare
  • 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

17 Aug 15:48
Compare
Choose a tag to compare
  • 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

17 Aug 15:47
Compare
Choose a tag to compare

Merge pull request #1 from tboerger/feature/remove-go-version
Remove runtime dependency for Go API

release v14.8.1

05 Apr 01:12
Compare
Choose a tag to compare

bugfix release:

  • fix a typo in cli.rb
  • increate timeout to 300s, or go install can't finish itself sometimes

release v14.8

03 Apr 18:29
Compare
Choose a tag to compare
  • 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

24 Feb 13:19
Compare
Choose a tag to compare
  • do not hardcode go version

release v14.6

12 Feb 18:09
Compare
Choose a tag to compare
  • Fix rbarch for Power architectures

release v14.5

22 Jan 16:12
Compare
Choose a tag to compare
  • fix a typo that prevent golang.req from running (fix #10)

release v14.4

22 Jan 07:20
Compare
Choose a tag to compare

fix #5 on golang.req

release v14.3

19 Jan 10:33
Compare
Choose a tag to compare
  • fix: command not found error for go test on SLE
  • fix #5 again: gsub importpath itself is not enough