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
This commit is contained in:
Ben Klang
2006-06-17 20:00:24 +00:00
parent 4f907f34d1
commit b2b1a8ffda

View File

@@ -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