gdb runtime path fix

This commit is contained in:
Vincent Batts 2015-08-27 14:13:04 -04:00
parent 12a31f1822
commit 7782fc08ed
2 changed files with 5 additions and 2 deletions

View File

@ -1 +1 @@
add-auto-load-safe-path /usr/lib/golang/src/pkg/runtime/runtime-gdb.py
add-auto-load-safe-path /usr/lib/golang/src/runtime/runtime-gdb.py

View File

@ -44,7 +44,7 @@
Name: golang
Version: 1.5
Release: 4%{?dist}
Release: 5%{?dist}
Summary: The Go Programming Language
License: BSD
@ -419,6 +419,9 @@ fi
%changelog
* Thu Aug 27 2015 Vincent Batts <vbatts@fedoraproject.org> - 1.5-5
- bz991759 gdb path fix
* Wed Aug 26 2015 Vincent Batts <vbatts@fedoraproject.org> - 1.5-4
- disable shared object until linux/386 is ironned out
- including the test/ directory for tests