[Bug 1404043] Review Request: rdma-core - RDMA core userspace libraries and daemons

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



https://bugzilla.redhat.com/show_bug.cgi?id=1404043

Honggang LI <honli@xxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |fedora-review+



--- Comment #22 from Honggang LI <honli@xxxxxxxxxx> ---
Hi, Jarod

 Please append valid change-log to the end of SPEC file. Except that, the SPEC
file looks good. Set "fedora‑review+" flag to ACK it.

Thanks
============================================================
Package Review
==============

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


Issues:
=======
- All build dependencies are listed in BuildRequires, except for any that
  are listed in the exceptions section of Packaging Guidelines.
  Note: These BR are not needed: gcc
  See: http://fedoraproject.org/wiki/Packaging/Guidelines#Exceptions_2

<honli> This is intentional, as upstream source of rdma-core can be compiled
with gcc and clang.

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

C/C++:
[ ]: Package does not contain kernel modules.
[ ]: Package contains no static executables.
[ ]: 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.
[x]: Header files in -devel subpackage, if present.
[x]: ldconfig called in %post and %postun if required.
[x]: Package does not contain any libtool archives (.la)
[x]: Rpath absent or only used for internal libs.

Generic:
[ ]: Package is licensed with an open-source compatible license and meets
     other legal requirements as defined in the legal section of Packaging
     Guidelines.
[ ]: License field in the package spec file matches the actual license.
     Note: Checking patched sources after %prep for licenses. Licenses
     found: "BSD (2 clause)", "BSD (3 clause) GPL (v2)", "Unknown or
     generated". 237 files have unknown license. Detailed output of
     licensecheck in /home/honli/jd-rdma-core/Jan-22/1404043-rdma-
     core/licensecheck.txt

<honli> This is fine. As most code released under dual license, upstream does
not add license statement at the head of every single file.

[ ]: License file installed when any subpackage combination is installed.
[ ]: If the package is under multiple licenses, the licensing breakdown
     must be documented in the spec.
[ ]: Package does not own files or directories owned by other packages.
     Note: Dirs in package are owned also by: /usr/include/infiniband
     (libibcommon-devel), /usr/lib/dracut/modules.d/05rdma(rdma),
     /usr/include/rdma(kernel-headers), /etc/rdma(rdma, ibacm)

<honli> It is OK.

[ ]: %build honors applicable compiler flags or justifies otherwise.
[ ]: Package contains no bundled libraries without FPC exception.
[ ]: Changelog in prescribed format.
[ ]: Sources contain only permissible code or content.
[ ]: Package contains desktop file if it is a GUI application.
[ ]: Development files must be in a -devel package
[ ]: Package uses nothing in %doc for runtime.
[ ]: Package consistently uses macros (instead of hard-coded directory
     names).
[ ]: Package is named according to the Package Naming Guidelines.
[ ]: Package does not generate any conflict.
[ ]: Package obeys FHS, except libexecdir and /usr/target.
[ ]: If the package is a rename of another package, proper Obsoletes and
     Provides are present.
[ ]: Requires correct, justified where necessary.
[ ]: Spec file is legible and written in American English.
[ ]: Package contains systemd file(s) if in need.
[ ]: Useful -debuginfo package or justification otherwise.
[ ]: Package is not known to require an ExcludeArch tag.
[ ]: Large documentation must go in a -doc subpackage. Large could be size
     (~1MB) or number of files.
     Note: Documentation size is 71680 bytes in 8 files.
[ ]: Package complies to the Packaging Guidelines
[x]: Package successfully compiles and builds into binary rpms on at least
     one supported primary architecture.
[x]: Package installs properly.
[x]: Rpmlint is run on all rpms the build produces.
     Note: There are rpmlint messages (see attachment).
[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 %license.
[x]: Package requires other packages for directories it uses.
[x]: Package must own all directories that it creates.
[x]: Package uses either %{buildroot} or $RPM_BUILD_ROOT
[x]: Package does not run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) at the
     beginning of %install.
[x]: %config files are marked noreplace or the reason is justified.
[x]: Macros in Summary, %description expandable at SRPM build time.
[x]: Dist tag is present.
[x]: Package does not contain duplicates in %files.
[x]: Permissions on files are set properly.
[x]: Package use %makeinstall only when make install DESTDIR=... doesn't
     work.
[x]: Package is named using only allowed ASCII characters.
[x]: No %config files under /usr.
[x]: Package does not use a name that already exists.
[x]: Package is not relocatable.
[x]: Sources used to build the package match the upstream source, as
     provided in the spec URL.
[x]: Spec file name must match the spec package %{name}, in the format
     %{name}.spec.
[x]: File names are valid UTF-8.
[x]: Packages must not store files under /srv, /opt or /usr/local

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

Generic:
[ ]: If the source package does not include license text(s) as a separate
     file from upstream, the packager SHOULD query upstream to include it.
[ ]: Final provides and requires are sane (see attachments).
[ ]: Fully versioned dependency in subpackages if applicable.
     Note: No Requires: %{name}%{?_isa} = %{version}-%{release} in
     libibverbs-utils , librdmacm-utils , rdma-core-debuginfo

<honli>  libibverbs-utils and librdmacm-utils depends on %{name}-devel%{?_isa}
= %{version}-%{release}. So, it is fine.

[ ]: Package functions as described.
[ ]: Latest version is packaged.
[ ]: Package does not include license text files separate from upstream.
[ ]: Scriptlets must be sane, if used.
[ ]: 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.
[ ]: Packages should try to preserve timestamps of original installed
     files.
[ ]: Spec use %global instead of %define unless justified.
     Note: %define requiring justification: %define CMAKE_FLAGS %{nil},
     %define CMAKE_FLAGS -GNinja, %define make_jobs ninja-build -v
     %{?_smp_mflags}, %define cmake_install DESTDIR=%{buildroot} ninja-
     build install, %define make_jobs make -v %{?_smp_mflags}, %define
     cmake_install DESTDIR=%{buildroot} make install, %define _rundir
     /var/run
[x]: Reviewer should test that the package builds in mock.
[x]: Buildroot is not present
[x]: Package has no %clean section with rm -rf %{buildroot} (or
     $RPM_BUILD_ROOT)
[x]: No file requires outside of /etc, /bin, /sbin, /usr/bin, /usr/sbin.
[x]: Packager, Vendor, PreReq, Copyright tags should not be in spec file
[x]: SourceX is a working URL.

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

Generic:
[x]: Rpmlint is run on debuginfo package(s).
     Note: There are rpmlint messages (see attachment).
[x]: Rpmlint is run on all installed packages.
     Note: There are rpmlint messages (see attachment).
[x]: Large data in /usr/share should live in a noarch subpackage if package
     is arched.
[x]: Spec file according to URL is the same as in SRPM.


Rpmlint
-------
Checking: rdma-core-12-1.fc26.x86_64.rpm
          rdma-core-devel-12-1.fc26.x86_64.rpm
          libibverbs-12-1.fc26.x86_64.rpm
          libibverbs-utils-12-1.fc26.x86_64.rpm
          ibacm-12-1.fc26.x86_64.rpm
          iwpmd-12-1.fc26.x86_64.rpm
          libibcm-12-1.fc26.x86_64.rpm
          libibumad-12-1.fc26.x86_64.rpm
          librdmacm-12-1.fc26.x86_64.rpm
          librdmacm-utils-12-1.fc26.x86_64.rpm
          srp_daemon-12-1.fc26.x86_64.rpm
          rdma-core-debuginfo-12-1.fc26.x86_64.rpm
          rdma-core-12-1.fc26.src.rpm
rdma-core.x86_64: W: spelling-error Summary(en_US) userspace -> user space,
user-space, users pace
rdma-core.x86_64: W: spelling-error %description -l en_US userspace -> user
space, user-space, users pace
rdma-core.x86_64: W: spelling-error %description -l en_US modprobe -> mod
probe, mod-probe, probe
rdma-core.x86_64: W: spelling-error %description -l en_US configs -> con figs,
con-figs, configure
rdma-core.x86_64: W: spelling-error %description -l en_US ndd -> dd, add, nod
rdma-core.x86_64: E: no-changelogname-tag
rdma-core-devel.x86_64: E: no-changelogname-tag
rdma-core-devel.x86_64: W: only-non-binary-in-usr-lib
libibverbs.x86_64: W: spelling-error Summary(en_US) userspace -> user space,
user-space, users pace
libibverbs.x86_64: E: summary-too-long C A library and drivers for direct
userspace use of RDMA (InfiniBand/iWARP/RoCE) hardware
libibverbs.x86_64: W: spelling-error %description -l en_US userspace -> user
space, user-space, users pace
libibverbs.x86_64: W: spelling-error %description -l en_US ibverbs -> verbs
libibverbs.x86_64: W: spelling-error %description -l en_US Chelsio -> Chelsea
libibverbs.x86_64: W: spelling-error %description -l en_US iWARP -> i Warp,
warp, antiwar
libibverbs.x86_64: W: spelling-error %description -l en_US QLogic -> Q Logic,
Logic
libibverbs.x86_64: W: spelling-error %description -l en_US Mellanox -> Melanoma
libibverbs.x86_64: W: spelling-error %description -l en_US Emulex -> Emulate
libibverbs.x86_64: E: no-changelogname-tag
libibverbs-utils.x86_64: W: spelling-error %description -l en_US ibv -> iv, Ibo
libibverbs-utils.x86_64: W: spelling-error %description -l en_US devinfo ->
Devin
libibverbs-utils.x86_64: E: no-changelogname-tag
ibacm.x86_64: W: spelling-error %description -l en_US lookups -> lookup,
lockups, hookups
ibacm.x86_64: W: spelling-error %description -l en_US librdmacm -> Librium
ibacm.x86_64: E: no-changelogname-tag
iwpmd.x86_64: W: spelling-error Summary(en_US) iWarp -> i Warp, warp, antiwar
iwpmd.x86_64: W: spelling-error Summary(en_US) userspace -> user space,
user-space, users pace
iwpmd.x86_64: W: summary-not-capitalized C iWarp Port Mapper userspace daemon
iwpmd.x86_64: W: spelling-error %description -l en_US userspace -> user space,
user-space, users pace
iwpmd.x86_64: W: spelling-error %description -l en_US iWarp -> i Warp, warp,
antiwar
iwpmd.x86_64: W: spelling-error %description -l en_US tcp -> pct, tsp, tip
iwpmd.x86_64: E: no-changelogname-tag
libibcm.x86_64: W: spelling-error Summary(en_US) Userspace -> User space,
User-space, Users pace
libibcm.x86_64: W: spelling-error %description -l en_US userspace -> user
space, user-space, users pace
libibcm.x86_64: E: no-changelogname-tag
libibumad.x86_64: W: spelling-error Summary(en_US) umad -> mad, u mad, um ad
libibumad.x86_64: W: spelling-error Summary(en_US) userspace -> user space,
user-space, users pace
libibumad.x86_64: W: spelling-error Summary(en_US) datagram -> data gram,
data-gram, diagram
libibumad.x86_64: W: spelling-error %description -l en_US userspace -> user
space, user-space, users pace
libibumad.x86_64: W: spelling-error %description -l en_US datagram -> data
gram, data-gram, diagram
libibumad.x86_64: W: spelling-error %description -l en_US umad -> mad, u mad,
um ad
libibumad.x86_64: E: no-changelogname-tag
libibumad.x86_64: W: no-documentation
librdmacm.x86_64: W: spelling-error Summary(en_US) Userspace -> User space,
User-space, Users pace
librdmacm.x86_64: W: spelling-error %description -l en_US userspace -> user
space, user-space, users pace
librdmacm.x86_64: E: no-changelogname-tag
librdmacm-utils.x86_64: E: no-changelogname-tag
librdmacm-utils.x86_64: W: no-manual-page-for-binary udpong
librdmacm-utils.x86_64: W: no-manual-page-for-binary cmtime
srp_daemon.x86_64: W: spelling-error %description -l en_US ib -> bi, ob, iv
srp_daemon.x86_64: W: spelling-error %description -l en_US srp -> rps, sip, sap
srp_daemon.x86_64: E: no-changelogname-tag
srp_daemon.x86_64: W: obsolete-not-provided openib-srptools
srp_daemon.x86_64: W: no-manual-page-for-binary srp_daemon.sh
srp_daemon.x86_64: W: no-manual-page-for-binary run_srp_daemon
rdma-core-debuginfo.x86_64: E: no-changelogname-tag
rdma-core.src: W: spelling-error Summary(en_US) userspace -> user space,
user-space, users pace
rdma-core.src: W: spelling-error %description -l en_US userspace -> user space,
user-space, users pace
rdma-core.src: W: spelling-error %description -l en_US initscripts ->
postscripts, transcripts, inscription
rdma-core.src: W: spelling-error %description -l en_US modprobe -> mod probe,
mod-probe, probe
rdma-core.src: W: spelling-error %description -l en_US configs -> con figs,
con-figs, configure
rdma-core.src: W: spelling-error %description -l en_US dracut -> Dracula
rdma-core.src: W: spelling-error %description -l en_US ndd -> dd, add, nod
rdma-core.src: E: no-changelogname-tag
rdma-core.src:215: W: setup-not-quiet
rdma-core.src:251: E: hardcoded-library-path in %{_prefix}/lib/dracut
rdma-core.src:252: E: hardcoded-library-path in %{_prefix}/lib/modprobe.d
rdma-core.src: W: invalid-url Source0: rdma-core-12.tgz
13 packages and 0 specfiles checked; 16 errors, 51 warnings.




Rpmlint (debuginfo)
-------------------
Checking: rdma-core-debuginfo-12-1.fc26.x86_64.rpm
rdma-core-debuginfo.x86_64: E: no-changelogname-tag
1 packages and 0 specfiles checked; 1 errors, 0 warnings.





Rpmlint (installed packages)
----------------------------
sh: /usr/bin/python: No such file or directory
libibverbs-utils.x86_64: W: spelling-error %description -l en_US ibv -> iv, Ibo
libibverbs-utils.x86_64: W: spelling-error %description -l en_US devinfo ->
Devin
libibverbs-utils.x86_64: E: no-changelogname-tag
rdma-core-debuginfo.x86_64: E: no-changelogname-tag
librdmacm-utils.x86_64: E: no-changelogname-tag
librdmacm-utils.x86_64: W: no-manual-page-for-binary cmtime
librdmacm-utils.x86_64: W: no-manual-page-for-binary udpong
rdma-core-devel.x86_64: E: no-changelogname-tag
rdma-core-devel.x86_64: W: only-non-binary-in-usr-lib
libibverbs.x86_64: W: spelling-error Summary(en_US) userspace -> user space,
user-space, users pace
libibverbs.x86_64: E: summary-too-long C A library and drivers for direct
userspace use of RDMA (InfiniBand/iWARP/RoCE) hardware
libibverbs.x86_64: W: spelling-error %description -l en_US userspace -> user
space, user-space, users pace
libibverbs.x86_64: W: spelling-error %description -l en_US ibverbs -> verbs
libibverbs.x86_64: W: spelling-error %description -l en_US Chelsio -> Chelsea
libibverbs.x86_64: W: spelling-error %description -l en_US iWARP -> i Warp,
warp, antiwar
libibverbs.x86_64: W: spelling-error %description -l en_US QLogic -> Q Logic,
Logic
libibverbs.x86_64: W: spelling-error %description -l en_US Mellanox -> Melanoma
libibverbs.x86_64: W: spelling-error %description -l en_US Emulex -> Emulate
libibverbs.x86_64: E: no-changelogname-tag
rdma-core.x86_64: W: spelling-error Summary(en_US) userspace -> user space,
user-space, users pace
rdma-core.x86_64: W: spelling-error %description -l en_US userspace -> user
space, user-space, users pace
rdma-core.x86_64: W: spelling-error %description -l en_US modprobe -> mod
probe, mod-probe, probe
rdma-core.x86_64: W: spelling-error %description -l en_US configs -> con figs,
con-figs, configure
rdma-core.x86_64: W: spelling-error %description -l en_US ndd -> dd, add, nod
rdma-core.x86_64: E: no-changelogname-tag
srp_daemon.x86_64: W: spelling-error %description -l en_US ib -> bi, ob, iv
srp_daemon.x86_64: W: spelling-error %description -l en_US srp -> rps, sip, sap
srp_daemon.x86_64: E: no-changelogname-tag
srp_daemon.x86_64: W: obsolete-not-provided openib-srptools
srp_daemon.x86_64: W: no-manual-page-for-binary run_srp_daemon
srp_daemon.x86_64: W: no-manual-page-for-binary srp_daemon.sh
librdmacm.x86_64: W: spelling-error Summary(en_US) Userspace -> User space,
User-space, Users pace
librdmacm.x86_64: W: spelling-error %description -l en_US userspace -> user
space, user-space, users pace
librdmacm.x86_64: E: no-changelogname-tag
iwpmd.x86_64: W: spelling-error Summary(en_US) iWarp -> i Warp, warp, antiwar
iwpmd.x86_64: W: spelling-error Summary(en_US) userspace -> user space,
user-space, users pace
iwpmd.x86_64: W: summary-not-capitalized C iWarp Port Mapper userspace daemon
iwpmd.x86_64: W: spelling-error %description -l en_US userspace -> user space,
user-space, users pace
iwpmd.x86_64: W: spelling-error %description -l en_US iWarp -> i Warp, warp,
antiwar
iwpmd.x86_64: W: spelling-error %description -l en_US tcp -> pct, tsp, tip
iwpmd.x86_64: E: no-changelogname-tag
libibcm.x86_64: W: spelling-error Summary(en_US) Userspace -> User space,
User-space, Users pace
libibcm.x86_64: W: spelling-error %description -l en_US userspace -> user
space, user-space, users pace
libibcm.x86_64: E: no-changelogname-tag
libibumad.x86_64: W: spelling-error Summary(en_US) umad -> mad, u mad, um ad
libibumad.x86_64: W: spelling-error Summary(en_US) userspace -> user space,
user-space, users pace
libibumad.x86_64: W: spelling-error Summary(en_US) datagram -> data gram,
data-gram, diagram
libibumad.x86_64: W: spelling-error %description -l en_US userspace -> user
space, user-space, users pace
libibumad.x86_64: W: spelling-error %description -l en_US datagram -> data
gram, data-gram, diagram
libibumad.x86_64: W: spelling-error %description -l en_US umad -> mad, u mad,
um ad
libibumad.x86_64: E: no-changelogname-tag
libibumad.x86_64: W: no-documentation
ibacm.x86_64: W: spelling-error %description -l en_US lookups -> lookup,
lockups, hookups
ibacm.x86_64: W: spelling-error %description -l en_US librdmacm -> Librium
ibacm.x86_64: E: no-changelogname-tag
12 packages and 0 specfiles checked; 13 errors, 42 warnings.



Requires
--------
libibverbs-utils (rpmlib, GLIBC filtered):
    libc.so.6()(64bit)
    libibverbs(x86-64)
    libibverbs.so.1()(64bit)
    libibverbs.so.1(IBVERBS_1.0)(64bit)
    libibverbs.so.1(IBVERBS_1.1)(64bit)
    rtld(GNU_HASH)

rdma-core-debuginfo (rpmlib, GLIBC filtered):

librdmacm-utils (rpmlib, GLIBC filtered):
    libc.so.6()(64bit)
    libibverbs.so.1()(64bit)
    libibverbs.so.1(IBVERBS_1.0)(64bit)
    libibverbs.so.1(IBVERBS_1.1)(64bit)
    libpthread.so.0()(64bit)
    librdmacm(x86-64)
    librdmacm.so.1()(64bit)
    librdmacm.so.1(RDMACM_1.0)(64bit)
    rtld(GNU_HASH)

rdma-core-devel (rpmlib, GLIBC filtered):
    ibacm
    libibcm
    libibcm.so.1()(64bit)
    libibumad
    libibumad.so.3()(64bit)
    libibverbs
    libibverbs.so.1()(64bit)
    librdmacm
    librdmacm.so.1()(64bit)
    rdma-core(x86-64)

libibverbs (rpmlib, GLIBC filtered):
    /sbin/ldconfig
    /usr/bin/perl
    config(libibverbs)
    libc.so.6()(64bit)
    libdl.so.2()(64bit)
    libibverbs.so.1()(64bit)
    libibverbs.so.1(IBVERBS_1.0)(64bit)
    libibverbs.so.1(IBVERBS_1.1)(64bit)
    libibverbs.so.1(IBVERBS_1.3)(64bit)
    libibverbs.so.1(IBVERBS_1.4)(64bit)
    libnl-3.so.200()(64bit)
    libnl-3.so.200(libnl_3)(64bit)
    libnl-route-3.so.200()(64bit)
    libnl-route-3.so.200(libnl_3)(64bit)
    libpthread.so.0()(64bit)
    rdma-core(x86-64)
    rtld(GNU_HASH)

rdma-core (rpmlib, GLIBC filtered):
    /bin/bash
    config(rdma-core)
    dracut
    initscripts
    kmod
    libc.so.6()(64bit)
    libudev.so.1()(64bit)
    libudev.so.1(LIBUDEV_183)(64bit)
    rtld(GNU_HASH)
    systemd
    systemd-udev

srp_daemon (rpmlib, GLIBC filtered):
    /bin/bash
    /bin/sh
    config(srp_daemon)
    libc.so.6()(64bit)
    libibumad.so.3()(64bit)
    libibumad.so.3(IBUMAD_1.0)(64bit)
    libibverbs.so.1()(64bit)
    libibverbs.so.1(IBVERBS_1.0)(64bit)
    libibverbs.so.1(IBVERBS_1.1)(64bit)
    libpthread.so.0()(64bit)
    rdma-core(x86-64)
    rtld(GNU_HASH)
    systemd-units

librdmacm (rpmlib, GLIBC filtered):
    /sbin/ldconfig
    ld-linux-x86-64.so.2()(64bit)
    libc.so.6()(64bit)
    libdl.so.2()(64bit)
    libibverbs.so.1()(64bit)
    libibverbs.so.1(IBVERBS_1.0)(64bit)
    libibverbs.so.1(IBVERBS_1.1)(64bit)
    libpthread.so.0()(64bit)
    librdmacm.so.1()(64bit)
    librdmacm.so.1(RDMACM_1.0)(64bit)
    rdma-core(x86-64)
    rtld(GNU_HASH)

iwpmd (rpmlib, GLIBC filtered):
    /bin/sh
    config(iwpmd)
    libc.so.6()(64bit)
    libnl-3.so.200()(64bit)
    libnl-3.so.200(libnl_3)(64bit)
    libpthread.so.0()(64bit)
    rdma-core(x86-64)
    rtld(GNU_HASH)
    systemd-units

libibcm (rpmlib, GLIBC filtered):
    /sbin/ldconfig
    libc.so.6()(64bit)
    libibverbs.so.1()(64bit)
    libibverbs.so.1(IBVERBS_1.0)(64bit)
    rdma-core(x86-64)
    rtld(GNU_HASH)

libibumad (rpmlib, GLIBC filtered):
    /sbin/ldconfig
    libc.so.6()(64bit)
    rdma-core(x86-64)
    rtld(GNU_HASH)

ibacm (rpmlib, GLIBC filtered):
    /bin/sh
    config(ibacm)
    ld-linux-x86-64.so.2()(64bit)
    libc.so.6()(64bit)
    libdl.so.2()(64bit)
    libibumad.so.3()(64bit)
    libibumad.so.3(IBUMAD_1.0)(64bit)
    libibverbs.so.1()(64bit)
    libibverbs.so.1(IBVERBS_1.0)(64bit)
    libibverbs.so.1(IBVERBS_1.1)(64bit)
    libpthread.so.0()(64bit)
    rdma-core(x86-64)
    rtld(GNU_HASH)
    systemd-units



Provides
--------
libibverbs-utils:
    libibverbs-utils
    libibverbs-utils(x86-64)

rdma-core-debuginfo:
    rdma-core-debuginfo
    rdma-core-debuginfo(x86-64)

librdmacm-utils:
    librdmacm-utils
    librdmacm-utils(x86-64)

rdma-core-devel:
    ibacm-devel
    libibcm-devel
    libibumad-devel
    libibverbs-devel
    librdmacm-devel
    rdma-core-devel
    rdma-core-devel(x86-64)

libibverbs:
    config(libibverbs)
    libcxgb3
    libcxgb3-rdmav2.so()(64bit)
    libcxgb4
    libcxgb4-rdmav2.so()(64bit)
    libhfi1
    libhfi1verbs-rdmav2.so()(64bit)
    libhns-rdmav2.so()(64bit)
    libi40iw
    libi40iw-rdmav2.so()(64bit)
    libibverbs
    libibverbs(x86-64)
    libibverbs.so.1()(64bit)
    libibverbs.so.1(IBVERBS_1.0)(64bit)
    libibverbs.so.1(IBVERBS_1.1)(64bit)
    libibverbs.so.1(IBVERBS_1.3)(64bit)
    libibverbs.so.1(IBVERBS_1.4)(64bit)
    libipathverbs
    libipathverbs-rdmav2.so()(64bit)
    libmlx4
    libmlx4-rdmav2.so()(64bit)
    libmlx5
    libmlx5-rdmav2.so()(64bit)
    libmthca
    libmthca-rdmav2.so()(64bit)
    libnes
    libnes-rdmav2.so()(64bit)
    libocrdma
    libocrdma-rdmav2.so()(64bit)
    libqedr-rdmav2.so()(64bit)
    librxe
    librxe-rdmav2.so()(64bit)
    libvmw_pvrdma-rdmav2.so()(64bit)

rdma-core:
    config(rdma-core)
    rdma
    rdma-core
    rdma-core(x86-64)

srp_daemon:
    config(srp_daemon)
    srp_daemon
    srp_daemon(x86-64)
    srptools

librdmacm:
    librdmacm
    librdmacm(x86-64)
    librdmacm.so.1()(64bit)
    librdmacm.so.1(RDMACM_1.0)(64bit)
    librspreload.so()(64bit)

iwpmd:
    config(iwpmd)
    iwpmd
    iwpmd(x86-64)

libibcm:
    libibcm
    libibcm(x86-64)
    libibcm.so.1()(64bit)
    libibcm.so.1(IBCM_1.0)(64bit)

libibumad:
    libibumad
    libibumad(x86-64)
    libibumad.so.3()(64bit)
    libibumad.so.3(IBUMAD_1.0)(64bit)

ibacm:
    config(ibacm)
    ibacm
    ibacm(x86-64)
    libibacmp.so()(64bit)
    libibacmp.so(ACMP_1.0)(64bit)



Unversioned so-files
--------------------
libibverbs: /usr/lib64/libibverbs/libcxgb3-rdmav2.so
libibverbs: /usr/lib64/libibverbs/libcxgb4-rdmav2.so
libibverbs: /usr/lib64/libibverbs/libhfi1verbs-rdmav2.so
libibverbs: /usr/lib64/libibverbs/libhns-rdmav2.so
libibverbs: /usr/lib64/libibverbs/libi40iw-rdmav2.so
libibverbs: /usr/lib64/libibverbs/libipathverbs-rdmav2.so
libibverbs: /usr/lib64/libibverbs/libmlx4-rdmav2.so
libibverbs: /usr/lib64/libibverbs/libmlx5-rdmav2.so
libibverbs: /usr/lib64/libibverbs/libmthca-rdmav2.so
libibverbs: /usr/lib64/libibverbs/libnes-rdmav2.so
libibverbs: /usr/lib64/libibverbs/libocrdma-rdmav2.so
libibverbs: /usr/lib64/libibverbs/libqedr-rdmav2.so
libibverbs: /usr/lib64/libibverbs/librxe-rdmav2.so
libibverbs: /usr/lib64/libibverbs/libvmw_pvrdma-rdmav2.so
ibacm: /usr/lib64/ibacm/libibacmp.so
librdmacm: /usr/lib64/rsocket/librspreload.so

Generated by fedora-review 0.6.1 (f03e4e7) last change: 2016-05-02
Command line :/usr/bin/fedora-review -b 1404043
Buildroot used: fedora-rawhide-x86_64
Active plugins: Generic, Shell-api, C/C++
Disabled plugins: Java, Python, fonts, SugarActivity, Ocaml, Perl, Haskell, R,
PHP
Disabled flags: EXARCH, DISTTAG, EPEL5, BATCH, EPEL6

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx




[Index of Archives]     [Fedora Legacy]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]     [Fedora Tools]