From a44bd7999bde4935ea7b654ff8fac6c1ff9b5f41 Mon Sep 17 00:00:00 2001 From: Jochen Topf Date: Tue, 16 Dec 2025 19:23:48 +0100 Subject: [PATCH] Remove mention of sqlite3-pcre Taginfo doesn't use it any more. See https://github.com/taginfo/taginfo/issues/436. --- cookbooks/taginfo/recipes/default.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cookbooks/taginfo/recipes/default.rb b/cookbooks/taginfo/recipes/default.rb index d1f1387c1..1a6f77518 100644 --- a/cookbooks/taginfo/recipes/default.rb +++ b/cookbooks/taginfo/recipes/default.rb @@ -53,10 +53,6 @@ package %w[ pbzip2 ] -if (platform?("debian") && node[:lsb][:release].to_f < 13) || (platform?("ubuntu") && node[:lsb][:release].to_f < 24.04) - package "sqlite3-pcre" # https://github.com/taginfo/taginfo/issues/436 -end - apache_module "cache" apache_module "cache_disk" apache_module "headers" -- 2.39.5