|
From: Jeff S. <jsq...@us...> - 2004-01-16 16:13:19
|
Update of /cvsroot/env-switcher/env-switcher/dist
In directory sc8-pr-cvs1:/tmp/cvs-serv5169
Modified Files:
env-switcher.spec.in
Log Message:
Disable automatic dependency generation because RH8/RH9 seems to pick
up perl(AppConfig), which I can't seem to resolve anywhere. :-(
Index: env-switcher.spec.in
===================================================================
RCS file: /cvsroot/env-switcher/env-switcher/dist/env-switcher.spec.in,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** env-switcher.spec.in 16 Jan 2004 15:54:07 -0000 1.13
--- env-switcher.spec.in 16 Jan 2004 16:13:16 -0000 1.14
***************
*** 30,33 ****
--- 30,39 ----
%define _modulefilesdir @MODULEFILESDIR@
+ # Defining these to nothing overrides the stupid automatic RH9
+ # functionality of making "debuginfo" RPMs.
+
+ %define debug_package %{nil}
+ %define __check_files %{nil}
+
#############################################################################
***************
*** 50,53 ****
--- 56,60 ----
Requires: modules-oscar tcl perl-AppConfig
Provides: switcher
+ AutoReqProv: no
%description
|