Skip to content

Commit

Permalink
fix(dracut.spec): add Builddeps for initrd posttrans macros (bsc#1230…
Browse files Browse the repository at this point in the history
…639)
  • Loading branch information
tblume committed Sep 17, 2024
1 parent 8412a1c commit 0140911
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions suse/dracut.spec
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ BuildRequires: pkgconfig(libkmod)
BuildRequires: pkgconfig(systemd) >= 219
BuildRequires: cargo
BuildRequires: rust
# For regenerate_initrd_posttrans
%if 0%{?suse_version} < 1550
BuildRequires: suse-module-tools
%else
BuildRequires: rpm-config-SUSE
%endif
Requires: gawk
Requires: %{_bindir}/get_kernel_version
Requires: bash
Expand Down

0 comments on commit 0140911

Please sign in to comment.