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