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

Comparing COMP/CMSDIST/bootstrap-driver.spec (file contents):
Revision 1.7 by elmer, Mon Feb 4 07:57:17 2008 UTC vs.
Revision 1.9 by elmer, Tue Feb 5 07:16:16 2008 UTC

# Line 1 | Line 1
1 < ### RPM external bootstrap-driver 1.0
2 < Source: bootstrap
3 < Requires: apt zlib expat openssl beecrypt bz2lib db4 elfutils neon libxml2 rpm
1 > ### RPM external bootstrap-driver 19.0
2 > Source: bootstrap
3 > Requires: apt zlib expat openssl beecrypt bz2lib db4 elfutils neon libxml2 rpm cms-common
4  
5   %prep
6   %build
# Line 94 | Line 94 | unsupportedProvides="libtcl8.3.so libtk8
94                       libkrb5.so.3 libssl.so.4 /bin/csh /bin/tcsh libreadline.so.4
95                       libtcl8.4.so libtk8.4.so"
96  
97 + defaultPkgs="cms+cms-common+$CMS_COMMON_VERSION"
98 +
99   mkdir -p %{i}/etc/profile.d
100   (echo "instroot=%{instroot}"; \
101   echo "rpm_version=$RPM_VERSION"; \
# Line 103 | Line 105 | mkdir -p %{i}/etc/profile.d
105   echo "packageList=\"`echo $packageList`\""; \
106   echo "additionalProvides=\"$additionalProvides\""; \
107   echo "unsupportedProvides=\"$unsupportedProvides\""; \
108 + echo "defaultPkgs=\"$defaultPkgs\""; \
109   ) > %{i}/%{cmsplatf}-driver.txt

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines