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.3 by eulisse, Tue Nov 27 13:39:48 2007 UTC vs.
Revision 1.7 by elmer, Mon Feb 4 07:57:17 2008 UTC

# Line 1 | Line 1
1   ### RPM external bootstrap-driver 1.0
2 < Source: bootstrap
3 < Requires: apt
2 > Source: bootstrap
3 > Requires: apt zlib expat openssl beecrypt bz2lib db4 elfutils neon libxml2 rpm
4  
5   %prep
6   %build
# Line 58 | Line 58 | slc*online* )
58   esac
59  
60   case $cmsplatf in
61 <    ydl*_ppc64* )
61 >    ydl*_ppc64_* )
62 >        platformSeeds="$platformSeeds gcc libgcc libstdc++"
63 >    ;;
64 >    ydl*_ppc_* )
65          platformSeeds="$platformSeeds gcc libgcc libstdc++"
66      ;;
67   esac
# Line 97 | Line 100 | mkdir -p %{i}/etc/profile.d
100   echo "apt_version=$APT_VERSION"; \
101   echo "platformSeeds=\"$platformSeeds\""; \
102   echo "unsupportedSeeds=\"$unsupportedSeeds\""; \
103 < echo "packageList=\"`echo $packageList | sed -e 's|\s+|\s|g'`\""; \
103 > echo "packageList=\"`echo $packageList`\""; \
104   echo "additionalProvides=\"$additionalProvides\""; \
105   echo "unsupportedProvides=\"$unsupportedProvides\""; \
106   ) > %{i}/%{cmsplatf}-driver.txt

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines