From f8d55b6bf49fdc1ba98f4039a15f91d5b1b9497d Mon Sep 17 00:00:00 2001 From: Roy7Kim Date: Mon, 13 Mar 2023 16:31:51 +0900 Subject: [PATCH] Missing patch information --- packaging/rust-linux-raw-sys.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packaging/rust-linux-raw-sys.spec b/packaging/rust-linux-raw-sys.spec index 60f8c4c..62663ff 100644 --- a/packaging/rust-linux-raw-sys.spec +++ b/packaging/rust-linux-raw-sys.spec @@ -15,6 +15,7 @@ License: Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT URL: https://crates.io/crates/linux-raw-sys Source: %{crate}-%{version}.tar.gz Source1: %{name}.manifest +Source2: extern.patch # ========================================================== # BuildRequires @@ -35,6 +36,7 @@ Generated bindings for Linux's userspace API. %prep %setup -q cp %{SOURCE1} . +%{__patch} -p1 < %{SOURCE2} # ========================================================== # build section -- 2.34.1