fortify
This commit is contained in:
parent
6b1ed8994a
commit
b64467bd8d
@ -1,7 +1,7 @@
|
||||
Summary: Tool to analyse BIOS DMI data.
|
||||
Name: dmidecode
|
||||
Version: 2.5
|
||||
Release: %(R="$Rev: 1.4 $"; RR="${R##: }"; echo ${RR%%?})
|
||||
Release: %(R="$Revision: 1.4 $"; RR="${R##: }"; echo ${RR%%?})
|
||||
Serial: 1
|
||||
Group: System Environment/Base
|
||||
License: GPL
|
||||
@ -21,7 +21,7 @@ dmidecode decodes the DMI data present in x86 and IA64 BIOS's.
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
mkdir -p %{buildroot}/usr/sbin
|
||||
cd dmidecode-2.5
|
||||
make
|
||||
make CFLAGS="$RPM_OPT_FLAGS -D_FORTIFY_SOURCE=2"
|
||||
cd ..
|
||||
|
||||
%install
|
||||
@ -49,6 +49,9 @@ chmod -R a-s %{buildroot}
|
||||
%post
|
||||
|
||||
%changelog
|
||||
* Tue Feb 8 2005 Dave Jones <davej@redhat.com>
|
||||
- Rebuild with -D_FORTIFY_SOURCE=2
|
||||
|
||||
* Tue Jan 11 2005 Dave Jones <davej@redhat.com>
|
||||
- Add missing Obsoletes: kernel-utils
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user