Update to 415.22 release

el9
Leigh Scott 6 years ago
parent ad4eb7965f
commit f7c536b4f9

@ -1 +1 @@
0928fa28b4805b95f41e6b74a463823c NVIDIA-Linux-x86_64-415.18.run e820512d0f02c2fe81c452612413adb7 NVIDIA-Linux-x86_64-415.22.run

@ -20,8 +20,8 @@
Name: xorg-x11-drv-nvidia Name: xorg-x11-drv-nvidia
Epoch: 3 Epoch: 3
Version: 415.18 Version: 415.22
Release: 1%{?dist} Release: 2%{?dist}
Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards
License: Redistributable, no modification permitted License: Redistributable, no modification permitted
@ -352,7 +352,7 @@ if [ -f %{_sysconfdir}/default/grub ] ; then
echo -e GRUB_CMDLINE_LINUX=\"%{_dracutopts}\" >> %{_sysconfdir}/default/grub echo -e GRUB_CMDLINE_LINUX=\"%{_dracutopts}\" >> %{_sysconfdir}/default/grub
else else
for i in %{_dracutopts} ; do for i in %{_dracutopts} ; do
_has_string=$(echo ${GRUB_CMDLINE_LINUX} | fgrep -c $i) _has_string=$(echo ${GRUB_CMDLINE_LINUX} | grep -F -c $i)
if [ x"$_has_string" = x0 ] ; then if [ x"$_has_string" = x0 ] ; then
GRUB_CMDLINE_LINUX="${GRUB_CMDLINE_LINUX} ${i}" GRUB_CMDLINE_LINUX="${GRUB_CMDLINE_LINUX} ${i}"
fi fi
@ -480,6 +480,10 @@ fi ||:
%{_libdir}/libnvidia-encode.so %{_libdir}/libnvidia-encode.so
%changelog %changelog
* Fri Dec 07 2018 Leigh Scott <leigh123linux@googlemail.com> - 3:415.22-2
- Update to 415.22 release
- Fix some rpmlint warnings
* Wed Nov 21 2018 Leigh Scott <leigh123linux@googlemail.com> - 3:415.18-1 * Wed Nov 21 2018 Leigh Scott <leigh123linux@googlemail.com> - 3:415.18-1
- Update to 415.18 release - Update to 415.18 release

Loading…
Cancel
Save