diff options
author | François Andriot <albator78@libertysurf.fr> | 2022-05-18 21:27:54 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2022-05-20 09:50:17 +0200 |
commit | cd2a65fac033856bdbabdf029370ba95fdfd4b13 (patch) | |
tree | 81adb30f96f94e506cf864a8befcab0c787e4443 /redhat/Makefile | |
parent | 140815e63d361d63d7bb4dd7691c174c26e9e99e (diff) | |
download | tde-packaging-cd2a65fac033856bdbabdf029370ba95fdfd4b13.tar.gz tde-packaging-cd2a65fac033856bdbabdf029370ba95fdfd4b13.zip |
RPM: updates for Fedora 36
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 2254088e6..440ddb369 100644 --- a/redhat/Makefile +++ b/redhat/Makefile @@ -193,7 +193,7 @@ ifneq (,$(filter $(DIST),.oss150 .oss151)) endif wv2: -ifneq (,$(filter $(DIST), .el5 .el6 .el7 .el8 .fc30 .fc31 .fc32 .fc33 .fc34 .fc35)) +ifneq (,$(filter $(DIST), .el5 .el6 .el7 .el8 .fc30 .fc31 .fc32 .fc33 .fc34 .fc35 .fc36 )) $(call buildpkg,3rdparty/wv2) endif |