mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
include tests in rpm source tarball
This commit is contained in:
parent
c2306d9616
commit
8ec77242d9
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ sed -e "s/__NAME__/${name}/g" \
|
|||
# FIXME: We could parse RELNOTES and create a %changelog section here
|
||||
|
||||
# Copy the source to build into a tarball
|
||||
tar --exclude='./.git*' --exclude='./test' --transform "s/^./${name}-${version}/" -czf ${tmpdir}/SOURCES/${name}-${version}.tar.gz .
|
||||
tar --exclude='./.git*' --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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue