diff --git a/dist b/dist new file mode 100644 index 0000000000000000000000000000000000000000..ad8eb77ba59be071474988a034571694eaa9db8e --- /dev/null +++ b/dist @@ -0,0 +1 @@ +an7_9 diff --git a/download b/download new file mode 100644 index 0000000000000000000000000000000000000000..8f4c8ba01d6c26a4d558a4528b1f4cad932968e4 --- /dev/null +++ b/download @@ -0,0 +1 @@ +794c442ed391f3d2c59c4c58edb83775 ndctl-65.tar.gz diff --git a/dracut-nvdimm-security.conf b/dracut-nvdimm-security.conf index fa83ad1537f898537e432957ad58b75d0902a3d5..4f32641c54b729990931024f0d13cd80b4023738 100644 --- a/dracut-nvdimm-security.conf +++ b/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/ndctl-65.tar.gz b/ndctl-65.tar.gz deleted file mode 100644 index a4c027df0b429aa32bf230e72d8092fb0f9c8c0f..0000000000000000000000000000000000000000 Binary files a/ndctl-65.tar.gz and /dev/null differ diff --git a/ndctl.spec b/ndctl.spec index f69a74ed692c513c24dbc413377732a61329dc2f..f814791ee3fa9e580863728f30bea1af7f97962b 100644 --- a/ndctl.spec +++ b/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