diff --git a/SPECS/kmod-isci.spec b/SPECS/kmod-isci.spec index a278826..5251ecf 100644 --- a/SPECS/kmod-isci.spec +++ b/SPECS/kmod-isci.spec @@ -17,7 +17,7 @@ Name: kmod-%{pkg} Version: 5.14.0.1 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Intel(R) C600 Series Chipset SAS Controller (%{pkg}) driver License: GPLv2 and (BSD or GPLv2) @@ -85,8 +85,6 @@ popd %install %{__install} -D -t %{buildroot}/lib/modules/%{kernel_version}.%{_arch}/extra/drivers/scsi/%{pkg} src/%{pkg}.ko -%{__install} -d %{buildroot}/%{_sysconfdir}/dracut.conf.d/ -echo "add_drivers+=\" %{pkg} \"" > %{buildroot}/%{_sysconfdir}/dracut.conf.d/%{pkg}.conf # Make .ko objects temporarily executable for automatic stripping find %{buildroot}/lib/modules -type f -name \*.ko -exec chmod u+x \{\} \+ @@ -135,10 +133,12 @@ fi %defattr(644,root,root,755) /lib/modules/%{kernel_version}.%{_arch} %license LICENSES -%config(noreplace) %{_sysconfdir}/dracut.conf.d/%{pkg}.conf %changelog +* Wed Jan 26 2022 Peter Georg - 5.14.0.1-11 +- Drop dracut conf + * Tue Jan 25 2022 Kmods SIG - 5.14.0.1-10 - Rebuild for 5.14.0-47.el9