mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
Add CentOS fix: %define debug_package %{nil}
The last commit disabled automatic addition of commands
to the %install scriptlet. That in turn broke the build
on a debugfiles.list missing from the %files section.
Added %define debug_package %{nil} to the SPEC file to
work around that.
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
62643ed446
commit
2c038f7e2d
1 changed files with 2 additions and 0 deletions
|
|
@ -59,6 +59,8 @@ url=`cfg_value global.url`
|
||||||
[ "$url" ] || url="https://janware.com"
|
[ "$url" ] || url="https://janware.com"
|
||||||
|
|
||||||
_cat <<- EOT
|
_cat <<- EOT
|
||||||
|
|echo "%define debug_package %{nil}"
|
||||||
|
|# ---------------------------------------
|
||||||
|echo "Name: \$NAME"
|
|echo "Name: \$NAME"
|
||||||
|echo "Summary: `cfg_value summary`"
|
|echo "Summary: `cfg_value summary`"
|
||||||
|echo "Version: \$VERSION"
|
|echo "Version: \$VERSION"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue