diff options
author | Trevor Benson <trevor.benson@gmail.com> | 2023-12-15 16:18:41 -0800 |
---|---|---|
committer | Jake Hunsaker <jacob.r.hunsaker@gmail.com> | 2024-01-19 11:54:03 -0500 |
commit | d7de37b0ac00870e12a1cc36a5e0c0b8bc0eee96 (patch) | |
tree | 722d576c0b5304f6a580f751cceab2b30b7b0b17 /sos.spec | |
parent | d7c35c55e221f7c12bac79af087021d794a394b2 (diff) | |
download | sos-d7de37b0ac00870e12a1cc36a5e0c0b8bc0eee96.tar.gz |
[upload] Add upload options for S3 protocol
Signed-off-by: Trevor Benson <trevor.benson@gmail.com>
Diffstat (limited to 'sos.spec')
-rw-r--r-- | sos.spec | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -22,6 +22,8 @@ Recommends: python3-pyyaml Obsoletes: sos-collector <= 1.9 # For the _tmpfilesdir macro. BuildRequires: systemd +# Mandatory just for uploading to an S3 bucket: +Recommends: python3-boto3 %description Sos is a set of tools that gathers information about system |