diff --git a/dmidecode.spec b/dmidecode.spec index 829427d..74eb3d1 100644 --- a/dmidecode.spec +++ b/dmidecode.spec @@ -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 +- Rebuild with -D_FORTIFY_SOURCE=2 + * Tue Jan 11 2005 Dave Jones - Add missing Obsoletes: kernel-utils