[Bug 2217729] Review Request: ocaml-yaml - Parse and generate YAML 1.1/1.2 files

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

 



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



--- Comment #8 from Richard W.M. Jones <rjones@xxxxxxxxxx> ---
Package Review
==============

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


Issues:
=======
- If your application is a C or C++ application you must list a
  BuildRequires against gcc, gcc-c++ or clang.
  Note: No gcc, gcc-c++ or clang found in BuildRequires
  See: https://docs.fedoraproject.org/en-US/packaging-guidelines/C_and_C++/


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

C/C++:
[-]: Package does not contain kernel modules.
[x]: Package contains no static executables.

This rule is not applicable to RPM packages.

[x]: 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.

This is used by the OCaml compiler when linking programs
with ocaml-yaml.

[x]: Header files in -devel subpackage, if present.
[x]: Package does not contain any libtool archives (.la)
[x]: Rpath absent or only used for internal libs.

Generic:
[x]: Package is licensed with an open-source compatible license and meets
     other legal requirements as defined in the legal section of Packaging
     Guidelines.
[x]: License field in the package spec file matches the actual license.
     Note: Checking patched sources after %prep for licenses. Licenses
     found: "Unknown or generated", "ISC License", "*No copyright* ISC
     License", "MIT License". 34 files have unknown license. Detailed
     output of licensecheck in /var/tmp/2217729-ocaml-yaml/licensecheck.txt
[x]: License file installed when any subpackage combination is installed.
[x]: %build honors applicable compiler flags or justifies otherwise.

Using %dune_build

[x]: Package contains no bundled libraries without FPC exception.

Upstream bundles libyaml, but we have unbundled it here and are
working with upstream to get this fixed.

[x]: Changelog in prescribed format.
[x]: Sources contain only permissible code or content.
[-]: Package contains desktop file if it is a GUI application.
[x]: Development files must be in a -devel package
[x]: Package uses nothing in %doc for runtime.
[x]: Package consistently uses macros (instead of hard-coded directory
     names).
[x]: Package is named according to the Package Naming Guidelines.
[x]: Package does not generate any conflict.
[x]: Package obeys FHS, except libexecdir and /usr/target.
[-]: If the package is a rename of another package, proper Obsoletes and
     Provides are present.
[x]: Requires correct, justified where necessary.
[x]: Spec file is legible and written in American English.
[-]: Package contains systemd file(s) if in need.
[x]: Useful -debuginfo package or justification otherwise.
[x]: 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 40960 bytes in 4 files.
[x]: 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 does not own files or directories owned by other packages.
[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]: 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 must not depend on deprecated() packages.
[x]: Package use %makeinstall only when make install DESTDIR=... doesn't
     work.
[x]: Package is named using only allowed ASCII characters.
[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

Ocaml:
[x]: This should never happen

===== 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.
[x]: Final provides and requires are sane (see attachments).
[x]: Fully versioned dependency in subpackages if applicable.
     Note: No Requires: %{name}%{?_isa} = %{version}-%{release} in ocaml-
     yaml-sexp-devel

This seems correct.  The current package has:

  %package devel
  Requires:       %{name}%{?_isa} = %{version}-%{release}

  %package sexp
  Requires:       %{name}%{?_isa} = %{version}-%{release}

  %package sexp-devel
  Requires:       %{name}-devel%{?_isa} = %{version}-%{release}

So it's my understanding that fedora-review is wrong.  There
is an indirect requires to the base package.

[?]: Package functions as described.
[x]: Latest version is packaged.

Latest upstream is 3.1.0 which is the version packaged.

[x]: Package does not include license text files separate from upstream.
[x]: Patches link to upstream bugs/comments/lists or are otherwise
     justified.

Although adding a link to the unbundling issue would be helpful.

[-]: Sources are verified with gpgverify first in %prep if upstream
     publishes signatures.
     Note: gpgverify is not used.
[?]: Package should compile and build into binary rpms on all supported
     architectures.
[?]: %check is present and all tests pass.

We don't have enough dependencies to run %check, but it is present.

[?]: Packages should try to preserve timestamps of original installed
     files.
[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]: Sources can be downloaded from URI in Source: tag
[x]: SourceX is a working URL.
[x]: Spec use %global instead of %define unless justified.

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

Generic:
[x]: Rpmlint is run on debuginfo package(s).
     Note: No rpmlint messages.
[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: ocaml-yaml-3.1.0-1.fc38.x86_64.rpm
          ocaml-yaml-devel-3.1.0-1.fc38.x86_64.rpm
          ocaml-yaml-sexp-3.1.0-1.fc38.x86_64.rpm
          ocaml-yaml-sexp-devel-3.1.0-1.fc38.x86_64.rpm
          ocaml-yaml-debuginfo-3.1.0-1.fc38.x86_64.rpm
          ocaml-yaml-debugsource-3.1.0-1.fc38.x86_64.rpm
          ocaml-yaml-3.1.0-1.fc38.src.rpm
============================ rpmlint session starts
============================
rpmlint: 2.4.0
configuration:
    /usr/lib/python3.11/site-packages/rpmlint/configdefaults.toml
    /etc/xdg/rpmlint/fedora-legacy-licenses.toml
    /etc/xdg/rpmlint/fedora-spdx-licenses.toml
    /etc/xdg/rpmlint/fedora.toml
    /etc/xdg/rpmlint/scoring.toml
    /etc/xdg/rpmlint/users-groups.toml
    /etc/xdg/rpmlint/warn-on-functions.toml
rpmlintrc: [PosixPath('/tmp/tmplia7n528')]
checks: 31, packages: 7

ocaml-yaml-devel.x86_64: E: static-library-without-debuginfo
/usr/lib64/ocaml/yaml/bindings/types/yaml_bindings_types.a
ocaml-yaml-devel.x86_64: E: static-library-without-debuginfo
/usr/lib64/ocaml/yaml/bindings/yaml_bindings.a
ocaml-yaml-devel.x86_64: E: static-library-without-debuginfo
/usr/lib64/ocaml/yaml/c/libyaml_c_stubs.a
ocaml-yaml-devel.x86_64: E: static-library-without-debuginfo
/usr/lib64/ocaml/yaml/c/yaml_c.a
ocaml-yaml-devel.x86_64: E: static-library-without-debuginfo
/usr/lib64/ocaml/yaml/ffi/libyaml_ffi_stubs.a
ocaml-yaml-devel.x86_64: E: static-library-without-debuginfo
/usr/lib64/ocaml/yaml/ffi/yaml_ffi.a
ocaml-yaml-devel.x86_64: E: static-library-without-debuginfo
/usr/lib64/ocaml/yaml/types/yaml_types.a
ocaml-yaml-devel.x86_64: E: static-library-without-debuginfo
/usr/lib64/ocaml/yaml/unix/yaml_unix.a
ocaml-yaml-devel.x86_64: E: static-library-without-debuginfo
/usr/lib64/ocaml/yaml/yaml.a
ocaml-yaml-sexp-devel.x86_64: E: static-library-without-debuginfo
/usr/lib64/ocaml/yaml-sexp/yaml_sexp.a
ocaml-yaml.x86_64: E: shared-library-without-dependency-information
/usr/lib64/ocaml/stublibs/dllyaml_c_stubs.so
ocaml-yaml.x86_64: E: shared-library-without-dependency-information
/usr/lib64/ocaml/yaml/bindings/types/yaml_bindings_types.cmxs
ocaml-yaml.x86_64: E: shared-library-without-dependency-information
/usr/lib64/ocaml/yaml/bindings/yaml_bindings.cmxs
ocaml-yaml.x86_64: E: shared-library-without-dependency-information
/usr/lib64/ocaml/yaml/c/yaml_c.cmxs
ocaml-yaml.x86_64: E: shared-library-without-dependency-information
/usr/lib64/ocaml/yaml/types/yaml_types.cmxs
ocaml-yaml.x86_64: E: shared-library-without-dependency-information
/usr/lib64/ocaml/yaml/unix/yaml_unix.cmxs
ocaml-yaml.x86_64: E: shared-library-without-dependency-information
/usr/lib64/ocaml/yaml/yaml.cmxs
ocaml-yaml-sexp.x86_64: E: shared-library-without-dependency-information
/usr/lib64/ocaml/yaml-sexp/yaml_sexp.cmxs

These are all used by the OCaml compiler.

ocaml-yaml-devel.x86_64: W: no-documentation
ocaml-yaml-sexp-devel.x86_64: W: no-documentation

There is little documentation even upstream.

ocaml-yaml-devel.x86_64: E: lto-no-text-in-archive
/usr/lib64/ocaml/yaml/c/libyaml_c_stubs.a
ocaml-yaml.x86_64: W: library-not-linked-against-libc
/usr/lib64/ocaml/stublibs/dllyaml_ffi_stubs.so
ocaml-yaml.x86_64: W: library-not-linked-against-libc
/usr/lib64/ocaml/yaml/ffi/yaml_ffi.cmxs

These are all used by the OCaml compiler.

 7 packages and 0 specfiles checked; 19 errors, 4 warnings, 19 badness; has
taken 0.6 s 




Rpmlint (debuginfo)
-------------------
Checking: ocaml-yaml-sexp-debuginfo-3.1.0-1.fc38.x86_64.rpm
          ocaml-yaml-debuginfo-3.1.0-1.fc38.x86_64.rpm
============================ rpmlint session starts
============================
rpmlint: 2.4.0
configuration:
    /usr/lib/python3.11/site-packages/rpmlint/configdefaults.toml
    /etc/xdg/rpmlint/fedora-legacy-licenses.toml
    /etc/xdg/rpmlint/fedora-spdx-licenses.toml
    /etc/xdg/rpmlint/fedora.toml
    /etc/xdg/rpmlint/scoring.toml
    /etc/xdg/rpmlint/users-groups.toml
    /etc/xdg/rpmlint/warn-on-functions.toml
rpmlintrc: [PosixPath('/tmp/tmp7tym5ums')]
checks: 31, packages: 2

 2 packages and 0 specfiles checked; 0 errors, 0 warnings, 0 badness; has taken
0.2 s 





Rpmlint (installed packages)
----------------------------
============================ rpmlint session starts
============================
rpmlint: 2.4.0
configuration:
    /usr/lib/python3.11/site-packages/rpmlint/configdefaults.toml
    /etc/xdg/rpmlint/fedora-legacy-licenses.toml
    /etc/xdg/rpmlint/fedora-spdx-licenses.toml
    /etc/xdg/rpmlint/fedora.toml
    /etc/xdg/rpmlint/scoring.toml
    /etc/xdg/rpmlint/users-groups.toml
    /etc/xdg/rpmlint/warn-on-functions.toml
checks: 31, packages: 7

ocaml-yaml-sexp-devel.x86_64: E: static-library-without-debuginfo
/usr/lib64/ocaml/yaml-sexp/yaml_sexp.a
ocaml-yaml-devel.x86_64: E: static-library-without-debuginfo
/usr/lib64/ocaml/yaml/bindings/types/yaml_bindings_types.a
ocaml-yaml-devel.x86_64: E: static-library-without-debuginfo
/usr/lib64/ocaml/yaml/bindings/yaml_bindings.a
ocaml-yaml-devel.x86_64: E: static-library-without-debuginfo
/usr/lib64/ocaml/yaml/c/libyaml_c_stubs.a
ocaml-yaml-devel.x86_64: E: static-library-without-debuginfo
/usr/lib64/ocaml/yaml/c/yaml_c.a
ocaml-yaml-devel.x86_64: E: static-library-without-debuginfo
/usr/lib64/ocaml/yaml/ffi/libyaml_ffi_stubs.a
ocaml-yaml-devel.x86_64: E: static-library-without-debuginfo
/usr/lib64/ocaml/yaml/ffi/yaml_ffi.a
ocaml-yaml-devel.x86_64: E: static-library-without-debuginfo
/usr/lib64/ocaml/yaml/types/yaml_types.a
ocaml-yaml-devel.x86_64: E: static-library-without-debuginfo
/usr/lib64/ocaml/yaml/unix/yaml_unix.a
ocaml-yaml-devel.x86_64: E: static-library-without-debuginfo
/usr/lib64/ocaml/yaml/yaml.a
ocaml-yaml-sexp.x86_64: E: shared-library-without-dependency-information
/usr/lib64/ocaml/yaml-sexp/yaml_sexp.cmxs
ocaml-yaml.x86_64: E: shared-library-without-dependency-information
/usr/lib64/ocaml/stublibs/dllyaml_ffi_stubs.so
ocaml-yaml.x86_64: E: shared-library-without-dependency-information
/usr/lib64/ocaml/yaml/bindings/types/yaml_bindings_types.cmxs
ocaml-yaml.x86_64: E: shared-library-without-dependency-information
/usr/lib64/ocaml/yaml/bindings/yaml_bindings.cmxs
ocaml-yaml.x86_64: E: shared-library-without-dependency-information
/usr/lib64/ocaml/yaml/c/yaml_c.cmxs
ocaml-yaml.x86_64: E: shared-library-without-dependency-information
/usr/lib64/ocaml/yaml/ffi/yaml_ffi.cmxs
ocaml-yaml.x86_64: E: shared-library-without-dependency-information
/usr/lib64/ocaml/yaml/types/yaml_types.cmxs
ocaml-yaml.x86_64: E: shared-library-without-dependency-information
/usr/lib64/ocaml/yaml/unix/yaml_unix.cmxs
ocaml-yaml.x86_64: E: shared-library-without-dependency-information
/usr/lib64/ocaml/yaml/yaml.cmxs
ocaml-yaml-sexp-devel.x86_64: W: no-documentation
ocaml-yaml-devel.x86_64: W: no-documentation
 7 packages and 0 specfiles checked; 19 errors, 2 warnings, 19 badness; has
taken 1.6 s 



Unversioned so-files
--------------------
ocaml-yaml: /usr/lib64/ocaml/stublibs/dllyaml_c_stubs.so
ocaml-yaml: /usr/lib64/ocaml/stublibs/dllyaml_ffi_stubs.so

Source checksums
----------------
https://github.com/avsm/ocaml-yaml/releases/download/v3.1.0/yaml-3.1.0.tbz :
  CHECKSUM(SHA256) this package     :
d0a9e0ae2184a69e6d7202bfe3707d10439d31a71241860234b19f020452ecc7
  CHECKSUM(SHA256) upstream package :
d0a9e0ae2184a69e6d7202bfe3707d10439d31a71241860234b19f020452ecc7


Requires
--------
ocaml-yaml (rpmlib, GLIBC filtered):
    libyaml-0.so.2()(64bit)
    ocaml(Astring)
    ocaml(Bigarray_compat)
    ocaml(Bos)
    ocaml(CamlinternalFormatBasics)
    ocaml(ComplexL)
    ocaml(Cstubs_internals)
    ocaml(Ctypes)
    ocaml(Ctypes_bigarray)
    ocaml(Ctypes_memory_stubs)
    ocaml(Ctypes_primitive_types)
    ocaml(Ctypes_ptr)
    ocaml(Ctypes_static)
    ocaml(Ctypes_types)
    ocaml(Fmt)
    ocaml(Fpath)
    ocaml(LDouble)
    ocaml(Logs)
    ocaml(Rresult)
    ocaml(Signed)
    ocaml(Stdlib)
    ocaml(Stdlib__Bigarray)
    ocaml(Stdlib__Buffer)
    ocaml(Stdlib__Bytes)
    ocaml(Stdlib__Complex)
    ocaml(Stdlib__Either)
    ocaml(Stdlib__Format)
    ocaml(Stdlib__Hashtbl)
    ocaml(Stdlib__Int32)
    ocaml(Stdlib__Int64)
    ocaml(Stdlib__List)
    ocaml(Stdlib__Map)
    ocaml(Stdlib__Nativeint)
    ocaml(Stdlib__Obj)
    ocaml(Stdlib__Printexc)
    ocaml(Stdlib__Printf)
    ocaml(Stdlib__Queue)
    ocaml(Stdlib__Result)
    ocaml(Stdlib__Seq)
    ocaml(Stdlib__Set)
    ocaml(Stdlib__Stack)
    ocaml(Stdlib__String)
    ocaml(Stdlib__Uchar)
    ocaml(Unix)
    ocaml(Unsigned)
    ocaml(Yaml)
    ocaml(Yaml__)
    ocaml(Yaml__Stream)
    ocaml(Yaml__Types)
    ocaml(Yaml__Util)
    ocaml(Yaml_bindings)
    ocaml(Yaml_bindings_types)
    ocaml(Yaml_ffi)
    ocaml(Yaml_ffi__G)
    ocaml(Yaml_ffi__M)
    ocaml(Yaml_types)
    ocaml(Yaml_types__G)
    ocaml(Yaml_types__M)
    rtld(GNU_HASH)

ocaml-yaml-devel (rpmlib, GLIBC filtered):
    ocaml(Astring)
    ocaml(Bigarray_compat)
    ocaml(Bos)
    ocaml(CamlinternalFormatBasics)
    ocaml(ComplexL)
    ocaml(Cstubs_internals)
    ocaml(Ctypes)
    ocaml(Ctypes_bigarray)
    ocaml(Ctypes_memory_stubs)
    ocaml(Ctypes_primitive_types)
    ocaml(Ctypes_ptr)
    ocaml(Ctypes_static)
    ocaml(Ctypes_types)
    ocaml(Fmt)
    ocaml(Fpath)
    ocaml(LDouble)
    ocaml(Logs)
    ocaml(Rresult)
    ocaml(Signed)
    ocaml(Stdlib)
    ocaml(Stdlib__Bigarray)
    ocaml(Stdlib__Buffer)
    ocaml(Stdlib__Bytes)
    ocaml(Stdlib__Complex)
    ocaml(Stdlib__Either)
    ocaml(Stdlib__Format)
    ocaml(Stdlib__Hashtbl)
    ocaml(Stdlib__Int32)
    ocaml(Stdlib__Int64)
    ocaml(Stdlib__List)
    ocaml(Stdlib__Map)
    ocaml(Stdlib__Nativeint)
    ocaml(Stdlib__Obj)
    ocaml(Stdlib__Printexc)
    ocaml(Stdlib__Printf)
    ocaml(Stdlib__Queue)
    ocaml(Stdlib__Result)
    ocaml(Stdlib__Seq)
    ocaml(Stdlib__Set)
    ocaml(Stdlib__Stack)
    ocaml(Stdlib__String)
    ocaml(Stdlib__Uchar)
    ocaml(Unix)
    ocaml(Unsigned)
    ocaml(Yaml)
    ocaml(Yaml__)
    ocaml(Yaml__Stream)
    ocaml(Yaml__Types)
    ocaml(Yaml__Util)
    ocaml(Yaml_bindings)
    ocaml(Yaml_bindings_types)
    ocaml(Yaml_ffi)
    ocaml(Yaml_ffi__G)
    ocaml(Yaml_ffi__M)
    ocaml(Yaml_types)
    ocaml(Yaml_types__G)
    ocaml(Yaml_types__M)
    ocaml-bos-devel(x86-64)
    ocaml-ctypes-devel(x86-64)
    ocaml-yaml(x86-64)
    ocamlx(Bos)
    ocamlx(Cstubs_internals)
    ocamlx(Ctypes)
    ocamlx(Ctypes_static)
    ocamlx(Stdlib)
    ocamlx(Stdlib__Bytes)
    ocamlx(Stdlib__Format)
    ocamlx(Stdlib__Int64)
    ocamlx(Stdlib__List)
    ocamlx(Stdlib__Printf)
    ocamlx(Stdlib__Result)
    ocamlx(Stdlib__String)
    ocamlx(Unsigned)
    ocamlx(Yaml)
    ocamlx(Yaml__Stream)
    ocamlx(Yaml__Types)
    ocamlx(Yaml__Util)
    ocamlx(Yaml_bindings)
    ocamlx(Yaml_bindings_types)
    ocamlx(Yaml_ffi__G)
    ocamlx(Yaml_ffi__M)
    ocamlx(Yaml_types__G)
    ocamlx(Yaml_types__M)

ocaml-yaml-sexp (rpmlib, GLIBC filtered):
    ocaml(CamlinternalFormatBasics)
    ocaml(Sexplib0)
    ocaml(Sexplib0__)
    ocaml(Sexplib0__Sexp)
    ocaml(Sexplib0__Sexp_conv)
    ocaml(Sexplib0__Sexp_conv_error)
    ocaml(Sexplib0__Sexp_conv_grammar)
    ocaml(Sexplib0__Sexp_grammar)
    ocaml(Sexplib0__Sexpable)
    ocaml(Stdlib)
    ocaml(Stdlib__Buffer)
    ocaml(Stdlib__Bytes)
    ocaml(Stdlib__Either)
    ocaml(Stdlib__Format)
    ocaml(Stdlib__Hashtbl)
    ocaml(Stdlib__ListLabels)
    ocaml(Stdlib__Option)
    ocaml(Stdlib__Printf)
    ocaml(Stdlib__Seq)
    ocaml(Stdlib__StdLabels)
    ocaml(Stdlib__StringLabels)
    ocaml(Stdlib__Uchar)
    ocaml(Yaml)
    ocaml(Yaml__)
    ocaml-yaml(x86-64)
    rtld(GNU_HASH)

ocaml-yaml-sexp-devel (rpmlib, GLIBC filtered):
    ocaml(CamlinternalFormatBasics)
    ocaml(Sexplib0)
    ocaml(Sexplib0__)
    ocaml(Sexplib0__Sexp)
    ocaml(Sexplib0__Sexp_conv)
    ocaml(Sexplib0__Sexp_conv_error)
    ocaml(Sexplib0__Sexp_conv_grammar)
    ocaml(Sexplib0__Sexp_grammar)
    ocaml(Sexplib0__Sexpable)
    ocaml(Stdlib)
    ocaml(Stdlib__Buffer)
    ocaml(Stdlib__Bytes)
    ocaml(Stdlib__Either)
    ocaml(Stdlib__Format)
    ocaml(Stdlib__Hashtbl)
    ocaml(Stdlib__ListLabels)
    ocaml(Stdlib__Option)
    ocaml(Stdlib__Printf)
    ocaml(Stdlib__Seq)
    ocaml(Stdlib__StdLabels)
    ocaml(Stdlib__StringLabels)
    ocaml(Stdlib__Uchar)
    ocaml(Yaml)
    ocaml(Yaml__)
    ocaml-ppx-sexp-conv-devel(x86-64)
    ocaml-sexplib-devel(x86-64)
    ocaml-yaml-devel(x86-64)
    ocaml-yaml-sexp(x86-64)
    ocamlx(Sexplib0__Sexp_conv)
    ocamlx(Sexplib0__Sexp_conv_error)

ocaml-yaml-debuginfo (rpmlib, GLIBC filtered):

ocaml-yaml-debugsource (rpmlib, GLIBC filtered):



Provides
--------
ocaml-yaml:
    ocaml(Yaml)
    ocaml(Yaml__)
    ocaml(Yaml__Stream)
    ocaml(Yaml__Types)
    ocaml(Yaml__Util)
    ocaml(Yaml_bindings)
    ocaml(Yaml_bindings_types)
    ocaml(Yaml_c)
    ocaml(Yaml_ffi)
    ocaml(Yaml_ffi__G)
    ocaml(Yaml_ffi__M)
    ocaml(Yaml_types)
    ocaml(Yaml_types__G)
    ocaml(Yaml_types__M)
    ocaml(Yaml_unix)
    ocaml-yaml
    ocaml-yaml(x86-64)

ocaml-yaml-devel:
    ocaml(Yaml)
    ocaml(Yaml__)
    ocaml(Yaml__Stream)
    ocaml(Yaml__Types)
    ocaml(Yaml__Util)
    ocaml(Yaml_bindings)
    ocaml(Yaml_bindings_types)
    ocaml(Yaml_c)
    ocaml(Yaml_ffi)
    ocaml(Yaml_ffi__G)
    ocaml(Yaml_ffi__M)
    ocaml(Yaml_types)
    ocaml(Yaml_types__G)
    ocaml(Yaml_types__M)
    ocaml(Yaml_unix)
    ocaml-yaml-devel
    ocaml-yaml-devel(x86-64)
    ocamlx(Yaml)
    ocamlx(Yaml__)
    ocamlx(Yaml__Stream)
    ocamlx(Yaml__Types)
    ocamlx(Yaml__Util)
    ocamlx(Yaml_bindings)
    ocamlx(Yaml_bindings_types)
    ocamlx(Yaml_c)
    ocamlx(Yaml_ffi)
    ocamlx(Yaml_ffi__G)
    ocamlx(Yaml_ffi__M)
    ocamlx(Yaml_types)
    ocamlx(Yaml_types__G)
    ocamlx(Yaml_types__M)
    ocamlx(Yaml_unix)

ocaml-yaml-sexp:
    ocaml(Yaml_sexp)
    ocaml-yaml-sexp
    ocaml-yaml-sexp(x86-64)

ocaml-yaml-sexp-devel:
    ocaml(Yaml_sexp)
    ocaml-yaml-sexp-devel
    ocaml-yaml-sexp-devel(x86-64)
    ocamlx(Yaml_sexp)

ocaml-yaml-debuginfo:
    debuginfo(build-id)
    ocaml-yaml-debuginfo
    ocaml-yaml-debuginfo(x86-64)

ocaml-yaml-debugsource:
    ocaml-yaml-debugsource
    ocaml-yaml-debugsource(x86-64)



Generated by fedora-review 0.9.0 (6761b6c) last change: 2022-08-23
Command line :/usr/bin/fedora-review -b 2217729 -m fedora-38-x86_64 -L
/var/tmp/repo
Buildroot used: fedora-38-x86_64
Active plugins: C/C++, Ocaml, Shell-api, Generic
Disabled plugins: Python, SugarActivity, Haskell, R, fonts, PHP, Perl, Java
Disabled flags: EPEL6, EPEL7, DISTTAG, BATCH, EXARCH

Built with local dependencies:
    /var/tmp/repo/ocaml-uucd-debuginfo-15.0.0-1.fc38.x86_64.rpm
    /var/tmp/repo/ocaml-uucd-debugsource-15.0.0-1.fc38.x86_64.rpm
    /var/tmp/repo/ocaml-uucd-15.0.0-1.fc38.x86_64.rpm
    /var/tmp/repo/ocaml-uucd-devel-15.0.0-1.fc38.x86_64.rpm
    /var/tmp/repo/ocaml-ppx-globalize-debuginfo-0.16.0-1.fc38.x86_64.rpm
    /var/tmp/repo/ocaml-ppx-globalize-debugsource-0.16.0-1.fc38.x86_64.rpm
    /var/tmp/repo/ocaml-ppx-globalize-devel-0.16.0-1.fc38.x86_64.rpm
    /var/tmp/repo/ocaml-ppx-globalize-0.16.0-1.fc38.x86_64.rpm
    /var/tmp/repo/ocaml-ppx-stable-witness-debuginfo-0.16.0-1.fc38.x86_64.rpm
    /var/tmp/repo/ocaml-ppx-stable-witness-debugsource-0.16.0-1.fc38.x86_64.rpm
    /var/tmp/repo/ocaml-ppx-stable-witness-0.16.0-1.fc38.x86_64.rpm
    /var/tmp/repo/ocaml-ppx-stable-witness-devel-0.16.0-1.fc38.x86_64.rpm
    /var/tmp/repo/ocaml-uunf-15.0.0-1.fc38.x86_64.rpm
    /var/tmp/repo/ocaml-uunf-debuginfo-15.0.0-1.fc38.x86_64.rpm
    /var/tmp/repo/ocaml-uunf-devel-15.0.0-1.fc38.x86_64.rpm
    /var/tmp/repo/ocaml-uunf-debugsource-15.0.0-1.fc38.x86_64.rpm
    /var/tmp/repo/ocaml-uucp-debuginfo-15.0.0-1.fc38.x86_64.rpm
    /var/tmp/repo/ocaml-uucp-debugsource-15.0.0-1.fc38.x86_64.rpm
    /var/tmp/repo/ocaml-uucp-15.0.0-1.fc38.x86_64.rpm
    /var/tmp/repo/ocaml-uucp-devel-15.0.0-1.fc38.x86_64.rpm
    /var/tmp/repo/ocaml-yaml-debuginfo-3.1.0-1.fc38.x86_64.rpm
    /var/tmp/repo/ocaml-yaml-debugsource-3.1.0-1.fc38.x86_64.rpm
    /var/tmp/repo/ocaml-yaml-sexp-debuginfo-3.1.0-1.fc38.x86_64.rpm
    /var/tmp/repo/ocaml-yaml-sexp-3.1.0-1.fc38.x86_64.rpm
    /var/tmp/repo/ocaml-yaml-sexp-devel-3.1.0-1.fc38.x86_64.rpm
    /var/tmp/repo/ocaml-yaml-3.1.0-1.fc38.x86_64.rpm
    /var/tmp/repo/ocaml-yaml-devel-3.1.0-1.fc38.x86_64.rpm


-- 
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
https://bugzilla.redhat.com/show_bug.cgi?id=2217729

Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202217729%23c8
_______________________________________________
package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx
Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue




[Index of Archives]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite Conditions]     [KDE Users]

  Powered by Linux