X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=Makefile;h=54a2998a0db987e88f79aaa35d385d5f7d99e0b8;hb=d723161e038d00e59766aa67a6a0dcc350227e4b;hp=1c6fafaeb344eceab89c07048025764068182b81;hpb=164e5f8c63652028ecb9c3570e1ea8618b163071;p=vpp.git diff --git a/Makefile b/Makefile index 1c6fafaeb34..54a2998a0db 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,7 @@ endif ifeq ($(filter ubuntu debian,$(OS_ID)),$(OS_ID)) PKG=deb -else ifeq ($(filter rhel centos fedora opensuse opensuse-leap,$(OS_ID)),$(OS_ID)) +else ifeq ($(filter rhel centos fedora opensuse opensuse-leap opensuse-tumbleweed,$(OS_ID)),$(OS_ID)) PKG=rpm endif