From 19a49baf5025c14626e5d494b7ada610c2862504 Mon Sep 17 00:00:00 2001 From: "Brian J. Murrell" Date: Fri, 20 Aug 2010 01:34:13 +0400 Subject: [PATCH] b=22846 debuginfo packages for lustre and ldiskfs With our current .spec files for lustre and ldiskfs, debuginfo packages are not produced. It seems that while other distros do this implicitly, SLES needs to be told to do so explicitly. i=mjmac i=wangyb --- ldiskfs/lustre-ldiskfs.spec.in | 3 +++ lustre.spec.in | 3 +++ 2 files changed, 6 insertions(+) diff --git a/ldiskfs/lustre-ldiskfs.spec.in b/ldiskfs/lustre-ldiskfs.spec.in index 35a7c24..fe0e7fa 100644 --- a/ldiskfs/lustre-ldiskfs.spec.in +++ b/ldiskfs/lustre-ldiskfs.spec.in @@ -16,6 +16,9 @@ Requires: modutils >= 2.4.10 Provides the ldiskfs backend file system kernel module, used by servers in the Lustre file system, for Linux %{kversion}. +%if 0%{?suse_version} +%debug_package +%endif %prep %setup -q diff --git a/lustre.spec.in b/lustre.spec.in index c9df4b5..b0c9adf 100644 --- a/lustre.spec.in +++ b/lustre.spec.in @@ -116,6 +116,9 @@ Requires: %{name} = %{version}, %{name}-modules = %{version} This package contains a set of test binaries and scripts that are intended to be used by the Lustre testing framework. +%if 0%{?suse_version} +%debug_package +%endif %prep %setup -qn lustre-%{version} ln lustre/ChangeLog ChangeLog-lustre -- 1.8.3.1