overte-org / overte

Overte open source virtual worlds platform.
https://overte.org/
Other
128 stars 47 forks source link

Fedora 39 server packaging broken #968

Closed JulianGro closed 3 weeks ago

JulianGro commented 1 month ago

Apparently rpmbuild doesn't support variables in parts of the .spec file anymore.

cp -pr '/github/home/rpmbuild/BUILD/$OVERTE/LICENSE' /github/home/rpmbuild/BUILDROOT/overte-server-PR966.9ec0842-1.fc39.x86_64/usr/share/licenses/overte-server
cp: cannot stat '/github/home/rpmbuild/BUILD/$OVERTE/LICENSE': No such file or directory

The offending .spec file line is: %license $OVERTE/LICENSE