diff options
author | François Andriot <albator78@libertysurf.fr> | 2021-05-13 09:46:24 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2021-05-13 22:40:16 +0200 |
commit | 2752bd0f14f3f1ac7b8103a9d6a957e9fb191178 (patch) | |
tree | dbcc13456f658676ffc76ede918a05b8f77395ad /redhat/Makefile | |
parent | 073a626d118ee0fe7e39638f743671c3776d781c (diff) | |
download | tde-packaging-2752bd0f14f3f1ac7b8103a9d6a957e9fb191178.tar.gz tde-packaging-2752bd0f14f3f1ac7b8103a9d6a957e9fb191178.zip |
RPM: add build support for Fedora 34
Signed-off-by: François Andriot <albator78@libertysurf.fr>
Diffstat (limited to 'redhat/Makefile')
-rw-r--r-- | redhat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redhat/Makefile b/redhat/Makefile index e1605066f..9d06c5fb5 100644 --- a/redhat/Makefile +++ b/redhat/Makefile @@ -184,7 +184,7 @@ ifneq (,$(filter $(DIST),.oss150 .oss151)) endif wv2: -ifneq (,$(filter $(DIST), .el5 .el6 .el7 .el8 .fc30 .fc31 .fc32 .fc33 )) +ifneq (,$(filter $(DIST), .el5 .el6 .el7 .el8 .fc30 .fc31 .fc32 .fc33 .fc34)) $(call buildpkg,3rdparty/wv2) endif |