Author: kwizart
Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia-96xx/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv10167/F-14
Modified Files:
xorg-x11-drv-nvidia-96xx.spec
Log Message:
Add postrans script
Index: xorg-x11-drv-nvidia-96xx.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia-96xx/F-14/xorg-x11-drv-nvidia-96xx.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- xorg-x11-drv-nvidia-96xx.spec 3 Nov 2010 22:57:57 -0000 1.20
+++ xorg-x11-drv-nvidia-96xx.spec 14 Nov 2010 11:52:07 -0000 1.21
@@ -8,7 +8,7 @@
Name: xorg-x11-drv-nvidia-96xx
Version: 96.43.19
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: NVIDIA's 96xx series proprietary display driver for NVIDIA graphic
cards
Group: User Interface/X Hardware Support
@@ -259,6 +259,10 @@
%post libs -p /sbin/ldconfig
+%posttrans
+ [ -f %{_sysconfdir}/X11/xorg.conf ] || \
+ cp -p %{_sysconfdir}/X11/nvidia-96xx-xorg.conf %{_sysconfdir}/X11/xorg.conf || :
+
%preun
if [ "$1" -eq "0" ]; then
# Disable driver on final removal
@@ -307,6 +311,9 @@
%changelog
+* Sun Nov 14 2010 Nicolas Chauvet <kwizart(a)gmail.com> - 96.43.19-3
+- Add missing %%posttrans script.
+
* Wed Nov 03 2010 Nicolas Chauvet <kwizart(a)gmail.com> - 96.43.19-2
- Update to 96.43.19
- Avoid using livna-config-display on fedora 14 and later
Show replies by date