From d5db7f5dedf550d1fc672c1d9e8977ca3e5d830b Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Jun 21 2002 18:13:56 +0000 Subject: 7.3.92-2 --- diff --git a/macros b/macros index fbbf57f..1abe947 100644 --- a/macros +++ b/macros @@ -3,12 +3,10 @@ #============================================================================== # ---- per-platform macros. # -%_arch i386 %_vendor redhat %_os linux %_gnu -gnu %_target_platform %{_target_cpu}-%{_vendor}-%{_target_os} -%optflags -O2 -march=i386 -mcpu=i686 -g #============================================================================== # ---- configure macros. diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index df9d2a2..1af07e4 100644 --- a/redhat-rpm-config.spec +++ b/redhat-rpm-config.spec @@ -27,6 +27,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_prefix}/lib/rpm/redhat %changelog +* Fri Jun 21 2002 Elliot Lee 7.3.92-2 +- Don't define _arch + * Thu Jun 20 2002 Elliot Lee 7.3.92-1 - find-lang error detection from Havoc