diff options
Diffstat (limited to 'redhat/Makefile.r14')
-rw-r--r-- | redhat/Makefile.r14 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/redhat/Makefile.r14 b/redhat/Makefile.r14 index c248b34e5..49e769162 100644 --- a/redhat/Makefile.r14 +++ b/redhat/Makefile.r14 @@ -797,7 +797,7 @@ endif hk_classes: # Not on Fedora 27, Opensuse TW -ifeq (,$(filter $(DIST),.fc27 .fc28 .oss150 .osstw)) +ifeq (,$(filter $(DIST),.fc27 .fc28 .fc29 .oss150 .osstw)) $(call buildpkg,extras/hk_classes) endif @@ -821,7 +821,7 @@ kdissert: klamav: # Not on Fedora >= 27, Opensuse TW -ifeq (,$(filter $(DIST),.fc27 .fc28 .oss150 .osstw)) +ifeq (,$(filter $(DIST),.fc27 .fc28 .fc29 .oss150 .osstw)) $(call buildpkg,extras/klamav) endif @@ -833,7 +833,7 @@ endif knoda: hk_classes # Not on Fedora 27, Opensuse TW -ifeq (,$(filter $(DIST),.fc27 .fc28 .oss150 .osstw)) +ifeq (,$(filter $(DIST),.fc27 .fc28 .fc29 .oss150 .osstw)) $(call buildpkg,extras/knoda) endif |