fix wrong target package for posttrans script [release 525.85.05-2mamba;Sat Feb 04 2023]
This commit is contained in:
parent
d0c808051f
commit
aa4b816d7d
@ -3,7 +3,7 @@
|
||||
Name: nvidia
|
||||
Version: 525.85.05
|
||||
Epoch: 1
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: NVIDIA proprietary accelerated drivers for the Linux Kernel
|
||||
Group: System/Kernel and Hardware
|
||||
Vendor: openmamba
|
||||
@ -345,7 +345,7 @@ if [ $1 -eq 0 ]; then
|
||||
fi
|
||||
:
|
||||
|
||||
%posttrans
|
||||
%posttrans -n xorg-drv-video-%{name}
|
||||
KVER=`uname -r`
|
||||
INITRAMFS=/boot/initramfs-${KVER}.img
|
||||
[ -e ${INITRAMFS} -a %{_modprobedir}/nvidia.conf -nt ${INITRAMFS} ] || continue
|
||||
@ -404,6 +404,9 @@ INITRAMFS=/boot/initramfs-${KVER}.img
|
||||
%doc current/{NVIDIA_Changelog,README.txt} current/html
|
||||
|
||||
%changelog
|
||||
* Sat Feb 04 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 525.85.05-2mamba
|
||||
- fix wrong target package for posttrans script
|
||||
|
||||
* Sat Jan 21 2023 Automatic Build System <autodist@mambasoft.it> 525.85.05-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user