From patchwork Tue Feb 14 08:15:38 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 6519 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4PGDYd4sTwz3xHD for ; Tue, 14 Feb 2023 08:16:05 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4PGDYY60btz35G; Tue, 14 Feb 2023 08:16:01 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4PGDYX5TvQz30HR; Tue, 14 Feb 2023 08:16:00 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4PGDYN3hmgz2xxQ for ; Tue, 14 Feb 2023 08:15:52 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4PGDYK5YZDz1NW; Tue, 14 Feb 2023 08:15:49 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1676362550; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=VENNvn1MDQ5FUadzLFSPlCspUgeRcRGxI0RLkn/2/qM=; b=5I/ZcgvCvEYoqk+g3yQtBY6bC4TJRY+GcA3T68HYImhaXen0PWAvB8ewf62KJ4VDCX+sN9 e8tYSPp+qDHoXEDg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1676362550; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=VENNvn1MDQ5FUadzLFSPlCspUgeRcRGxI0RLkn/2/qM=; b=B0aDMXmwz3mBFEgG2aS4iq88okNiw/ybEIE3RjW4X/sArJt/7E+ZD6ysaviSW94LYACO8j WdvrgaGjvBmOSuD7ChzCIrOqXcYEcU9f/WR3YhZJQ0e5YlpJKlTJ1Y1XC3ijdsVwG8saXl psDBuWLDvcT1C6fnPlViGqUTCukH6SWWxlbFpOtii/hHK4Qljc8VN+qlRRALdhUCI7dcoA t1cwZWGnwKZ6drMx3LT+Wjwpl3OMNQccUlu/CLVOwqODRqA2eNOKK8V5AqWymm1+hEF/Ta SnVSs09Dtqn1R+qF+fKaY+06gzMTQp5ZTjz7IgdFLoPBOwexn4NtkICrq+eScA== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH 3/5] clamav: Drop clamav-databse subpackage. Date: Tue, 14 Feb 2023 09:15:38 +0100 Message-Id: <20230214081540.125883-3-stefan.schantl@ipfire.org> In-Reply-To: <20230214081540.125883-1-stefan.schantl@ipfire.org> References: <20230214081540.125883-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" The database is going to be provided by an own main package. Signed-off-by: Stefan Schantl --- clamav/clamav.nm | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/clamav/clamav.nm b/clamav/clamav.nm index 1d2d08905..de834c6e0 100644 --- a/clamav/clamav.nm +++ b/clamav/clamav.nm @@ -5,7 +5,7 @@ name = clamav version = 0.103.7 -release = 4 +release = 5 groups = System Environment/Daemons url = https://www.clamav.net @@ -85,6 +85,7 @@ packages package %{name} requires %{name}-libs = %{thisver} + %{name}-databases end configfiles @@ -127,10 +128,6 @@ packages package %{name}-libs template LIBS - - requires - %{name}-databases = %{thisver} - end end package %{name}-devel @@ -140,15 +137,4 @@ packages package %{name}-debuginfo template DEBUGINFO end - - package %{name}-databases - summary = Clamav Virus Databases. - description - Shipped virus databases needed for virus scanning. - end - - files - %{localstatedir}/lib/%{name} - end - end end