SHA256
6
0
forked from pool/binutils

Accepting request 315475 from home:a_faerber:branches:devel:gcc

Fix %TARGET vs. $TARGET_OS inconsistencies by turning $TARGET_OS into %TARGET_OS for reuse in install and file sections.
This fixes the assumption that $TARGET_OS will match %{TARGET}*.

OBS-URL: https://build.opensuse.org/request/show/315475
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=187
This commit is contained in:
2015-07-07 13:41:24 +00:00
committed by Git OBS Bridge
parent 55381be6ac
commit 3731e51f95
40 changed files with 340 additions and 200 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Jul 7 11:00:42 UTC 2015 - afaerber@suse.de
- Fix %TARGET vs. $TARGET_OS inconsistencies by turning $TARGET_OS
into %TARGET_OS for reuse in install and file sections.
This fixes the assumption that $TARGET_OS will match %{TARGET}*.
-------------------------------------------------------------------
Wed Jun 10 07:55:29 UTC 2015 - dmueller@suse.com