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
|
Name: nvidia
|
||||||
Version: 525.85.05
|
Version: 525.85.05
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: NVIDIA proprietary accelerated drivers for the Linux Kernel
|
Summary: NVIDIA proprietary accelerated drivers for the Linux Kernel
|
||||||
Group: System/Kernel and Hardware
|
Group: System/Kernel and Hardware
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -345,7 +345,7 @@ if [ $1 -eq 0 ]; then
|
|||||||
fi
|
fi
|
||||||
:
|
:
|
||||||
|
|
||||||
%posttrans
|
%posttrans -n xorg-drv-video-%{name}
|
||||||
KVER=`uname -r`
|
KVER=`uname -r`
|
||||||
INITRAMFS=/boot/initramfs-${KVER}.img
|
INITRAMFS=/boot/initramfs-${KVER}.img
|
||||||
[ -e ${INITRAMFS} -a %{_modprobedir}/nvidia.conf -nt ${INITRAMFS} ] || continue
|
[ -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
|
%doc current/{NVIDIA_Changelog,README.txt} current/html
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Jan 21 2023 Automatic Build System <autodist@mambasoft.it> 525.85.05-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user