[Bug 2400] Review request: xorg-x11-drv-catalyst-legacy - AMD's proprietary driver for ATI legacy graphic cards

RPM Fusion Bugzilla noreply at rpmfusion.org
Thu Nov 29 08:15:35 CET 2012


https://bugzilla.rpmfusion.org/show_bug.cgi?id=2400

Brendan Jones <brendan.jones.it at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|3                           |4

--- Comment #19 from Brendan Jones <brendan.jones.it at gmail.com> 2012-11-29 08:15:35 CET ---
Hi Leigh

I've done a full review of this package and it is APPROVED

Fedora-review output listed below. All issues have been either addressed above
or can be safely ignored as being not applicable in this instance.

There are some obsolete/tags sections in the SPEC that I will leave to your
discretion to remove.


Package Review
==============

Key:
[x] = Pass
[!] = Fail
[-] = Not applicable
[?] = Not evaluated
[x] = Manual review needed


Issues:
=======
[!]: Package installs properly.
     Note: Installation errors (see attachment)
See: https://fedoraproject.org/wiki/Packaging:Guidelines
[!]: Static libraries in -static subpackage, if present.
     Note: xorg-x11-drv-catalyst-legacy-devel-12.6-3.fc18.x86_64.rpm :
     /usr/lib64/catalyst-legacy/libfglrx_dm.a
See: http://fedoraproject.org/wiki/Packaging/Guidelines#StaticLibraries
[!]: Package does not generate any conflict.
     Note: Package contains Conflicts: tag(s) needing fix or justification.
See: http://fedoraproject.org/wiki/Packaging/Guidelines#Conflicts
[!]: %config files are marked noreplace or the reason is justified.
     Note: %config %{_sysconfdir}/ld.so.conf.d/catalyst-
     legacy-%{_lib}.conf%config
     %{_sysconfdir}/X11/xorg.conf.d/*catalyst*.conf%config
     %{_sysconfdir}/OpenCL/vendors/amd*.icd
See: http://fedoraproject.org/wiki/Packaging/Guidelines#Configuration_files


===== MUST items =====

C/C++:
[x]: Header files in -devel subpackage, if present.
[x]: Package does not contain any libtool archives (.la)
[!]: Package does not contain kernel modules.
[!]: Package contains no static executables.
[x]: Rpath absent or only used for internal libs.
[!]: Development (unversioned) .so files in -devel subpackage, if present.
     Note: Unversioned so-files in private %_libdir subdirectory (see
     attachment). Verify they are not in ld path.
[!]: Static libraries in -static subpackage, if present.
     Note: xorg-x11-drv-catalyst-legacy-devel-12.6-3.fc18.x86_64.rpm :
     /usr/lib64/catalyst-legacy/libfglrx_dm.a

Generic:
[x]: Permissable RPMFusion license
[x]: Package successfully compiles and builds into binary rpms on at least one
     supported primary architecture.
     Note: Using prebuilt packages
[x]: %build honors applicable compiler flags or justifies otherwise.
[x]: All build dependencies are listed in BuildRequires, except for any that
     are listed in the exceptions section of Packaging Guidelines.
     Note: Using prebuilt rpms.
[x]: Package contains no bundled libraries.
[x]: Changelog in prescribed format.
[x]: Package does not run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) at the
     beginning of %install.
[x]: Sources contain only permissible code or content.
[x]: %config files are marked noreplace or the reason is justified.
     Note: %config %{_sysconfdir}/ld.so.conf.d/catalyst-
     legacy-%{_lib}.conf%config
     %{_sysconfdir}/X11/xorg.conf.d/*catalyst*.conf%config
     %{_sysconfdir}/OpenCL/vendors/amd*.icd
[x]: Each %files section contains %defattr if rpm < 4.4
     Note: %defattr present but not needed
[x]: Macros in Summary, %description expandable at SRPM build time.
[x]: Package contains desktop file if it is a GUI application.
[x]: Package installs a %{name}.desktop using desktop-file-install if there is
     such a file.
[-]: Development files must be in a -devel package
[x]: Package requires other packages for directories it uses.
[x]: Package uses nothing in %doc for runtime.
[x]: Package is not known to require ExcludeArch.
[x]: Package does not contain duplicates in %files.
[x]: Permissions on files are set properly.
[x]: Fully versioned dependency in subpackages, if present.
     Note: No Requires: %{name}%{?_isa} = %{version}-%{release} in %package
     devel
[x]: Package complies to the Packaging Guidelines
[x]: Spec file lacks Packager, Vendor, PreReq tags.
[x]: If (and only if) the source package includes the text of the license(s)
     in its own file, then that file, containing the text of the license(s)
     for the package is included in %doc.
[x]: License field in the package spec file matches the actual license.
     Note: Checking patched sources after %prep for licenses. Licenses found:
     "MIT/X11 (BSD like)", "BSD (3 clause)", "Unknown or generated". 3 files
     have unknown license. Detailed output of licensecheck in /tmp/catal
     /review-xorg-x11-drv-catalyst-legacy/licensecheck.txt
[x]: License file installed when any subpackage combination is installed.
[x]: Package consistently uses macro is (instead of hard-coded directory
     names).
[x]: Package is named using only allowed ASCII characters.
[x]: Package is named according to the Package Naming Guidelines.
[x]: No %config files under /usr.
[!]: Package does not generate any conflict.
     Note: Package contains Conflicts: tag(s) needing fix or justification.
[x]: Package do not use a name that already exist
[x]: Package obeys FHS, except libexecdir and /usr/target.
[x]: If the package is a rename of another package, proper Obsoletes and
     Provides are present.
[x]: Package must own all directories that it creates.
[x]: Package does not own files or directories owned by other packages.
[!]: Package installs properly.
     Note: Installation errors (see attachment)
[x]: Package is not relocatable.
[x]: Requires correct, justified where necessary.
[x]: CheckResultdir
[x]: Rpmlint is run on all rpms the build produces.
     Note: There are rpmlint messages (see attachment).
[x]: Sources used to build the package match the upstream source, as provided
     in the spec URL.
[x]: Spec file is legible and written in American English.
[x]: Spec file name must match the spec package %{name}, in the format
     %{name}.spec.
[x]: Package contains systemd file(s) if in need.
[x]: File names are valid UTF-8.
[x]: Useful -debuginfo package or justification otherwise.
[x]: Large documentation must go in a -doc subpackage.
     Note: Documentation size is 901120 bytes in 55 files.
[x]: Packages must not store files under /srv, /opt or /usr/local

===== SHOULD items =====

Generic:
[!]: Reviewer should test that the package builds in mock.
[!]: Buildroot is not present
     Note: Buildroot: present but not needed
[!]: Package has no %clean section with rm -rf %{buildroot} (or
     $RPM_BUILD_ROOT)
     Note: %clean present but not required
[-]: If the source package does not include license text(s) as a separate file
     from upstream, the packager SHOULD query upstream to include it.
[x]: Dist tag is present.
[x]: No file requires outside of /etc, /bin, /sbin, /usr/bin, /usr/sbin.
[x]: Final provides and requires are sane (rpm -q --provides and rpm -q
     --requires).
[?]: Package functions as described.
[x]: Latest version is packaged.
[x]: Package does not include license text files separate from upstream.
[x]: The placement of pkgconfig(.pc) files are correct.
[x]: Scriptlets must be sane, if used.
[x]: SourceX tarball generation or download is documented.
     Note: Package contains tarball without URL, check comments
[!]: SourceX / PatchY prefixed with %{name}.
     Note: Source2 (catalyst-legacy-README.Fedora) Source3 (amdcccle.desktop)
     Source0 (amd-driver-installer-12.6-legacy-x86.x86_64.zip) Source1 (xvba-
     sdk-0.74-404001.tar.gz) Source6 (catalyst-legacy-a-ac-aticonfig) Source7
     (catalyst-legacy-a-lid-aticonfig) Source4 (catalyst-legacy-
     atieventsd.init) Source5 (catalyst-legacy-ati-powermode.sh) Source8 (00
     -catalyst-legacy-modulepath.conf) Source9 (01-catalyst-legacy-
     videodriver.conf)
[x]: SourceX is a working URL.
[x]: Description and summary sections in the package spec file contains
     translations for supported Non-English languages, if available.
[?]: Package should compile and build into binary rpms on all supported
     architectures.
[-]: %check is present and all tests pass.
[x]: Packages should try to preserve timestamps of original installed files.
[x]: Spec use %global instead of %define.

===== EXTRA items =====

Generic:
[!]: Rpmlint is run on all installed packages.
     Note: Mock build failed
[x]: Spec file according to URL is the same as in SRPM.
[x]: Large data in /usr/share should live in a noarch subpackage if package is
     arched.
     Note: Arch-ed rpms have a total of 5857280 bytes in /usr/share 5150720
     xorg-x11-drv-catalyst-legacy-12.6-3.fc18.x86_64.rpm 706560 xorg-x11-drv-
     catalyst-legacy-devel-12.6-3.fc18.x86_64.rpm

Rpmlint
-------
Checking: xorg-x11-drv-catalyst-legacy-12.6-3.fc18.src.rpm
          xorg-x11-drv-catalyst-legacy-libs-12.6-3.fc18.x86_64.rpm
          xorg-x11-drv-catalyst-legacy-devel-12.6-3.fc18.x86_64.rpm
          xorg-x11-drv-catalyst-legacy-12.6-3.fc18.x86_64.rpm
xorg-x11-drv-catalyst-legacy.src: W: spelling-error Summary(en_US) AMD's ->
AM's, AD's, MD's
xorg-x11-drv-catalyst-legacy.src:246: E: hardcoded-library-path in
%{_prefix}/lib
xorg-x11-drv-catalyst-legacy.src:247: E: hardcoded-library-path in
%{_prefix}/lib
xorg-x11-drv-catalyst-legacy.src:248: E: hardcoded-library-path in
%{_prefix}/lib/libAMDXvBA.cap
xorg-x11-drv-catalyst-legacy.src:374: E: hardcoded-library-path in
%{_prefix}/lib/libAMDXvBA.cap
xorg-x11-drv-catalyst-legacy.src: W: invalid-url Source1:
http://developer.amd.com/downloads/xvba-sdk-0.74-404001.tar.gz HTTP Error 404:
Not Found
xorg-x11-drv-catalyst-legacy-libs.x86_64: W: unstripped-binary-or-object
/usr/lib64/catalyst-legacy/libatiadlxx.so
xorg-x11-drv-catalyst-legacy-libs.x86_64: W: unstripped-binary-or-object
/usr/lib64/catalyst-legacy/libaticalrt.so
xorg-x11-drv-catalyst-legacy-libs.x86_64: W: unstripped-binary-or-object
/usr/lib64/catalyst-legacy/libamdocl64.so
xorg-x11-drv-catalyst-legacy-libs.x86_64: W: unstripped-binary-or-object
/usr/lib64/catalyst-legacy/libOpenCL.so.1
xorg-x11-drv-catalyst-legacy-libs.x86_64: W: unstripped-binary-or-object
/usr/lib64/catalyst-legacy/libfglrx_dm.so.1.0
xorg-x11-drv-catalyst-legacy-libs.x86_64: W: unstripped-binary-or-object
/usr/lib64/catalyst-legacy/libatiuki.so.1.0
xorg-x11-drv-catalyst-legacy-libs.x86_64: W: unstripped-binary-or-object
/usr/lib64/catalyst-legacy/libaticalcl.so
xorg-x11-drv-catalyst-legacy-libs.x86_64: W: conffile-without-noreplace-flag
/etc/ld.so.conf.d/catalyst-legacy-lib64.conf
xorg-x11-drv-catalyst-legacy-libs.x86_64: W: no-documentation
xorg-x11-drv-catalyst-legacy-libs.x86_64: W: devel-file-in-non-devel-package
/usr/lib64/catalyst-legacy/libXvBAW.so
xorg-x11-drv-catalyst-legacy-libs.x86_64: W: devel-file-in-non-devel-package
/usr/lib64/catalyst-legacy/libfglrx_dm.so
xorg-x11-drv-catalyst-legacy-libs.x86_64: W: devel-file-in-non-devel-package
/usr/lib64/catalyst-legacy/libGL.so
xorg-x11-drv-catalyst-legacy-libs.x86_64: W: devel-file-in-non-devel-package
/usr/lib64/catalyst-legacy/libAMDXvBA.so
xorg-x11-drv-catalyst-legacy-libs.x86_64: W: devel-file-in-non-devel-package
/usr/lib64/catalyst-legacy/libatiuki.so
xorg-x11-drv-catalyst-legacy.x86_64: W: spelling-error Summary(en_US) AMD's ->
AM's, AD's, MD's
xorg-x11-drv-catalyst-legacy.x86_64: W: obsolete-not-provided
catalyst-legacy-kmod
xorg-x11-drv-catalyst-legacy.x86_64: W: unstripped-binary-or-object
/usr/bin/fgl_glxgears
xorg-x11-drv-catalyst-legacy.x86_64: W: unstripped-binary-or-object
/usr/lib64/xorg/modules/amdxmm.so
xorg-x11-drv-catalyst-legacy.x86_64: W: unstripped-binary-or-object
/usr/sbin/clinfo
xorg-x11-drv-catalyst-legacy.x86_64: W: unstripped-binary-or-object
/usr/sbin/amdnotifyui
xorg-x11-drv-catalyst-legacy.x86_64: W: unstripped-binary-or-object
/usr/sbin/atieventsd
xorg-x11-drv-catalyst-legacy.x86_64: W: unstripped-binary-or-object
/usr/lib64/xorg/modules/linux/libfglrxdrm.so
xorg-x11-drv-catalyst-legacy.x86_64: W: unstripped-binary-or-object
/usr/bin/atiodcli
xorg-x11-drv-catalyst-legacy.x86_64: W: unstripped-binary-or-object
/usr/bin/atiode
xorg-x11-drv-catalyst-legacy.x86_64: W: unstripped-binary-or-object
/usr/bin/amdcccle
xorg-x11-drv-catalyst-legacy.x86_64: W: unstripped-binary-or-object
/usr/lib64/xorg/modules/drivers/fglrx_drv.so
xorg-x11-drv-catalyst-legacy.x86_64: W: unstripped-binary-or-object
/usr/bin/aticonfig
xorg-x11-drv-catalyst-legacy.x86_64: W: unstripped-binary-or-object
/usr/bin/fglrxinfo
xorg-x11-drv-catalyst-legacy.x86_64: W: conffile-without-noreplace-flag
/etc/X11/xorg.conf.d/01-catalyst-legacy-videodriver.conf
xorg-x11-drv-catalyst-legacy.x86_64: W: conffile-without-noreplace-flag
/etc/OpenCL/vendors/amdocl64.icd
xorg-x11-drv-catalyst-legacy.x86_64: W: conffile-without-noreplace-flag
/etc/X11/xorg.conf.d/00-catalyst-legacy-modulepath.conf
xorg-x11-drv-catalyst-legacy.x86_64: W: non-conffile-in-etc
/etc/ati/amdpcsdb.default
xorg-x11-drv-catalyst-legacy.x86_64: W: non-conffile-in-etc
/etc/ati/logo.xbm.example
xorg-x11-drv-catalyst-legacy.x86_64: W: non-conffile-in-etc /etc/ati/control
xorg-x11-drv-catalyst-legacy.x86_64: W: non-conffile-in-etc /etc/ati/atiogl.xml
xorg-x11-drv-catalyst-legacy.x86_64: W: non-conffile-in-etc
/etc/ati/logo_mask.xbm.example
xorg-x11-drv-catalyst-legacy.x86_64: W: non-conffile-in-etc /etc/ati/signature
xorg-x11-drv-catalyst-legacy.x86_64: W: no-manual-page-for-binary amdxdg-su
xorg-x11-drv-catalyst-legacy.x86_64: W: no-manual-page-for-binary
ati-powermode.sh
xorg-x11-drv-catalyst-legacy.x86_64: W: no-manual-page-for-binary amdcccle
xorg-x11-drv-catalyst-legacy.x86_64: W: no-manual-page-for-binary fgl_glxgears
xorg-x11-drv-catalyst-legacy.x86_64: W: no-manual-page-for-binary atiode
xorg-x11-drv-catalyst-legacy.x86_64: W: no-manual-page-for-binary
authatieventsd.sh
xorg-x11-drv-catalyst-legacy.x86_64: W: no-manual-page-for-binary
amdupdaterandrconfig
xorg-x11-drv-catalyst-legacy.x86_64: W: no-manual-page-for-binary amdnotifyui
xorg-x11-drv-catalyst-legacy.x86_64: W: no-manual-page-for-binary atiodcli
xorg-x11-drv-catalyst-legacy.x86_64: W: no-manual-page-for-binary
atigetsysteminfo.sh
xorg-x11-drv-catalyst-legacy.x86_64: W: no-manual-page-for-binary aticonfig
xorg-x11-drv-catalyst-legacy.x86_64: W: no-manual-page-for-binary fglrxinfo
xorg-x11-drv-catalyst-legacy.x86_64: W: no-manual-page-for-binary clinfo
xorg-x11-drv-catalyst-legacy.x86_64: W: service-default-enabled
/etc/rc.d/init.d/atieventsd
xorg-x11-drv-catalyst-legacy.x86_64: W: incoherent-init-script-name atieventsd
('xorg-x11-drv-catalyst-legacy', 'xorg-x11-drv-catalyst-legacyd')
4 packages and 0 specfiles checked; 4 errors, 54 warnings.




Requires
--------
xorg-x11-drv-catalyst-legacy-libs-12.6-3.fc18.x86_64.rpm (rpmlib, GLIBC
filtered):

    /sbin/ldconfig
    ldconfig
    libAMDXvBA.so.1()(64bit)
    libX11.so.6()(64bit)
    libXext.so.6()(64bit)
    libXvBAW.so.1()(64bit)
    libatiuki.so.1()(64bit)
    libc.so.6()(64bit)
    libdl.so.2()(64bit)
    libfglrx_dm.so.1.0()(64bit)
    libgcc_s.so.1()(64bit)
    libgcc_s.so.1(GCC_3.0)(64bit)
    libgcc_s.so.1(GCC_3.3)(64bit)
    libgcc_s.so.1(GCC_3.4)(64bit)
    libm.so.6()(64bit)
    libpthread.so.0()(64bit)
    librt.so.1()(64bit)
    libstdc++.so.6()(64bit)
    libstdc++.so.6(CXXABI_1.3)(64bit)
    xorg-x11-drv-catalyst-legacy = 12.6-3.fc18

xorg-x11-drv-catalyst-legacy-devel-12.6-3.fc18.x86_64.rpm (rpmlib, GLIBC
filtered):

    libAMDXvBA.so.1()(64bit)
    libXvBAW.so.1()(64bit)
    libatiuki.so.1()(64bit)
    libfglrx_dm.so.1.0()(64bit)
    xorg-x11-drv-catalyst-legacy-libs(x86-64) = 12.6-3.fc18

xorg-x11-drv-catalyst-legacy-12.6-3.fc18.x86_64.rpm (rpmlib, GLIBC filtered):

    /bin/bash
    /bin/sh
    catalyst-legacy-kmod >= 12.6
    chkconfig
    libICE.so.6()(64bit)
    libOpenCL.so.1()(64bit)
    libOpenCL.so.1(OPENCL_1.0)(64bit)
    libQtCore.so.4()(64bit)
    libQtGui.so.4()(64bit)
    libSM.so.6()(64bit)
    libX11.so.6()(64bit)
    libXcursor.so.1()(64bit)
    libXext.so.6()(64bit)
    libXfixes.so.3()(64bit)
    libXinerama.so.1()(64bit)
    libXrandr.so.2()(64bit)
    libXrender.so.1()(64bit)
    libXxf86vm.so.1()(64bit)
    libatiuki.so.1()(64bit)
    libc.so.6()(64bit)
    libcrypt.so.1()(64bit)
    libdl.so.2()(64bit)
    libfontconfig.so.1()(64bit)
    libfreetype.so.6()(64bit)
    libgcc_s.so.1()(64bit)
    libgcc_s.so.1(GCC_3.0)(64bit)
    libm.so.6()(64bit)
    libpthread.so.0()(64bit)
    librt.so.1()(64bit)
    libstdc++.so.6()(64bit)
    libstdc++.so.6(CXXABI_1.3)(64bit)
    libstdc++.so.6(CXXABI_1.3.1)(64bit)
    xorg-x11-drv-catalyst-legacy-libs(x86-64) = 12.6-3.fc18



Provides
--------
xorg-x11-drv-catalyst-legacy-libs-12.6-3.fc18.x86_64.rpm:

    fglrx_dri.so()(64bit)
    libAMDXvBA.so.1()(64bit)
    libOpenCL.so.1()(64bit)
    libOpenCL.so.1(OPENCL_1.0)(64bit)
    libOpenCL.so.1(OPENCL_1.1)(64bit)
    libOpenCL.so.1(OPENCL_1.2)(64bit)
    libSlotMaximizerAg.so()(64bit)
    libXvBAW.so.1()(64bit)
    libamdocl64.so()(64bit)
    libamdocl64.so(OPENCL_1.0)(64bit)
    libamdocl64.so(OPENCL_1.1)(64bit)
    libatiadlxx.so()(64bit)
    libaticalcl.so()(64bit)
    libaticaldd.so()(64bit)
    libaticalrt.so()(64bit)
    libatiuki.so.1()(64bit)
    libfglrx_dm.so.1.0()(64bit)
    xorg-x11-drv-catalyst-legacy-libs = 12.6-3.fc18
    xorg-x11-drv-catalyst-legacy-libs(x86-64) = 12.6-3.fc18
    xorg-x11-drv-catalyst-legacy-libs-x86_64 = 12.6-3.fc18

xorg-x11-drv-catalyst-legacy-devel-12.6-3.fc18.x86_64.rpm:

    xorg-x11-drv-catalyst-legacy-devel = 12.6-3.fc18
    xorg-x11-drv-catalyst-legacy-devel(x86-64) = 12.6-3.fc18

xorg-x11-drv-catalyst-legacy-12.6-3.fc18.x86_64.rpm:

    amdxmm.so()(64bit)
    catalyst-legacy-kmod-common = 12.6
    fglrx_drv.so()(64bit)
    glesx.so()(64bit)
    libfglrxdrm.so()(64bit)
    libglx.so()(64bit)
    xorg-x11-drv-catalyst-legacy = 12.6-3.fc18
    xorg-x11-drv-catalyst-legacy(x86-64) = 12.6-3.fc18



Unversioned so-files
--------------------
xorg-x11-drv-catalyst-legacy-12.6-3.fc18.x86_64.rpm:
/usr/lib64/xorg/modules/amdxmm.so
xorg-x11-drv-catalyst-legacy-12.6-3.fc18.x86_64.rpm:
/usr/lib64/xorg/modules/drivers/fglrx_drv.so
xorg-x11-drv-catalyst-legacy-12.6-3.fc18.x86_64.rpm:
/usr/lib64/xorg/modules/extensions/catalyst-legacy/libglx.so
xorg-x11-drv-catalyst-legacy-12.6-3.fc18.x86_64.rpm:
/usr/lib64/xorg/modules/glesx.so
xorg-x11-drv-catalyst-legacy-12.6-3.fc18.x86_64.rpm:
/usr/lib64/xorg/modules/linux/libfglrxdrm.so
xorg-x11-drv-catalyst-legacy-libs-12.6-3.fc18.x86_64.rpm:
/usr/lib64/catalyst-legacy/libAMDXvBA.so
xorg-x11-drv-catalyst-legacy-libs-12.6-3.fc18.x86_64.rpm:
/usr/lib64/catalyst-legacy/libGL.so
xorg-x11-drv-catalyst-legacy-libs-12.6-3.fc18.x86_64.rpm:
/usr/lib64/catalyst-legacy/libSlotMaximizerAg.so
xorg-x11-drv-catalyst-legacy-libs-12.6-3.fc18.x86_64.rpm:
/usr/lib64/catalyst-legacy/libXvBAW.so
xorg-x11-drv-catalyst-legacy-libs-12.6-3.fc18.x86_64.rpm:
/usr/lib64/catalyst-legacy/libamdocl64.so
xorg-x11-drv-catalyst-legacy-libs-12.6-3.fc18.x86_64.rpm:
/usr/lib64/catalyst-legacy/libatiadlxx.so
xorg-x11-drv-catalyst-legacy-libs-12.6-3.fc18.x86_64.rpm:
/usr/lib64/catalyst-legacy/libaticalcl.so
xorg-x11-drv-catalyst-legacy-libs-12.6-3.fc18.x86_64.rpm:
/usr/lib64/catalyst-legacy/libaticaldd.so
xorg-x11-drv-catalyst-legacy-libs-12.6-3.fc18.x86_64.rpm:
/usr/lib64/catalyst-legacy/libaticalrt.so
xorg-x11-drv-catalyst-legacy-libs-12.6-3.fc18.x86_64.rpm:
/usr/lib64/catalyst-legacy/libatiuki.so
xorg-x11-drv-catalyst-legacy-libs-12.6-3.fc18.x86_64.rpm:
/usr/lib64/catalyst-legacy/libfglrx_dm.so
xorg-x11-drv-catalyst-legacy-libs-12.6-3.fc18.x86_64.rpm:
/usr/lib64/dri/fglrx_dri.so

MD5-sum check
-------------
http://www2.ati.com/drivers/legacy/12-6/amd-driver-installer-12.6-legacy-x86.x86_64.zip
:
  CHECKSUM(SHA256) this package     :
fe80c7d49c8be9437985cc873de9f97b14d527f0ed198c07f5538abef0e39e5f
  CHECKSUM(SHA256) upstream package :
fe80c7d49c8be9437985cc873de9f97b14d527f0ed198c07f5538abef0e39e5f

-- 
Configure bugmail: https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the rpmfusion-developers mailing list