diff options
author | Seung-Woo Kim <sw0312.kim@samsung.com> | 2019-07-23 10:28:13 +0900 |
---|---|---|
committer | Hoegeun Kwon <hoegeun.kwon@samsung.com> | 2019-11-04 18:00:55 +0900 |
commit | 2e7b54d6024dedc96c1e17385b84a786ec130772 (patch) | |
tree | 09ab218f3b9ffc8fc50887d229e02c6eaee2cfb5 | |
parent | faebaac4ffcfe05c3ffe287abd3a308ab9cc2b45 (diff) | |
download | linux-rpi-2e7b54d6024dedc96c1e17385b84a786ec130772.tar.gz linux-rpi-2e7b54d6024dedc96c1e17385b84a786ec130772.tar.bz2 linux-rpi-2e7b54d6024dedc96c1e17385b84a786ec130772.zip |
packaging: Add _wrong_version_format_terminate_build macro
Newer version of rpmbuild rejects double dash, "-", in version.
To support the style, add _worng_version_format_terminate_build
as 0.
Change-Id: Ieed243fb4ad7059b83d5328f0c38b15e4c74dc0e
Reference: https://github.com/rpm-software-management/rpm/commit/5e94633660d0e2b97
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
-rw-r--r-- | packaging/linux-rpi3.spec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packaging/linux-rpi3.spec b/packaging/linux-rpi3.spec index 31ac97d7320d..9af261819771 100644 --- a/packaging/linux-rpi3.spec +++ b/packaging/linux-rpi3.spec @@ -1,3 +1,6 @@ +# Ignore double dash in version for rpmbuild +%define _wrong_version_format_terminate_build 0 + %ifarch aarch64 %define config_name tizen_bcmrpi3_defconfig %define buildarch arm64 |