From d5044b55bfe6cc43c15803ee3f24348f4f788acc Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Wed, 16 Oct 2002 17:19:55 +0000 Subject: [PATCH] 8.0.3 --- macros | 4 ---- redhat-rpm-config.spec | 5 ++++- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/macros b/macros index a49a3ee..2772082 100644 --- a/macros +++ b/macros @@ -108,12 +108,8 @@ export LANG\ # # Should missing %doc files terminate a build? -# -# Note: The default value is 0 for legacy compatibility. %_missing_doc_files_terminate_build 1 # # Should unpackaged files in a build root terminate a build? -# -# Note: The default value should be 0 for legacy compatibility. %_unpackaged_files_terminate_build 1 diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index 2e49614..cdc08b9 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.2 +Version: 8.0.3 Release: 1 License: GPL Group: Development/System @@ -27,6 +27,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_prefix}/lib/rpm/redhat %changelog +* Wed Oct 16 2002 Elliot Lee 8.0.3-1 +- New release that blows up on unpackaged files and missing doc files. + * Thu Oct 3 2002 Jeremy Katz 8.0.2 - don't redefine everything in macros, just what we need to