summaryrefslogtreecommitdiff
path: root/macros.in
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2002-07-31 18:27:53 +0000
committerjbj <devnull@localhost>2002-07-31 18:27:53 +0000
commitb297e9e63c2790f11b8a4ca0bd4225d896fca1be (patch)
treecfe9f2499447d005edeeb91b37f80c3c7212b7df /macros.in
parentbcacb6d74552ba608320a444974508794ac3ca4e (diff)
downloadrpm-b297e9e63c2790f11b8a4ca0bd4225d896fca1be.tar.gz
rpm-b297e9e63c2790f11b8a4ca0bd4225d896fca1be.tar.bz2
rpm-b297e9e63c2790f11b8a4ca0bd4225d896fca1be.zip
- configurable (default off) build failure iff unpackaged files (PLD).
CVS patchset: 5586 CVS date: 2002/07/31 18:27:53
Diffstat (limited to 'macros.in')
-rw-r--r--macros.in20
1 files changed, 16 insertions, 4 deletions
diff --git a/macros.in b/macros.in
index 17bb05715..77692bb8f 100644
--- a/macros.in
+++ b/macros.in
@@ -1,7 +1,7 @@
#/*! \page config_macros Default configuration: /usr/lib/rpm/macros
# \verbatim
#
-# $Id: macros.in,v 1.114 2002/07/31 15:13:46 jbj Exp $
+# $Id: macros.in,v 1.115 2002/07/31 18:27:53 jbj Exp $
#
# This is a global RPM configuration file. All changes made here will
# be lost when the rpm package is upgraded. Any per-system configuration
@@ -295,11 +295,23 @@
#
%_package_version 30005
+# Script gets packaged file list on input and buildroot as first parameter.
+# Returns list of omitted files, i.e. files not packaged.
#
-# Should missing %doc files terminate a build?
+# Note: Disabled for legacy compatibility.
+#%__check_files @prefix@/lib/rpm/check-files %{buildroot}
+
+#
+# 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
+
+#
+# Should missing %doc files in the build directory terminate a build?
#
-# Note: The default value is 0 for legacy compatibility.
-%_missing_doc_files_terminate_build 0
+# Note: The default value should be 0 for legacy compatibility.
+#%_missing_doc_files_terminate_build 1
#==============================================================================
# ---- Database configuration macros.