diff --git a/SPECS/kmod-pata_via.spec b/SPECS/kmod-pata_via.spec index aec69a6..8426f90 100644 --- a/SPECS/kmod-pata_via.spec +++ b/SPECS/kmod-pata_via.spec @@ -21,7 +21,7 @@ Name: kmod-%{pkg} Version: 4.18.0.80 -Release: 2%{?dist} +Release: 3%{?dist} Summary: VIA PATA Controller (%{pkg}) driver License: GPLv2 @@ -74,8 +74,6 @@ popd %install %{__install} -D -t %{buildroot}/lib/modules/%{kernel_version}.%{_arch}/extra/drivers/ata 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 \{\} \+ @@ -124,10 +122,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 - 4.18.0.80-3 +- Drop dracut conf + * Sat Jan 22 2022 Peter Georg - 4.18.0.80-2 - Enable ppc64le