Vincent Batts
c89cd17117
Merge branch 'f20' into f19
...
Conflicts:
golang.spec
2014-08-07 03:45:15 +00:00
Vincent Batts
6da1cd966e
xemacs version constraint for bz1127518
2014-08-07 03:39:03 +00:00
Vincent Batts
c6c5ac57e3
making the golang-src package arch'ed.
...
Fixes bz1099206
Conflicts:
golang.spec
2014-08-06 22:18:48 +00:00
Vincent Batts
9abed9ed84
making the golang-src package arch'ed.
...
Fixes bz1099206
Conflicts:
golang.spec
2014-08-06 22:16:54 +00:00
Vincent Batts
73415829c2
fix gdb init for safe-paths
...
bz981356
Conflicts:
golang.spec
2014-07-15 12:31:52 -04:00
Vincent Batts
e3554eaea8
fix gdb init for safe-paths
...
bz981356
Conflicts:
golang.spec
2014-07-15 12:30:16 -04:00
Vincent Batts
420732b09d
cleaning up multiarch builds
...
bz1105901, bz1101508
2014-07-15 11:35:43 -04:00
Vincent Batts
96d7496e05
cleaning up multiarch builds
...
bz1105901, bz1101508
2014-07-14 17:10:09 -04:00
Vincent Batts
412a4623e4
Merge branch 'master' into f19
2014-05-21 12:50:38 -04:00
Vincent Batts
3ab77e50be
Merge branch 'master' into f20
2014-05-21 12:50:33 -04:00
Vincent Batts
4620c4841b
remove %ghost ownership, so that clobbering occurs
2014-05-21 12:50:07 -04:00
Vincent Batts
fa35b27c26
Merge branch 'master' into f19
2014-05-20 17:13:25 -04:00
Vincent Batts
f6645a7f86
Merge branch 'master' into f20
2014-05-20 17:12:48 -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
a5ed0429aa
Merge branch 'master' into f19
2014-05-20 15:37:22 -04:00
Vincent Batts
eb35b4275b
Merge branch 'master' into f20
2014-05-20 15:37:02 -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
b155214884
Merge branch 'master' into f19
2014-05-20 13:15:04 -04:00
Vincent Batts
668c87d6d8
Merge branch 'master' into f20
2014-05-20 13:14:13 -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
1a89979632
Merge branch 'master' into f19
2014-05-19 16:43:23 -04:00
Vincent Batts
cf91978557
Merge branch 'master' into f20
2014-05-19 16:40:39 -04:00
Vincent Batts
74686a282e
bugfix for bz1099206
2014-05-19 16:39:22 -04:00
Vincent Batts
15411c9d44
Merge branch 'master' into f19
2014-05-14 09:04:23 -04:00
Vincent Batts
4ea74e374a
Merge branch 'master' into f20
2014-05-14 09:03:31 -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
178b1469c1
Merge branch 'master' into f20
2014-05-09 08:22:51 -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
a0dbb55483
Merge branch 'master' into f20
2014-05-08 12:39:30 -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
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
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
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