- use perldeps.pl, phase out perl.{req,prov} (#161921).
authorjbj <devnull@localhost>
Wed, 13 Jul 2005 10:16:06 +0000 (10:16 +0000)
committerjbj <devnull@localhost>
Wed, 13 Jul 2005 10:16:06 +0000 (10:16 +0000)
CVS patchset: 7876
CVS date: 2005/07/13 10:16:06

CHANGES
macros.in

diff --git a/CHANGES b/CHANGES
index 1db53f9..07ab188 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -17,6 +17,7 @@
        - fix: java compiled with -O0 confuses debugedit (#161722).
        - fix: % at end-of-line overflow (#161091).
        - *_terminate_build macros set per-pkg, not per-invocation (#161081).
+       - use perldeps.pl, phase out perl.{req,prov} (#161921).
 
 4.4 -> 4.4.1:
        - force *.py->*.pyo byte code compilation with brp-python-bytecompile.
index a1dde30..6e17dc3 100644 (file)
--- a/macros.in
+++ b/macros.in
@@ -1,7 +1,7 @@
 #/*! \page config_macros Default configuration: @RPMCONFIGDIR@/macros
 # \verbatim
 #
-# $Id: macros.in,v 1.154.2.3 2005/01/26 04:05:34 jbj Exp $
+# $Id: macros.in,v 1.154.2.4 2005/07/13 10:16:06 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
@@ -430,10 +430,10 @@ print (t)\
 #
 # Note: Used iff _use_internal_dependency_generator is non-zero. The
 # helpers are also used by @RPMCONFIGDIR@/rpmdeps {--provides|--requires}.
-#%__perl_provides      @RPMCONFIGDIR@/perldeps.pl --provides
-#%__perl_requires      @RPMCONFIGDIR@/perldeps.pl --requires
-%__perl_provides       @RPMCONFIGDIR@/perl.prov
-%__perl_requires       @RPMCONFIGDIR@/perl.req
+%__perl_provides       @RPMCONFIGDIR@/perldeps.pl --provides
+%__perl_requires       @RPMCONFIGDIR@/perldeps.pl --requires
+#%__perl_provides      @RPMCONFIGDIR@/perl.prov
+#%__perl_requires      @RPMCONFIGDIR@/perl.req
 
 %__python_provides     @RPMCONFIGDIR@/pythondeps.sh --provides
 %__python_requires     @RPMCONFIGDIR@/pythondeps.sh --requires