From 5b6967f546d3b58695e7d16e9631a15e84ea41df Mon Sep 17 00:00:00 2001 From: Jarod Wilson Date: Jul 28 2006 14:38:29 +0000 Subject: Properly enable smp_mflags this time --- diff --git a/conman.spec b/conman.spec index 4474526..30a3e36 100644 --- a/conman.spec +++ b/conman.spec @@ -1,6 +1,6 @@ Name: conman Version: 0.1.9.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: ConMan - The Console Manager Group: Applications/System @@ -47,7 +47,7 @@ chmod -x share/examples/*.exp Makefile.in %configure --with-tcp-wrappers -make %{?smp_mflags} +make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT @@ -98,6 +98,9 @@ fi %{_mandir}/*/* %changelog +* Fri Jul 28 2006 Jarod Wilson 0.1.9.2-5 +- Properly enable smp_mflags this time + * Fri Jul 28 2006 Jarod Wilson 0.1.9.2-4 - Add Reqs on chkconfig and service - Turn on smp_mflags