From 602adb33f58759e7e03ba8fb9a469b076dee0ddf Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Thu, 9 Mar 2023 14:48:50 +0900 Subject: [PATCH] Add Requires rust-libc --- packaging/rust-socket2.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/rust-socket2.spec b/packaging/rust-socket2.spec index c0095c3..d174477 100644 --- a/packaging/rust-socket2.spec +++ b/packaging/rust-socket2.spec @@ -23,7 +23,7 @@ Source1: %{name}.manifest BuildRequires: rust BuildRequires: rust-libc - +Requires: rust-libc %description Utilities for handling networking sockets with a maximal amount of -- 2.7.4