From 196073e5f19dd2c17cfdc65eb44557f26d24bbf0 Mon Sep 17 00:00:00 2001 From: Jun Aruga Date: Wed, 5 Feb 2025 15:03:24 +0100 Subject: [PATCH] tls-minimal-version: Fix incorrect component and require. * Remove openssl and iproute from the component. * Add procps-ng to the require. The RPM is required in the container case. --- tls-minimal-version/main.fmf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tls-minimal-version/main.fmf b/tls-minimal-version/main.fmf index 507fd0f..377f313 100644 --- a/tls-minimal-version/main.fmf +++ b/tls-minimal-version/main.fmf @@ -13,13 +13,13 @@ description: | the test is Fedora-specific depending on the crypto-policies. [1] https://github.com/ruby/openssl/pull/710 component: -- openssl - ruby -- iproute require: - openssl - ruby - rubygem-test-unit # For ss command. - iproute +# For pkill, pgrep +- procps-ng duration: 30m