ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/webtools-apps.spec
(Generate patch)

Comparing COMP/CMSDIST/webtools-apps.spec (file contents):
Revision 1.13 by valya, Wed Sep 3 15:42:04 2008 UTC vs.
Revision 1.14 by valya, Mon Sep 15 15:09:42 2008 UTC

# Line 1 | Line 1
1 < ### RPM cms webtools-apps 5
2 < Requires: prodrequest sitedb dbs-web fmws
1 > ### RPM cms webtools-apps 6
2 > Requires: prodrequest sitedb dbs-web fmws jobrobot crabconf
3   #Requires: prodrequest sitedb dbs-web fmws webconddb
4   Source: none
5  
# Line 19 | Line 19 | mkdir -p %{i}/etc/profile.d
19   echo "source $PRODREQUEST_ROOT/etc/profile.d/init.sh"; \
20   echo "source $DBS_WEB_ROOT/etc/profile.d/init.sh"; \
21   echo "source $FMWS_ROOT/etc/profile.d/init.sh"; \
22 + echo "source $JOBROBOT_ROOT/etc/profile.d/init.sh"; \
23 + echo "source $CRABCONF_ROOT/etc/profile.d/init.sh"; \
24   ) > %{i}/etc/profile.d/dependencies-setup.sh
25  
26   (echo "#!/bin/tcsh"; \
# Line 26 | Line 28 | mkdir -p %{i}/etc/profile.d
28   echo "source $PRODREQUEST_ROOT/etc/profile.d/init.csh"; \
29   echo "source $DBS_WEB_ROOT/etc/profile.d/init.csh"; \
30   echo "source $FMWS_ROOT/etc/profile.d/init.csh"; \
31 + echo "source $JOBROBOT_ROOT/etc/profile.d/init.csh"; \
32 + echo "source $CRABCONF_ROOT/etc/profile.d/init.csh"; \
33   ) > %{i}/etc/profile.d/dependencies-setup.csh
34  
35   %post

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines