From 3485ece1a4c8c31efcb7dcdc5195ca0175fc2717 Mon Sep 17 00:00:00 2001 From: Dominik Wombacher Date: Fri, 3 May 2024 15:33:16 +0000 Subject: [PATCH] build: Add missing dependencies --- aws-c-event-stream.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aws-c-event-stream.spec b/aws-c-event-stream.spec index 63e26c0..cdf07e0 100755 --- a/aws-c-event-stream.spec +++ b/aws-c-event-stream.spec @@ -10,10 +10,12 @@ Patch0: aws-c-event-stream-cmake.patch BuildRequires: gcc BuildRequires: cmake +BuildRequires: openssl-devel BuildRequires: aws-c-common-devel BuildRequires: aws-checksums-devel BuildRequires: aws-c-io-devel +Requires: openssl-libs Requires: aws-c-common-libs Requires: aws-checksums-libs Requires: aws-c-io-libs @@ -32,6 +34,7 @@ C99 implementation of the vnd.amazon.eventstream content-type %package devel Summary: C99 implementation of the vnd.amazon.eventstream content-type +Requires: openssl-devel Requires: aws-c-common-devel Requires: aws-checksums-devel Requires: aws-c-io-devel -- 2.45.2