[svn] r5838 - trunk/rpms/ati-x11-drv
packagers at lists.rpmforge.net
packagers at lists.rpmforge.net
Thu Sep 13 11:49:45 CEST 2007
Author: thias
Date: 2007-09-13 11:49:43 +0200 (Thu, 13 Sep 2007)
New Revision: 5838
Added:
trunk/rpms/ati-x11-drv/README-rpm
Modified:
trunk/rpms/ati-x11-drv/ati-x11-drv.spec
Log:
Update ATI driver to 8.41.7, WHICH IS NOT COMPATIBLE WITH MANY OLDER CARDS!!!
Added: trunk/rpms/ati-x11-drv/README-rpm
===================================================================
--- trunk/rpms/ati-x11-drv/README-rpm (rev 0)
+++ trunk/rpms/ati-x11-drv/README-rpm 2007-09-13 09:49:43 UTC (rev 5838)
@@ -0,0 +1,12 @@
+# To fix the "glrx_dri.so: undefined symbol:..." message, add this section to
+# your /etc/X11/xorg.conf
+
+Section "ServerFlags"
+ Option "AIGLX" "off"
+EndSection
+
+# To fix the ""cannot restore segment prot after reloc" message
+# on glesx.so when running selinux en enforcing mode, run this once :
+
+chcon -t texrel_shlib_t /usr/lib*/xorg/modules/glesx.so
+
Modified: trunk/rpms/ati-x11-drv/ati-x11-drv.spec
===================================================================
--- trunk/rpms/ati-x11-drv/ati-x11-drv.spec 2007-09-12 12:09:07 UTC (rev 5837)
+++ trunk/rpms/ati-x11-drv/ati-x11-drv.spec 2007-09-13 09:49:43 UTC (rev 5838)
@@ -16,13 +16,14 @@
Summary: Proprietary ATI hardware accelerated OpenGL display driver
Name: ati-x11-drv
-Version: 8.40.4
+Version: 8.41.7
Release: 1
License: Proprietary
Group: User Interface/X Hardware Support
URL: http://ati.amd.com/support/drivers/linux/linux-radeon.html
Source0: http://www2.ati.com/drivers/linux/ati-driver-installer-%{version}-x86.x86_64.run
Source1: Makefile.fglrx
+Source2: README-rpm
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
# Required for proper dkms operation
Requires: gcc
@@ -62,6 +63,8 @@
# Fix for FC6 kernels
%{__perl} -pi -e 's|#include <linux/config.h>||g' \
common/lib/modules/fglrx/build_mod/*.{c,h}
+# Our quick README to be included as %%doc
+%{__install} -p -m 0644 %{SOURCE2} README-rpm
%build
@@ -106,8 +109,8 @@
%{buildroot}%{_sysconfdir}/rc.d/init.d/atieventsd
%{__install} -D -p -m 0755 packages/Fedora/authatieventsd.sh \
%{buildroot}%{_sysconfdir}/ati/authatieventsd.sh
-%{__install} -D -p -m 0644 common/usr/share/man/man8/atieventsd.8.gz \
- %{buildroot}%{_mandir}/man8/atieventsd.8.gz
+%{__install} -D -p -m 0644 common/usr/share/man/man8/atieventsd.8 \
+ %{buildroot}%{_mandir}/man8/atieventsd.8
# Install libaries
%{__mkdir_p} %{buildroot}%{fglrxlibdir}
@@ -171,8 +174,11 @@
packages/Debian/dists/experimental/amdcccle.desktop
# Install the control file (new in 8.39.4, "AMD testing" watermark without)
+# As well as the signature file
%{__install} -D -p -m 0644 common/etc/ati/control \
%{buildroot}%{_sysconfdir}/ati/control
+%{__install} -D -p -m 0644 common/etc/ati/signature \
+ %{buildroot}%{_sysconfdir}/ati/signature
# Install ld.so.conf.d file
%{__mkdir_p} %{buildroot}%{_sysconfdir}/ld.so.conf.d/
@@ -219,8 +225,8 @@
%files
%defattr(-,root,root,-)
-%doc _doc/*
-# Init script and control file
+%doc _doc/* README-rpm
+# Init script and control/signature files
%{_sysconfdir}/ati/
%{_sysconfdir}/rc.d/init.d/atieventsd
# ACPI stuff
@@ -264,6 +270,14 @@
%changelog
+* Thu Sep 13 2007 Matthias Saou <http://freshrpms.net/> 8.41.7-1
+- Update to 8.41.7.
+- The atieventsd.8 man page is no longer provided gzipped, go figure.
+
+* Wed Aug 15 2007 Matthias Saou <http://freshrpms.net/> 8.40.4-2
+- Include signature file to fix AMD testing watermark.
+- Include quick README-rpm file with tips for typical gotchas.
+
* Tue Aug 14 2007 Matthias Saou <http://freshrpms.net/> 8.40.4-1
- Update to 8.40.4.
More information about the svn-commits
mailing list