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.
This commit is contained in:
Jun Aruga 2025-02-05 15:03:24 +01:00
commit 196073e5f1

View file

@ -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