Commit Graph

234 Commits

Author SHA1 Message Date
Vincent Batts 8081f3309e bz1010713 directory ownership 2014-04-11 08:51:37 -04:00
Vincent Batts be393a2148 arch bootstrapping and macros
now providing the bootstrapping to allow compiles for all golang
supported architectures, from fedora.
'yum install go' or 'yum install golang' will pull in only the bits
needed for host architecture compiles, but then you could add
'golang-pkg-darwin-amd64' rpm, and build your golang project source
like:

	$> go build myapp.go
	$> file ./myapp
	./myapp: ELF 64-bit LSB  executable, x86-64, version 1 (SYSV), statically linked, not stripped
	$> GOOS=darwin GOARCH=amd64 go build myapp.go
	$> file ./myapp
	./myapp: Mach-O 64-bit x86_64 executable
2014-04-10 13:32:57 -04:00
Vincent Batts 9b901fa781 Merge branch 'master' into f20 2014-03-26 15:50:09 -04:00
Vincent Batts fd00fb3b64 include rpm macros with %gopath 2014-03-26 15:48:05 -04:00
Adam Miller 8b15f6569a Merge branch 'master' into el6
* master:
  update to latest upstream 1.2.1
2014-03-04 10:35:40 -06:00
Adam Miller 46df8a9ba5 Merge branch 'master' into f19
* master:
  update to latest upstream 1.2.1
2014-03-04 10:29:04 -06:00
Adam Miller 3342a8bbe5 Merge branch 'master' into f20
* master:
  update to latest upstream 1.2.1
2014-03-04 10:27:29 -06:00
Adam Miller 01d4c2e64f update to latest upstream 1.2.1 2014-03-04 10:25:43 -06:00
Adam Miller 3fb2038602 Merge branch 'master' into el6
* master:
  fix BSD/SVID patch, and fix up changelog entry (rpmlint was complaining about invalid date)
  update hostname patch
  fix patchlevel for patch200
  re-order some patches, remove unneeded glibc deprecated macros _BSD_SOURCE and _SVID_SOURCE
2014-02-20 15:06:55 -06:00
Adam Miller 2e5eb6e3d1 Merge branch 'master' into f19
* master:
  fix BSD/SVID patch, and fix up changelog entry (rpmlint was complaining about invalid date)
  update hostname patch
  fix patchlevel for patch200
  re-order some patches, remove unneeded glibc deprecated macros _BSD_SOURCE and _SVID_SOURCE
2014-02-20 15:06:34 -06:00
Adam Miller 8a8b586b8d Merge branch 'master' into f20
* master:
  fix BSD/SVID patch, and fix up changelog entry (rpmlint was complaining about invalid date)
  update hostname patch
  fix patchlevel for patch200
  re-order some patches, remove unneeded glibc deprecated macros _BSD_SOURCE and _SVID_SOURCE
2014-02-20 15:06:09 -06:00
Adam Miller 64f9c1459a fix BSD/SVID patch, and fix up changelog entry (rpmlint was complaining about invalid date) 2014-02-20 14:39:08 -06:00
Adam Miller a9aa1838b7 update hostname patch 2014-02-20 13:16:56 -06:00
Adam Miller 969848f0f9 fix patchlevel for patch200 2014-02-20 13:02:19 -06:00
Adam Miller d0ddbae849 re-order some patches, remove unneeded glibc deprecated macros _BSD_SOURCE and _SVID_SOURCE 2014-02-20 12:16:11 -06:00
Adam Miller 9e4e25cf53 Merge branch 'master' into el6
* master:
  replace f21+ hostname patch that fedpkg import deleted
2014-02-19 10:43:23 -06:00
Adam Miller 957169509d Merge branch 'master' into f19
* master:
  replace f21+ hostname patch that fedpkg import deleted
2014-02-19 10:43:17 -06:00
Adam Miller 5253fbfde8 Merge branch 'master' into f20
* master:
  replace f21+ hostname patch that fedpkg import deleted
2014-02-19 10:43:11 -06:00
Adam Miller 40f74d4d72 replace f21+ hostname patch that fedpkg import deleted 2014-02-19 10:42:29 -06:00
Adam Miller 52bd3bfa8d Merge branch 'master' into el6
* master:
  pull in xattr archive/tar from upstream
  Provide 'go'
2014-02-19 10:35:50 -06:00
Adam Miller ba9665b0fe Merge branch 'master' into f19
* master:
  pull in xattr archive/tar from upstream
  Provide 'go'
2014-02-19 10:35:09 -06:00
Adam Miller ea4af86ffb Merge branch 'master' into f20
* master:
  pull in xattr archive/tar from upstream
  Provide 'go'
2014-02-19 10:33:23 -06:00
Adam Miller 1318683961 pull in xattr archive/tar from upstream 2014-02-19 10:31:14 -06:00
Vincent Batts 77cba216ba Provide 'go' 2014-02-18 16:56:24 -05:00
Vincent Batts 4604bf724d Merge branch 'master' into f20 2014-01-24 14:04:31 -05:00
Vincent Batts 583f94dcc1 Merge branch 'master' into f19 2014-01-24 14:04:24 -05:00
Vincent Batts 8197a39098 Merge branch 'master' into el6 2014-01-24 14:03:48 -05:00
Vincent Batts 25b1d04efe skip flaky test 2014-01-24 14:02:19 -05:00
Vincent Batts ea5e86ce3d Merge branch 'master' into f20 2014-01-20 17:31:13 -05:00
Vincent Batts 64f997fc97 Merge branch 'master' into el6 2014-01-20 17:31:05 -05:00
Vincent Batts a70daa81a8 Merge branch 'master' into f19 2014-01-20 17:30:23 -05:00
Vincent Batts b5cbd1ebb2 remove godoc dependency 2014-01-16 17:31:32 -05:00
Vincent Batts 5152b3a3e6 removing the elliptic.P224 curve
bz1038683
2013-12-18 14:25:44 -05:00
Vincent Batts 2f21c1b8e2 Merge branch 'master' into f20 2013-12-04 10:33:43 -05:00
Vincent Batts 0aff087ed3 Merge branch 'master' into f19 2013-12-04 10:33:38 -05:00
Vincent Batts 5a0728e5a2 Merge branch 'master' into el6 2013-12-04 10:11:20 -05:00
Vincent Batts 5a84c902e7 updating to upstream go1.2, with notes on two upstream issues
This builds fine for f19, f20 and el6 too, and should be tested now that
go.tools is packaged
bz#1022983
2013-12-03 16:31:13 -05:00
Vincent Batts d4e31c03ca Merge branch 'master' into f19 2013-11-26 16:06:53 -05:00
Vincent Batts 3d2e2d5e92 Merge branch 'master' into f20 2013-11-26 16:06:10 -05:00
Vincent Batts 766dafab1b Merge branch 'master' into el6 2013-11-26 16:04:22 -05:00
Vincent Batts 4e1713bb7e version bump 2013-11-26 16:03:49 -05:00
Vincent Batts d290a3d331 messed up the rpmspec conditional 2013-11-26 16:02:22 -05:00
Vincent Batts 80f4cc9e22 Merge branch 'master' into f19
Conflicts:
	golang.spec
2013-11-21 15:43:31 -05:00
Vincent Batts 6dfa9a88bc Merge branch 'master' into f20
Conflicts:
	golang.spec
2013-11-21 14:46:08 -05:00
Vincent Batts adb88d9b5d Merge branch 'master' into el6 2013-11-21 14:11:32 -05:00
Vincent Batts 8efa6246fb fixed the date 2013-11-21 14:11:26 -05:00
Vincent Batts 866e8dcc93 Merge branch 'master' into el6
Conflicts:
	golang.spec
2013-11-21 14:10:50 -05:00
Vincent Batts 6c39c372e6 vim-filesystem conditional for fedora 2013-11-21 14:09:08 -05:00
Vincent Batts 8856b2e166 Merge branch 'master' into el6
Conflicts:
	golang.spec
2013-11-21 14:08:13 -05:00
Vincent Batts ce418df0df unify the spec to build on rhel and fedora 2013-11-21 13:13:09 -05:00