From 4707ac95be01a199d575544ad03a33d934b829a9 Mon Sep 17 00:00:00 2001 From: Tim Powers Date: Sat, 14 Dec 2002 17:57:23 +0000 Subject: [PATCH] add internal dep generation macro, turn it on --- macros | 4 ++++ redhat-rpm-config.spec | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/macros b/macros index e3a4779..54634d5 100644 --- a/macros +++ b/macros @@ -129,6 +129,10 @@ export LANG\ %find_lang /usr/lib/rpm/redhat/find-lang.sh %{buildroot} +# +# use internal dep generator? +%_use_internal_dependency_generator 1 + # # Should missing %doc files terminate a build? %_missing_doc_files_terminate_build 1 diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index 001cea3..00a5e34 100644 --- a/redhat-rpm-config.spec +++ b/redhat-rpm-config.spec @@ -1,6 +1,6 @@ Summary: Red Hat specific rpm configuration files. Name: redhat-rpm-config -Version: 8.0.12 +Version: 8.0.13 Release: 1 License: GPL Group: Development/System