- change from default off to default on.
authorjbj <devnull@localhost>
Wed, 31 Jul 2002 19:41:32 +0000 (19:41 +0000)
committerjbj <devnull@localhost>
Wed, 31 Jul 2002 19:41:32 +0000 (19:41 +0000)
CVS patchset: 5587
CVS date: 2002/07/31 19:41:32

CHANGES
macros.in
rpm.spec.in

diff --git a/CHANGES b/CHANGES
index a3dd41b..9cfcd13 100644 (file)
--- a/CHANGES
+++ b/CHANGES
        - db3: increase mpool and cachesize, compile w/o --enable-debug.
        - configurable (default off) build failure if missing %%doc files (PLD).
        - configurable (default off) build failure iff unpackaged files (PLD).
+       - change from default off to default on.
 
 4.0.3 -> 4.0.4:
        - solaris: translate i86pc to i386 (#57182).
index 77692bb..84c1392 100644 (file)
--- 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.115 2002/07/31 18:27:53 jbj Exp $
+# $Id: macros.in,v 1.116 2002/07/31 19:41:33 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
 #
 %_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.
+# Returns list of unpackaged files, i.e. files in $RPM_BUILD_ROOT not packaged.
 #
-# Note: Disabled for legacy compatibility.
-#%__check_files         @prefix@/lib/rpm/check-files %{buildroot}
+# Note: Disable (by commenting out) 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
+%_unpackaged_files_terminate_build     1
 
 #
 # Should missing %doc files in the build directory terminate a build?
 #
 # Note: The default value should be 0 for legacy compatibility.
-#%_missing_doc_files_terminate_build   1
+%_missing_doc_files_terminate_build    1
 
 #==============================================================================
 # ---- Database configuration macros.
index d0eee80..2db54fa 100644 (file)
@@ -17,7 +17,7 @@ Name: rpm
 %define version @VERSION@
 Version: %{version}
 %{expand: %%define rpm_version %{version}}
-Release: 0.61
+Release: 0.62
 Group: System Environment/Base
 Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/rpm-%{rpm_version}.tar.gz
 Copyright: GPL
@@ -515,11 +515,12 @@ fi
 %{__prefix}/include/popt.h
 
 %changelog
-* Wed Jul 31 2002 Jeff Johnson <jbj@redhat.com> 4.1-0.61
+* Wed Jul 31 2002 Jeff Johnson <jbj@redhat.com> 4.1-0.62
 - make --querytags a common option, fix errant regex (#70135).
 - db3: increase mpool and cachesize, compile w/o --enable-debug.
 - configurable (default off) build failure if missing %%doc files (PLD).
 - configurable (default off) build failure iff unpackaged files (PLD).
+- change from default off to default on.
 
 * Tue Jul 30 2002 Jeff Johnson <jbj@redhat.com> 4.1-0.59
 - prevent stale locks in __db files by closing databases on signals.