Merge staging without python splitting for now
The split needs more time to finish rebuilding, but the rest seems OK and there are security fixes.
This commit is contained in:
@@ -538,8 +538,7 @@ rec {
|
||||
|
||||
# Hacky: RPM looks for <basename>.spec inside the tarball, so
|
||||
# strip off the hash.
|
||||
stripHash "$src"
|
||||
srcName="$strippedName"
|
||||
srcName="$(stripHash "$src")"
|
||||
cp "$src" "$srcName" # `ln' doesn't work always work: RPM requires that the file is owned by root
|
||||
|
||||
export HOME=/tmp/home
|
||||
|
||||
Reference in New Issue
Block a user