mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-08 07:10:23 +01:00
contrib/rpm: fix condition in "NetworkManager.spec" (3)
Fixes:096b9955d6('contrib/fedora: make "lto" in the spec file configurable') Fixes:7a62845424('contrib/rpm: fix condition in "NetworkManager.spec"') (cherry picked from commit36ad5cbb3b)
This commit is contained in:
parent
8b04b47755
commit
4a2ab85034
1 changed files with 1 additions and 1 deletions
|
|
@ -213,7 +213,7 @@ sed -e "s/__VERSION__/$VERSION/g" \
|
|||
-e "s/__SNAPSHOT__/$SNAPSHOT/g" \
|
||||
-e "s/__SOURCE1__/$(basename "$SOURCE")/g" \
|
||||
-e "s/__BCOND_DEFAULT_DEBUG__/$BCOND_DEFAULT_DEBUG/g" \
|
||||
-e "s/__BCOND_DEFAULT_LTO__/$BCOND_DEFAULT_LTO/g" \
|
||||
-e "s/__BCOND_DEFAULT_LTO__/${BCOND_DEFAULT_LTO:-"%{nil}"}/g" \
|
||||
-e "s/__BCOND_DEFAULT_TEST__/$BCOND_DEFAULT_TEST/g" \
|
||||
"$SPECFILE" |
|
||||
sed -e "/^__CHANGELOG__$/ \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue