projects
/
platform
/
upstream
/
rust-linux-raw-sys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f64bc51
)
Missing patch information
author
Roy7Kim
<myoungwoon.kim@samsung.com>
Mon, 13 Mar 2023 07:31:51 +0000
(16:31 +0900)
committer
Roy7Kim
<myoungwoon.kim@samsung.com>
Mon, 13 Mar 2023 07:31:51 +0000
(16:31 +0900)
packaging/rust-linux-raw-sys.spec
patch
|
blob
|
history
diff --git
a/packaging/rust-linux-raw-sys.spec
b/packaging/rust-linux-raw-sys.spec
index 60f8c4c4ade07d9c127f5fc7895840580cb99781..62663fff06ec18426681883263a9b4df6e0ad0cd 100644
(file)
--- 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