From d7dd78f354503758783617142cbe9522590ce1f6 Mon Sep 17 00:00:00 2001 From: Antonio Murdaca Date: Wed, 17 Nov 2021 15:09:04 +0100 Subject: [PATCH] fix dracut install target Resolves: rhbz#1989897 Signed-off-by: Antonio Murdaca --- rust-coreos-installer.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rust-coreos-installer.spec b/rust-coreos-installer.spec index 138f78c..cde0ff8 100644 --- a/rust-coreos-installer.spec +++ b/rust-coreos-installer.spec @@ -1,5 +1,5 @@ # Ganerated by rust2rpm 13 -%define dracutlibdir %{_libdir}/dracut +%define dracutlibdir %{_prefix}/lib/dracut %bcond_without check %global __cargo_skip_build 0 # The library is for internal code reuse and is not a public API @@ -12,7 +12,7 @@ Name: rust-%{crate} Version: 0.10.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Installer for Fedora CoreOS and RHEL CoreOS # Upstream license specification: Apache-2.0 @@ -164,6 +164,9 @@ from the initramfs. %endif %changelog +* Wed Nov 17 2021 Antonio Murdaca - 0.10.1-3 +- fix dracut module installation target + * Tue Oct 26 2021 Antonio Murdaca - 0.10.1-2 - rebuilt