From 9a3a7419c74f8cf246f4b48a60dc01655469a020 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Mar 07 2023 09:25:17 +0000 Subject: import ndctl-65-6.el7_9 --- diff --git a/SOURCES/dracut-nvdimm-security.conf b/SOURCES/dracut-nvdimm-security.conf index fa83ad1..4f32641 100644 --- a/SOURCES/dracut-nvdimm-security.conf +++ b/SOURCES/dracut-nvdimm-security.conf @@ -1,3 +1,3 @@ # Make sure libnvdimm is loaded and ndctl is available in the initramfs -install_items+="/bin/ndctl" +install_items+=" /bin/ndctl " add_drivers+=" libnvdimm " diff --git a/SPECS/ndctl.spec b/SPECS/ndctl.spec index f69a74e..f814791 100644 --- a/SPECS/ndctl.spec +++ b/SPECS/ndctl.spec @@ -1,6 +1,6 @@ Name: ndctl Version: 65 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Manage "libnvdimm" subsystem devices (Non-volatile Memory) License: GPLv2 Group: System Environment/Base @@ -170,6 +170,10 @@ make check %changelog +* Fri Dec 18 2020 Jeff Moyer - 65.6.el7 +- add space to install_items in dracut config file +- Resolves: rhbz#1909233 + * Tue Sep 10 2019 Jeff Moyer - 65.5.el7 - Once again attempt to fix nvdimm-security.conf - Resolves: rhbz#1750199