1 |
< |
### RPM external bootstrap-driver 1.0 |
1 |
> |
### RPM external bootstrap-driver 19.0c |
2 |
|
Source: bootstrap |
3 |
|
Requires: apt zlib expat openssl beecrypt bz2lib db4 elfutils neon libxml2 rpm cms-common |
4 |
|
|
107 |
|
echo "unsupportedProvides=\"$unsupportedProvides\""; \ |
108 |
|
echo "defaultPkgs=\"$defaultPkgs\""; \ |
109 |
|
) > %{i}/%{cmsplatf}-driver.txt |
110 |
+ |
# FIXME: Hack to make sure that the cms-common package is named correctly in the driver file. |
111 |
+ |
# We should make sure that the $PACKAGE_CATEGORY variable is used (requires changes to cmsBuild.sh which |
112 |
+ |
# I don't want to do at this point. |
113 |
+ |
perl -p -i -e 's|external[+]cms-common|cms+cms-common|g' %{i}/%{cmsplatf}-driver.txt |