From 8cfc698f9f9d202ac55a5dac0b38c22d40524686 Mon Sep 17 00:00:00 2001 From: Jochen Schmitt Date: Jul 04 2007 16:14:27 +0000 Subject: Fix ppc execstack issue --- diff --git a/lightning.spec b/lightning.spec index 6b2504b..8dd8910 100644 --- a/lightning.spec +++ b/lightning.spec @@ -1,15 +1,16 @@ Name: lightning Version: 1.2 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Library for generating assembly code on run time Group: Development/Libraries License: LGPL URL: http://www.gnu.org/software/lightning/lightning.html Source0: ftp://alpha.gnu.org/pub/gnu/lightning/lightning-%{version}.tar.gz +Patch1: lightning-1.2-execstack.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -ExclusiveArch: %{ix86} sparc +ExclusiveArch: %{ix86} ppc sparc Requires(post): /sbin/install-info Requires(preun): /sbin/install-info @@ -20,6 +21,7 @@ that compiles assembly code at run time. %prep %setup -q +%patch1 -p1 %build %configure @@ -58,6 +60,9 @@ fi %changelog +* Wed Jul 4 2007 Jochen Schmitt 1.2-8 +- Fix ppc execstack issue (#246732) + * Wed Jul 4 2007 Jochen Schmitt 1.2-7 - Exclude ppc architecture (#246732)