From b2b1a8ffda77e0e8342f4898790d8e364990ba1a Mon Sep 17 00:00:00 2001 From: Ben Klang Date: Sat, 17 Jun 2006 20:00:24 +0000 Subject: [PATCH] Fix build process for old and dumb RedHat rpm git-svn-id: https://svn.alkaloid.net/gpl/ldap2dns/trunk@334 06cd67b6-e706-0410-b29e-9de616bca6e9 --- ldap2dns.spec.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ldap2dns.spec.in b/ldap2dns.spec.in index fb80f60..e004da5 100644 --- a/ldap2dns.spec.in +++ b/ldap2dns.spec.in @@ -40,7 +40,8 @@ ldap2dns is designed to write the text data files used by tinydns, but also may be used to write zone files used by Bind. # RedHat defaults to building the debug_package while SuSE does not -%if %{undefined suse_version} +# If we detect SuSE then build the debug_package +%if 0%{?suse_version} %debug_package %endif