rpms/xorg-x11-drv-nvidia-304xx/F-18 xorg-x11-drv-nvidia-304xx.spec, 1.7, 1.8

Nicolas Chauvet kwizart at rpmfusion.org
Sun Jun 30 10:13:29 CEST 2013


Author: kwizart

Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia-304xx/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv11261/F-18

Modified Files:
	xorg-x11-drv-nvidia-304xx.spec 
Log Message:
Restore in posttrans instead of triggerun



Index: xorg-x11-drv-nvidia-304xx.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia-304xx/F-18/xorg-x11-drv-nvidia-304xx.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- xorg-x11-drv-nvidia-304xx.spec	28 Jun 2013 20:00:53 -0000	1.7
+++ xorg-x11-drv-nvidia-304xx.spec	30 Jun 2013 08:12:59 -0000	1.8
@@ -7,7 +7,7 @@
 
 Name:            xorg-x11-drv-nvidia-304xx
 Version:         304.88
-Release:         6%{?dist}
+Release:         7%{?dist}
 Summary:         NVIDIA's 304xx serie proprietary display driver for NVIDIA graphic cards
 
 Group:           User Interface/X Hardware Support
@@ -283,14 +283,13 @@
          &>/dev/null
     done
   fi
- [ -f %{_sysconfdir}/X11/xorg.conf.xorg-x11-drv-nvidia_uninstalled ] && \
-    cp -p %{_sysconfdir}/X11/xorg.conf.%{name}_uninstalled %{_sysconfdir}/X11/xorg.conf
-
 fi || :
 
 %post libs -p /sbin/ldconfig
 
 %posttrans
+ [ -f %{_sysconfdir}/X11/xorg.conf.xorg-x11-drv-nvidia_uninstalled ] && \
+    cp -p %{_sysconfdir}/X11/xorg.conf.%{name}_uninstalled %{_sysconfdir}/X11/xorg.conf
  [ -f %{_sysconfdir}/X11/xorg.conf ] || \
    cp -p %{_sysconfdir}/X11/nvidia-xorg.conf %{_sysconfdir}/X11/xorg.conf || :
 
@@ -375,8 +374,8 @@
 
 
 %changelog
-* Fri Jun 28 2013 Nicolas Chauvet <kwizart at gmail.com> - 304.88-6
-- Restore configuration used before rename
+* Sun Jun 30 2013 Nicolas Chauvet <kwizart at gmail.com> - 304.88-7
+- Restore the previous xorg.conf in posttrans
 
 * Wed Jun 12 2013 Nicolas Chauvet <kwizart at gmail.com> - 304.88-5
 - Relax kernel flavor cases


More information about the rpmfusion-commits mailing list