From 71f2240ef39293cb85fc856ed44f7e20e8a1614d Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Jun 17 2015 05:20:25 +0000 Subject: Fix build for https://fedoraproject.org/wiki/Changes/Harden_All_Packages --- diff --git a/0xFFFF.spec b/0xFFFF.spec index d513708..3c38060 100644 --- a/0xFFFF.spec +++ b/0xFFFF.spec @@ -1,6 +1,6 @@ Name: 0xFFFF Version: 0.3.9 -Release: 12%{?dist} +Release: 13%{?dist} Summary: The Open Free Fiasco Firmware Flasher Group: Applications/System @@ -20,7 +20,7 @@ options, packing/unpacking FIASCO firmware format and more. %prep %setup -q sed -i /^LDFLAGS/d config.mk -sed -i "s/^CFLAGS+=.*/CFLAGS+=$RPM_OPT_FLAGS/" config.mk +sed -i "s|^CFLAGS+=.*|CFLAGS+=$RPM_OPT_FLAGS|" config.mk %build make -C src %{?_smp_mflags} @@ -44,6 +44,9 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/* %changelog +* Wed Jun 17 2015 Yaakov Selkowitz - 0.3.9-13 +- Fix build for https://fedoraproject.org/wiki/Changes/Harden_All_Packages + * Tue Jun 16 2015 Fedora Release Engineering - 0.3.9-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild