Remove s390 workaround

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2015-03-03 14:00:11 -05:00
parent b081c530a5
commit 9c0d1d5a07
1 changed files with 1 additions and 3 deletions

View File

@ -1,9 +1,6 @@
#global gitcommit f01de96
# PIE is broken on s390 (#868839, #872148)
%ifnarch s390 s390x
%global _hardened_build 1
%endif
# We ship a .pc file but don't want to have a dep on pkg-config. We
# strip the automatically generated dep here and instead co-own the
@ -891,6 +888,7 @@ getent passwd systemd-journal-upload >/dev/null 2>&1 || useradd -r -l -g systemd
- Reworked device handling (#1195761)
- ACL handling fixes (with a script in %%post)
- Various log messages downgraded (#1184712)
- Allow PIE on s390 again (#1197721)
* Wed Feb 25 2015 Michal Schmidt <mschmidt@redhat.com> - 219-7
- arm: reenable lto. gcc-5.0.0-0.16 fixed the crash (#1193212)