misc fixes

- fix for #2038
 - update RELNOTES
 - fix #2925
This commit is contained in:
rusty-snake 2019-08-26 09:23:04 +02:00
parent 2373fcd74d
commit 282bab5ced
3 changed files with 5 additions and 3 deletions

View file

@ -33,7 +33,7 @@ sed -e "s/__NAME__/${name}/g" -e "s/__VERSION__/${version}/g" platform/rpm/${nam
# FIXME: We could parse RELNOTES and create a %changelog section here
# Copy the source to build into a tarball
tar czf ${tmpdir}/SOURCES/${name}-${version}.tar.gz . --transform "s/^./${name}-${version}/" --exclude='./.git*' --exclude='./test*'
tar --exclude='./.git*' --exclude='./test' --transform "s/^./${name}-${version}/" -czf ${tmpdir}/SOURCES/${name}-${version}.tar.gz .
# Build the files (rpm, debug rpm and source rpm)
rpmbuild --quiet --define "_topdir ${tmpdir}" -ba ${tmp_spec_file}