Commit Graph

253 Commits

Author SHA1 Message Date
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
Vincent Batts 5152b3a3e6 removing the elliptic.P224 curve
bz1038683
2013-12-18 14:25:44 -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 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 8efa6246fb fixed the date 2013-11-21 14:11:26 -05:00
Vincent Batts 6c39c372e6 vim-filesystem conditional for fedora 2013-11-21 14:09:08 -05:00
Vincent Batts ce418df0df unify the spec to build on rhel and fedora 2013-11-21 13:13:09 -05:00
Vincent Batts d09407f344 version bump 2013-11-21 12:28:27 -05:00
Vincent Batts c91e9b6b85 accomdate the move of hostname command for rawhide 2013-11-21 12:25:57 -05:00
Vincent Batts 7025cc82ad formatting 2013-11-21 09:43:50 -05:00
Vincent Batts d8b5074c45 seperate the godoc into its own package again, but let it be installed
by the golang dep on of /usr/bin/godoc
This will allow for the transition to using the godoc from go.tools
2013-11-20 17:32:45 -05:00
Adam Miller 355d9b0c2a fix for BZ#1010271 2013-09-20 09:06:42 -05:00
Adam Miller b77f6c733b Revert "EL6 edits"
This reverts commit 5998fbdf94.
2013-09-19 10:51:10 -05:00
Adam Miller 5998fbdf94 EL6 edits 2013-09-19 09:55:33 -05:00
Adam Miller b77f3c25a0 fix meta dependency on libc 2013-08-30 09:09:22 -05:00
Adam Miller c2c1e2a3f2 fix the "fix" that hit the wrong branch 2013-08-27 15:32:12 -05:00
Adam Miller b054c12870 Revert "fix changelog in spec file for bad merge"
This reverts commit 3ea7b868b4.
2013-08-27 15:29:41 -05:00
Adam Miller 3ea7b868b4 fix changelog in spec file for bad merge 2013-08-27 14:59:03 -05:00
Adam Miller bd6aa3ac3f updated to latest upstream 1.1.2 2013-08-20 09:32:32 -05:00
Dennis Gilmore a0c4ee9400 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-03 11:10:55 -05:00
Petr Písař b8e05f9248 Perl 5.18 rebuild 2013-07-17 11:15:56 +02:00
Adam Goode 03e9b35658 Try again to fix this package 2013-07-10 01:54:42 -04:00
Adam Goode c9b9b2a47c Move src to libdir for now (#973842) (upstream issue https://code.google.com/p/go/issues/detail?id=5830)
- Eliminate noarch data package to work around RPM bug (bz #975909)
- Add runtime-gdb.py to the gdb safe-path (#981356)
2013-07-04 23:47:27 -04:00
Adam Goode 467dc85f27 Eliminate noarch data package to work around RPM bug (bz #975909) 2013-06-28 22:09:26 -04:00
Adam Goode 5863470967 Use lua for pretrans (http://fedoraproject.org/wiki/Packaging:Guidelines#The_.25pretrans_scriptlet) 2013-06-19 10:45:00 -04:00
Adam Goode 7e281b5aa6 Hopefully really fix #973842
- Fix update from pre-1.1.1 (#974840)
2013-06-17 00:29:13 -04:00
Adam Goode cc50719e5d Update to 1.1.1
- Fix basically useless package (#973842)
2013-06-13 22:37:33 -04:00
Dan Horák 45f1244cd8 - set ExclusiveArch 2013-05-25 16:44:10 +02:00