]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
suricata-update: Drop package
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 29 Dec 2022 16:24:24 +0000 (16:24 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 29 Dec 2022 16:24:24 +0000 (16:24 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
suricata-update/suricata-update.nm [deleted file]

diff --git a/suricata-update/suricata-update.nm b/suricata-update/suricata-update.nm
deleted file mode 100644 (file)
index 35bd959..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-###############################################################################
-# IPFire.org    - An Open Source Firewall Solution                            #
-# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
-###############################################################################
-
-name       = suricata-update
-version    = 1.0.5
-release    = 1
-thisapp    = %{name}-%{version}
-arch       = noarch
-
-groups     = Development/Tools
-url        = https://github.com/OISF/suricata-update
-license    = LGPLv2+
-summary    = A tool for updating Suricata rules.
-
-description
-       This package contains a Python written tool to update the used rules for
-       suricata.
-end
-
-source_dl  = https://github.com/OISF/%{name}/archive/%{version}.tar.gz#/
-
-build
-       build
-               %{python3} setup.py build
-       end
-
-       install
-               %{python3} setup.py install --root=%{BUILDROOT}
-       end
-end
-
-packages
-       package %{name}
-
-       package %{name}-debuginfo
-               template DEBUGINFO
-       end
-end