Missing patch information
authorRoy7Kim <myoungwoon.kim@samsung.com>
Mon, 13 Mar 2023 07:31:51 +0000 (16:31 +0900)
committerRoy7Kim <myoungwoon.kim@samsung.com>
Mon, 13 Mar 2023 07:31:51 +0000 (16:31 +0900)
packaging/rust-linux-raw-sys.spec

index 60f8c4c4ade07d9c127f5fc7895840580cb99781..62663fff06ec18426681883263a9b4df6e0ad0cd 100644 (file)
@@ -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