Summary
Description: Unnamed repository; edit this file 'description' to name the repository.
Last Change: Wed 4/10/13 13:00
Recent Commits
>
--git a/Mageia/ati-packager.sh b/Mageia/ati-packager.sh
index 911de17..9fd95a6 100755
--- a/Mageia/ati-packager.sh
+++ b/Mageia/ati-packager.sh
@@ -11,7 +11,7 @@
# see that file for detailed license information.
# List of supported distributions.
-supported_distros="1 2"
+supported_distros="1 2 3"
buildCheck()
{
diff --git a/Mageia/fglrx.spec b/Mageia/fglrx.spec
index 2a06435..6d04be0 100644
--- a/Mageia/fglrx.spec
+++ b/Mageia/fglrx.spec
@@ -498,6 +498,8 @@ mv %{buildroot}%{ati_extdir}/{fglrx-,}libglx.so
install -d -m755 %{buildroot}%{_sysconfdir}/ati
install -m644 common/etc/ati/* %{buildroot}%{_sysconfdir}/ati
chmod 0755 %{buildroot}%{_sysconfdir}/ati/*.sh
+# Ghost file created as suggested by AMD.
+touch %{buildroot}%{_sysconfdir}/ati/atiapfuser.blb
# dri libraries
install -d -m755 %{buildroot}%{xorg_dridir}
@@ -660,6 +662,9 @@ fi
[ -x %{_sbindir}/update-ldetect-lst ] && %{_sbindir}/update-ldetect-lst || :
%endif
+# Ghost file created as suggested by AMD.
+touch %{_sysconfdir}/ati/atiapfuser.blb
+
# Clear driver version numbers from amdpcsdb as suggested by AMD.
# (fixes version display in amdcccle after upgrade)
amdconfig --del-pcs-key=LDC,ReleaseVersion &>/dev/null || :
@@ -771,6 +776,8 @@ rm -rf %{buildroot}
%{_sysconfdir}/ati/logo_mask.xbm.example
%config %{_sysconfdir}/ati/authatieventsd.sh
%{_sysconfdir}/ati/amdpcsdb.default
+%ghost %{_sysconfdir}/ati/atiapfuser.blb
+%{_sysconfdir}/ati/atiapfxx.blb
%{_initrddir}/atieventsd
diff --git a/SuSE/CHANGELOG b/SuSE/CHANGELOG
index c9fa675..a96d4d1 100644
--- a/SuSE/CHANGELOG
+++ b/SuSE/CHANGELOG
@@ -1,3 +1,9 @@
+Thu May 03 20:15:03 CEST 2012 - Sebastian Siebert <freespacer@gmx.de>
+-------------------------------------------------------------------
+- add new file for /etc/ati/atiapfxx.blb
+- create /etc/ati/atiapfuser.blb during installation and remove the
+ file if the package was uninstalled.
+
Wed Mar 07 19:37:22 CET 2012 - Sebastian Siebert <freespacer@gmx.de>
-------------------------------------------------------------------
- remove runlevel 3 from the init script atieventsd.sh
diff --git a/SuSE/fglrx.spec b/SuSE/fglrx.spec
index 655de22..baf1679 100644
--- a/SuSE/fglrx.spec
+++ b/SuSE/fglrx.spec
@@ -322,6 +322,9 @@ fi
if [ "$(%{_libdir}/fglrx/switchlibGL query)" = "unknown" ]; then
%{_libdir}/fglrx/switchlibGL amd
fi
+if [ ! -f "etc/ati/atiapfuser.blb" ]; then
+ touch etc/ati/atiapfuser.blb
+fi
exit 0
%preun
@@ -333,6 +336,9 @@ if [ -x etc/init.d/boot.fglrxrebuild ]; then
fi
# remove symlinks during uninstall (not during update)
if [ "$1" -eq 0 ]; then
+ if [ -f "etc/ati/atiapfuser.blb" ]; then
+ rm -f etc/ati/atiapfuser.blb
+ fi
rm -f /usr/X11R6/lib*/libGL.so*
rm -f %{_libdir}/xorg/modules/updates/extensions/libglx.so
if [ -f /etc/ld.so.conf.d/fglrx.conf ];
Copyright © 2013 by Phoronix Media