[inn/f15] Create /var/run/news in innd.init (#708627) This release is not SMP compilant

Jochen Schmitt s4504kr at fedoraproject.org
Mon May 30 18:22:16 UTC 2011


commit 03eec947264f38afe63d615ff1fe25a6961a8b3f
Author: Jochen Schmitt <Jochen at herr-schmitt.de>
Date:   Mon May 30 20:08:58 2011 +0200

    Create /var/run/news in innd.init (#708627)
    This release is not SMP compilant

 inn.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/inn.spec b/inn.spec
index fef8fe6..53b5af2 100644
--- a/inn.spec
+++ b/inn.spec
@@ -136,7 +136,9 @@ export CFLAGS="$CFLAGS -fpic"
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 
-make %{?_smp_mflags}
+# This release seems to not be SMP compilant
+
+make # %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -515,6 +517,7 @@ fi
 %changelog
 * Mon May 30 2011 Jochen Schmitt <Jochen herr-schmitt de> - 2.5.2-6
 - Create /var/run/news in innd.init (#708627)
+- This release is not SMP compilant
 
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.5.2-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild


More information about the scm-commits mailing list