SUSE: rpm-packaging fixes

Change-Id: Ic7ddc34bbb2fe414d41a083efd8caf35a12488ab
Signed-off-by: Marco Varlese <marco.varlese@suse.de>
This commit is contained in:
Marco Varlese
2018-08-21 11:51:19 +02:00
committed by Damjan Marion
parent a74ee1f7aa
commit aa839cab98
2 changed files with 9 additions and 2 deletions

View File

@ -26,7 +26,14 @@ PC=%
all: RPM
ifeq ($(filter opensuse,$(OS_ID)),$(OS_ID))
# SUSE rolling-release (a.k.a. Tumbleweed)
ifeq ($(filter opensuse-tumbleweed,$(OS_ID)),$(OS_ID))
SPEC_FILE='vpp-suse.spec'
# SUSE osleap15
else ifeq ($(filter opensuse-leap,$(OS_ID)),$(OS_ID))
SPEC_FILE='vpp-suse.spec'
# SUSE leap42.x
else ifeq ($(filter opensuse,$(OS_ID)),$(OS_ID))
SPEC_FILE='vpp-suse.spec'
else
SPEC_FILE='vpp.spec'

View File

@ -157,7 +157,7 @@ This package contains the python bindings for the vpp api
export VPP_BUILD_USER=suse
export VPP_BUILD_HOST=SUSE
make V=1 PLATFORM=vpp build-release
make V=1 PLATFORM=vpp vpp_uses_cmake=no build-release
cd %{_vpp_build_dir}/../src/vpp-api/python && %{py2_build}