Enable PIE (hardened build)

This commit is contained in:
Elad Alfassa 2015-01-23 16:53:39 +01:00 committed by Ondrej Oprala
parent f6d304b06a
commit 70fa7516b8

View File

@ -1,4 +1,5 @@
#% define beta_tag rc2 #% define beta_tag rc2
%global _hardened_build 1
%define patchleveltag .33 %define patchleveltag .33
%define baseversion 4.3 %define baseversion 4.3
%bcond_without tests %bcond_without tests
@ -7,7 +8,7 @@
Version: %{baseversion}%{patchleveltag} Version: %{baseversion}%{patchleveltag}
Name: bash Name: bash
Summary: The GNU Bourne Again shell Summary: The GNU Bourne Again shell
Release: 1%{?dist} Release: 2%{?dist}
Group: System Environment/Shells Group: System Environment/Shells
License: GPLv3+ License: GPLv3+
Url: http://www.gnu.org/software/bash Url: http://www.gnu.org/software/bash
@ -408,6 +409,9 @@ end
%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt %doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
%changelog %changelog
* Fri Jan 23 2015 Elad Alfassa <elad@fedoraproject.org> - 4.3.25-3
- Enable PIE (hardened build)
* Tue Dec 30 2014 Ondrej Oprala <ooprala@redhat.com> - 4.3.33-1 * Tue Dec 30 2014 Ondrej Oprala <ooprala@redhat.com> - 4.3.33-1
- Patchlevel 33 - Patchlevel 33