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