From 9c0d1d5a07b2466590231a3ac0a0e94ec5c1a569 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 3 Mar 2015 14:00:11 -0500 Subject: [PATCH] Remove s390 workaround --- systemd.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/systemd.spec b/systemd.spec index 829e678..3b8e32f 100644 --- a/systemd.spec +++ b/systemd.spec @@ -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 - 219-7 - arm: reenable lto. gcc-5.0.0-0.16 fixed the crash (#1193212)