packaging: Remove unnecessary initrd dependency 33/308233/2 accepted/tizen_unified tizen accepted/tizen/unified/20240320.152038
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 20 Mar 2024 05:25:40 +0000 (14:25 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 20 Mar 2024 05:54:37 +0000 (14:54 +0900)
In emulator-kernel, initrd is used with dummy initramfs in ramfs
path. So, no need to install initrd to build emulator-kernel.

Change-Id: I9c1f5c7deeeb897e34c6cc48d4783a766712664b
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
packaging/emulator-kernel.spec

index dbb34ef..636d991 100644 (file)
@@ -49,9 +49,6 @@ BuildRequires: pkgconfig(openssl3)
 BuildRequires: glibc-devel
 
 BuildRequires: kmod kmod-compat module-init-tools
-%if %{with_initramfs}
-BuildRequires: initrd
-%endif
 
 # Want to enable perf facility for profiling?
 %define with_perf 0