Skip to content

Commit

Permalink
Update to 565.57.01
Browse files Browse the repository at this point in the history
  • Loading branch information
scaronni committed Oct 23, 2024
1 parent eccba09 commit 2e4a031
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions nvidia-driver.spec
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
%endif

Name: nvidia-driver
Version: 560.35.03
Release: 4%{?dist}
Version: 565.57.01
Release: 1%{?dist}
Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards
Epoch: 3
License: NVIDIA License
Expand Down Expand Up @@ -425,6 +425,8 @@ appstream-util validate --nonet %{buildroot}%{_metainfodir}/com.nvidia.driver.me
%else
%{_libdir}/libnvidia-pkcs11-openssl3.so.%{version}
%endif
%{_libdir}/libnvidia-sandboxutils.so.1
%{_libdir}/libnvidia-sandboxutils.so.%{version}
%endif

%files -n libnvidia-fbc
Expand All @@ -436,6 +438,9 @@ appstream-util validate --nonet %{buildroot}%{_metainfodir}/com.nvidia.driver.me
%{_libdir}/libnvidia-ml.so.%{version}

%changelog
* Wed Oct 23 2024 Simone Caronni <negativo17@gmail.com> - 3:565.57.01-1
- Update to 565.57.01.

* Thu Oct 10 2024 Simone Caronni <negativo17@gmail.com> - 3:560.35.03-4
- Enable nvidia-persistenced by default if installed through a systemd preset.

Expand Down
2 changes: 1 addition & 1 deletion nvidia-generate-tarballs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e

set_vars() {
export VERSION=${VERSION:-560.35.03}
export VERSION=${VERSION:-565.57.01}
export DL_SITE=${DL_SITE:-http://download.nvidia.com/XFree86}
export TEMP_UNPACK=${ARCH}
export PLATFORM=Linux-${ARCH}
Expand Down

0 comments on commit 2e4a031

Please sign in to comment.