Commit Graph

231 Commits

Author SHA1 Message Date
Vincent Batts 81887c2abd fixed a merge 2014-08-13 20:04:30 +00:00
Vincent Batts b025cc279b fixing bz1099206 2014-08-13 19:25:50 +00:00
Vincent Batts ab9b26510d make golang-src noarch again 2014-08-11 15:28:01 +00:00
Vincent Batts dd6f77ac9a don't just update directories 2014-08-11 14:41:34 +00:00
Vincent Batts 1afe7e2655 set source directory timestamps during %install 2014-08-08 21:11:50 +00:00
Vincent Batts 42cdf8daca making the golang-src package arch'ed.
Fixes bz1099206
2014-08-06 22:02:25 +00:00
Vincent Batts 59ec5bd186 actually adding the patch ... 2014-07-21 16:43:50 -04:00
Vincent Batts 374526de5b including archive/tar fix for PAX headers 2014-07-21 16:24:32 -04:00
Vincent Batts 3a4853bd32 fix gdb init for safe-paths
bz981356
2014-07-15 12:01:12 -04:00
Vincent Batts fa7c581616 cleaning up the cross-compile process and deps
bz1105901, bz1101508
2014-07-15 11:26:07 -04:00
Vincent Batts 4086849026 archive/tar patches for performance 2014-07-07 16:11:04 -04:00
Vincent Batts 207296f435 update to go1.3 2014-06-19 11:09:27 -04:00
Vincent Batts ae7853072a updating to go1.3rc2 2014-06-16 14:16:12 -04:00
Dennis Gilmore 472df199bf - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-07 13:00:36 -05:00
Vincent Batts ffa74e040a new arch file shuffling 2014-06-03 15:37:32 -04:00
Vincent Batts dbf2661391 updating BSD_SOURCE patch 2014-06-03 11:20:16 -04:00
Vincent Batts f3f956d5ae update to go1.3rc1 2014-06-03 10:52:54 -04:00
Vincent Batts 2e3bac640a new source 2014-05-21 17:31:06 -04:00
Vincent Batts 0b3722bb33 update to go1.3beta2 2014-05-21 17:30:02 -04:00
Vincent Batts 4620c4841b remove %ghost ownership, so that clobbering occurs 2014-05-21 12:50:07 -04:00
Vincent Batts 8bd3750385 ensure /usr/bin/go is present for the library %post 2014-05-20 17:11:30 -04:00
Vincent Batts 7619d5057c just let go control its own freshness 2014-05-20 15:35:45 -04:00
Vincent Batts c849611c8a another fix for bz1099206 2014-05-20 14:58:54 -04:00
Vincent Batts 61096640f7 issue with %ghost and update-alternatives of /usr/bin/go 2014-05-20 13:13:02 -04:00
Vincent Batts 74686a282e bugfix for bz1099206 2014-05-19 16:39:22 -04:00
Vincent Batts 789ff2e39d nach ein mahl 2014-05-13 13:04:10 -04:00
Vincent Batts e46d680a80 nach ein mahl 2014-05-13 13:01:30 -04:00
Vincent Batts 28979baa99 more rearranging 2014-05-12 15:00:01 -04:00
Vincent Batts 573d0baf6a not sure why go1.2.2 shuffled some of the arch-depenedent files, but so it goes 2014-05-12 09:29:32 -04:00
Vincent Batts c8bd3b738f update to go1.2.2 2014-05-09 08:21:15 -04:00
Vincent Batts 2911c49ac2 more rpmspec for multiarch, to accomodate RHEL6 2014-05-09 07:20:57 -04:00
Vincent Batts 5f099a5852 add excluding the files too 2014-05-07 23:29:08 -04:00
Vincent Batts 6e4126fb01 bump release number 2014-05-07 15:49:17 -04:00
Vincent Batts 9207febd2c missed two files 2014-05-07 15:47:49 -04:00
Vincent Batts df7b191378 1.2.1-6: arch-specific bits
arch-specific source needs to be in arch-specific rpms
2014-05-07 13:39:21 -04:00
Vincent Batts d931512370 work around the glibc-2.19 causing a failed test 2014-05-06 16:50:32 -04:00
Vincent Batts 76f08f5dd7 bz1086900 SIGABRT in tests on fc21 2014-04-11 16:17:08 -04:00
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 fd00fb3b64 include rpm macros with %gopath 2014-03-26 15:48:05 -04:00
Adam Miller 01d4c2e64f update to latest upstream 1.2.1 2014-03-04 10:25:43 -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 40f74d4d72 replace f21+ hostname patch that fedpkg import deleted 2014-02-19 10:42:29 -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 25b1d04efe skip flaky test 2014-01-24 14:02:19 -05:00
Vincent Batts b5cbd1ebb2 remove godoc dependency 2014-01-16 17:31:32 -05:00