From 4f907f34d168acc955c5c95fdce8e22cc1b38d0b Mon Sep 17 00:00:00 2001 From: Ben Klang Date: Sat, 17 Jun 2006 19:57:07 +0000 Subject: [PATCH] Some final build tweaks for 0.4.0 git-svn-id: https://svn.alkaloid.net/gpl/ldap2dns/trunk@333 06cd67b6-e706-0410-b29e-9de616bca6e9 --- Makefile | 2 +- ldap2dns.spec.in | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index df1a11e..16ac581 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # $Id$ VERSION=0.4.0 -RELEASE=pre1 +RELEASE=0 CC=gcc DEBUG_CFLAGS=-g -ggdb CFLAGS=-O2 diff --git a/ldap2dns.spec.in b/ldap2dns.spec.in index e6b2f62..fb80f60 100644 --- a/ldap2dns.spec.in +++ b/ldap2dns.spec.in @@ -39,7 +39,11 @@ interfering with the DNS server. 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} %debug_package +%endif + %prep %setup