[scilab] Try to fix the build using hardened built.

Clément David davidcl at fedoraproject.org
Fri May 17 06:29:20 UTC 2013


commit 7ed8fa16f7817668da24ac19b80d7fe48cf7c386
Author: Clément DAVID <clement.david at scilab-enterprises.com>
Date:   Fri May 17 08:28:58 2013 +0200

    Try to fix the build using hardened built.

 scilab.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/scilab.spec b/scilab.spec
index 9b24c80..e3526eb 100644
--- a/scilab.spec
+++ b/scilab.spec
@@ -1,7 +1,7 @@
 # baserelease defines which build revision of this version we're building.
 # The magical name baserelease is matched by the rpmdev-bumpspec tool, which
 # you should use.
-%global baserelease 2
+%global baserelease 3
 
 # On a prerelease version set this settings to the selected date and commit,
 # to switch to a released version set them to 0.
@@ -203,6 +203,7 @@ mv COPYING.utf8 COPYING
 
 
 %build
+%global _hardened_build 1
 %configure --without-matio
 
 make %{?_smp_mflags}
@@ -292,6 +293,9 @@ fi
 %{_datadir}/%{name}/modules/*/tests
 
 %changelog
+* Fri May 17 2013 Clément David <c.david86 at gmail.com> - 5.4.1-3
+- Try to fix the build using hardened built.
+
 * Thu May 16 2013 Orion Poplawski <orion at cora.nwra.com> - 5.4.1-2
 - Rebuild for hdf5 1.8.11
 


More information about the scm-commits mailing list