From 777030fbee4b84ba13f19a722be8fa6b66db8932 Mon Sep 17 00:00:00 2001 From: Christoph Hartmann Date: Tue, 14 Nov 2023 01:59:36 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20improve=20meta-package=20version?= =?UTF-8?q?=20restriction=20(#389)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- helper/build_debs.sh | 2 +- helper/build_rpms.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/helper/build_debs.sh b/helper/build_debs.sh index 7d3f9076..cc8aff3d 100755 --- a/helper/build_debs.sh +++ b/helper/build_debs.sh @@ -29,7 +29,7 @@ Priority: optional Architecture: all Maintainer: Mondoo Description: Mondoo Metapackage for cnspec -Depends: cnspec (>= 9.0.0) +Depends: cnspec (>= ${VERSION}) Installed-Size: 261 B EOF diff --git a/helper/build_rpms.sh b/helper/build_rpms.sh index fc1f0b82..56e46f8a 100755 --- a/helper/build_rpms.sh +++ b/helper/build_rpms.sh @@ -28,7 +28,7 @@ License: BUSL-1.1 URL: https://mondoo.com Vendor: Mondoo, Inc BuildArch: noarch -Requires: cnspec +Requires: cnspec >= ${MONDOO_VERSION} %description Mondoo checks systems for vulnerabilities, security issues and misconfigurations