Bug 2322700 - Review Request: ghc-fedora-releases - Library for Fedora release versions
Summary: Review Request: ghc-fedora-releases - Library for Fedora release versions
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Peter Lemenkov
QA Contact: Fedora Extras Quality Assurance
URL: https://hackage.haskell.org/package/f...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-10-30 10:48 UTC by Jens Petersen
Modified: 2024-12-13 16:53 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2024-12-13 16:53:00 UTC
Type: ---
Embargoed:
lemenkov: fedora-review+


Attachments (Terms of Use)

Description Jens Petersen 2024-10-30 10:48:12 UTC
Spec URL: https://petersen.fedorapeople.org/reviews/ghc-fedora-releases/ghc-fedora-releases.spec
SRPM URL: https://petersen.fedorapeople.org/reviews/ghc-fedora-releases/ghc-fedora-releases-0.1.0-1.fc42.src.rpm

Description:
This library provides the Branch and Release data types and various associated
metadata functions for Fedora releases (Fedora and EPEL) needed for packaging
development and building. It uses current release data from Fedora Bodhi.

Fedora Account System Username: petersen

Comment 1 Peter Lemenkov 2024-10-30 11:18:37 UTC
I'll review it

Comment 2 Fedora Review Service 2024-10-30 11:20:38 UTC
Copr build:
https://copr.fedorainfracloud.org/coprs/build/8189119
(succeeded)

Review template:
https://download.copr.fedorainfracloud.org/results/@fedora-review/fedora-review-2322700-ghc-fedora-releases/fedora-rawhide-x86_64/08189119-ghc-fedora-releases/fedora-review/review.txt

Found issues:

- No gcc, gcc-c++ or clang found in BuildRequires
  Read more: https://docs.fedoraproject.org/en-US/packaging-guidelines/C_and_C++/

Please know that there can be false-positives.

---
This comment was created by the fedora-review-service
https://github.com/FrostyX/fedora-review-service

If you want to trigger a new Copr build, add a comment containing new
Spec and SRPM URLs or [fedora-review-service-build] string.

Comment 3 Peter Lemenkov 2024-10-30 15:09:27 UTC
Please fix License field. According to ./src/Distribution/Fedora/Branch.hs and ./src/Distribution/Fedora/Release.hs the license is GPLv3+ while spec-file says GPLv3 exactly.

I don't see any other issues so here i my formal

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++/

^^^ False positive.

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

C/C++:
[x]: Package does not contain kernel modules.
[x]: Development files in -devel subpackage.
[x]: Package does not contain any libtool archives (.la)
[x]: Package contains no static executables.
[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.
[!]: License field in the package spec file must match the actual license (GPLv3+).
[x]: License file installed when any subpackage combination is installed.
[x]: Package does not own files or directories owned by other packages.
[x]: %build honors applicable compiler flags or justifies otherwise.
[x]: Package contains no bundled libraries without FPC exception.
[x]: Changelog in prescribed format.
[x]: Sources contain only permissible code or content.
[-]: Package does not contain desktop file (not a GUI application).
[x]: Development files are 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.
[-]: The package is not a rename of another package.
[x]: Requires correct, justified where necessary.
[x]: Spec file is legible and written in American English.
[-]: Package does not contain systemd file(s).
[-]: No -debuginfo package provided.
[x]: Package is not known to require an ExcludeArch tag.
[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]: The License field must be a valid SPDX expression.
[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]: 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]: Large documentation must go in a -doc subpackage. Large could be size
     (~1MB) or number of files.
     Note: Documentation size is 1261 bytes in 2 files.
[x]: Packages must not store files under /srv, /opt or /usr/local

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

Generic:
[x]: 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.
[?]: I did not test if the package functions as described.
[x]: Latest version is packaged (0.1.0).
[x]: Package does not include license text files separate from upstream.
[-]: Sources weren't verified with gpgverify.
[?]: I did not test if the package should compile and build into binary
     rpms on all supported architectures.
[-]: No %check section.
[x]: 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 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: ghc-fedora-releases-0.1.0-1.fc42.x86_64.rpm
          ghc-fedora-releases-devel-0.1.0-1.fc42.x86_64.rpm
          ghc-fedora-releases-prof-0.1.0-1.fc42.x86_64.rpm
          ghc-fedora-releases-0.1.0-1.fc42.src.rpm
===================================================================== rpmlint session starts ====================================================================
rpmlint: 2.5.0
configuration:
    /usr/lib/python3.12/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/tmpdqmjgxcy')]
checks: 32, packages: 4

ghc-fedora-releases-devel.x86_64: E: static-library-without-debuginfo /usr/lib64/ghc-9.6.6/lib/fedora-releases-0.1.0/libHSfedora-releases-0.1.0-AzyGtjPNzFV2MYtmKVtZM6.a
ghc-fedora-releases-prof.x86_64: E: static-library-without-debuginfo /usr/lib64/ghc-9.6.6/lib/fedora-releases-0.1.0/libHSfedora-releases-0.1.0-AzyGtjPNzFV2MYtmKVtZM6_p.a

^^^ A normal situation for Haskell packages.

ghc-fedora-releases.x86_64: W: no-documentation
ghc-fedora-releases-prof.x86_64: W: no-documentation
=============================== 4 packages and 0 specfiles checked; 2 errors, 2 warnings, 18 filtered, 2 badness; has taken 1.1 s ===============================




Rpmlint (installed packages)
----------------------------
============================ rpmlint session starts ============================
rpmlint: 2.5.0
configuration:
    /usr/lib/python3.13/site-packages/rpmlint/configdefaults.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: 32, packages: 3

ghc-fedora-releases.x86_64: E: unused-direct-shlib-dependency /usr/lib64/ghc-9.6.6/lib/libHSfedora-releases-0.1.0-AzyGtjPNzFV2MYtmKVtZM6-ghc9.6.6.so /lib64/libm.so.6
...
ghc-fedora-releases.x86_64: E: unused-direct-shlib-dependency /usr/lib64/ghc-9.6.6/lib/libHSfedora-releases-0.1.0-AzyGtjPNzFV2MYtmKVtZM6-ghc9.6.6.so /lib64/libgmp.so.10
...
ghc-fedora-releases.x86_64: E: undefined-non-weak-symbol /usr/lib64/ghc-9.6.6/lib/libHSfedora-releases-0.1.0-AzyGtjPNzFV2MYtmKVtZM6-ghc9.6.6.so newCAF	(/usr/lib64/ghc-9.6.6/lib/libHSfedora-releases-0.1.0-AzyGtjPNzFV2MYtmKVtZM6-ghc9.6.6.so)
ghc-fedora-releases-prof.x86_64: E: static-library-without-debuginfo /usr/lib64/ghc-9.6.6/lib/fedora-releases-0.1.0/libHSfedora-releases-0.1.0-AzyGtjPNzFV2MYtmKVtZM6_p.a
ghc-fedora-releases-devel.x86_64: E: static-library-without-debuginfo /usr/lib64/ghc-9.6.6/lib/fedora-releases-0.1.0/libHSfedora-releases-0.1.0-AzyGtjPNzFV2MYtmKVtZM6.a
ghc-fedora-releases-prof.x86_64: W: no-documentation
ghc-fedora-releases.x86_64: W: no-documentation
 3 packages and 0 specfiles checked; 3807 errors, 2 warnings, 14 filtered, 3807 badness; has taken 4.3 s 

^^^ These thousands of rpmlint messages are also fine. Let's hope someday we'll have a fix for rpmlint related to Haskell which masks these strings.

Unversioned so-files
--------------------
ghc-fedora-releases: /usr/lib64/ghc-9.6.6/lib/libHSfedora-releases-0.1.0-AzyGtjPNzFV2MYtmKVtZM6-ghc9.6.6.so

Source checksums
----------------
https://hackage.haskell.org/package/fedora-releases-0.1.0/fedora-releases-0.1.0.tar.gz :
  CHECKSUM(SHA256) this package     : f4221e4152e453fd913b2556b5b371e7bbe209274af822e9b2df06b7a46d2339
  CHECKSUM(SHA256) upstream package : f4221e4152e453fd913b2556b5b371e7bbe209274af822e9b2df06b7a46d2339


Requires
--------
ghc-fedora-releases (rpmlib, GLIBC filtered):
    libHSOneTuple-0.4.2-7od06fXUUXRBNk1V3VY0g5-ghc9.6.6.so()(64bit)
    libHSQuickCheck-2.14.3-E9VttT8lnId93rGQPNsiU9-ghc9.6.6.so()(64bit)
    libHSStateVar-1.2.2-A6sCENWC9xLH02ziP9IDyb-ghc9.6.6.so()(64bit)
    libHSaeson-2.1.2.1-D0qQe3CNlvvLYKUgPcjbMF-ghc9.6.6.so()(64bit)
    libHSappar-0.1.8-35VNf41Gyn3ISAkAVOl5KW-ghc9.6.6.so()(64bit)
    libHSarray-0.5.6.0-ghc9.6.6.so()(64bit)
    libHSasn1-encoding-0.9.6-37h0nb3V42YIAwwd9XYIsA-ghc9.6.6.so()(64bit)
    libHSasn1-parse-0.9.5-KpxCcI4LInGGwOB1FlVBH7-ghc9.6.6.so()(64bit)
    libHSasn1-types-0.3.4-BcZAjVkZEsHEFogPHfUbwm-ghc9.6.6.so()(64bit)
    libHSassoc-1.1.1-LimEe8pF5RrAGc6oZe3mfa-ghc9.6.6.so()(64bit)
    libHSasync-2.2.5-GMWeTaoaded4Wz7DAkFLAR-ghc9.6.6.so()(64bit)
    libHSattoparsec-0.14.4-GAKm7J8Gleq2k06HFjeIeY-attoparsec-internal-ghc9.6.6.so()(64bit)
    libHSattoparsec-0.14.4-GMRn5HuvZQNAmR4tMlBF9B-ghc9.6.6.so()(64bit)
    libHSbase-4.18.2.1-ghc9.6.6.so()(64bit)
    libHSbase-compat-0.13.1-Dtt5em6saazHWsbVLVBeTy-ghc9.6.6.so()(64bit)
    libHSbase-compat-batteries-0.13.1-5fbdeENWe9mF7TcjAFq4dk-ghc9.6.6.so()(64bit)
    libHSbase-orphans-0.9.2-5KrayDGKJf32IfEBx9TBiS-ghc9.6.6.so()(64bit)
    libHSbase64-bytestring-1.2.1.0-2n37CC8Eq7mGHxpF66Eiye-ghc9.6.6.so()(64bit)
    libHSbasement-0.0.16-HvTgG10TboKKpCgs2TlMDx-ghc9.6.6.so()(64bit)
    libHSbifunctors-5.6.2-12p6wi2wnzhJ5Ko2JvLlVw-ghc9.6.6.so()(64bit)
    libHSbinary-0.8.9.1-ghc9.6.6.so()(64bit)
    libHSbitvec-1.1.5.0-KFcTCeXJqbjDXUtwhoukhL-ghc9.6.6.so()(64bit)
    libHSblaze-builder-0.4.2.3-DQBnLFBE1VT45U7k73NJUF-ghc9.6.6.so()(64bit)
    libHSbodhi-0.1.0-EHrZ2qLJHUYDqw2HIzdI4q-ghc9.6.6.so()(64bit)
    libHSbyteorder-1.0.4-IFlP2E44NdRWUzguGw0c2-ghc9.6.6.so()(64bit)
    libHSbytestring-0.11.5.3-ghc9.6.6.so()(64bit)
    libHScached-json-file-0.1.1-LinoiRepqi15qpX2jARHpo-ghc9.6.6.so()(64bit)
    libHScase-insensitive-1.2.1.0-Ig8WgaPQ5k4KQd4WU8lDCy-ghc9.6.6.so()(64bit)
    libHScereal-0.5.8.3-SyWH0KIyW5F7mGjiRNpGo-ghc9.6.6.so()(64bit)
    libHSclock-0.8.4-3296s51dIjRIlLWyVuI7gw-ghc9.6.6.so()(64bit)
    libHScomonad-5.0.8-6z2oFUa3fJi9bdDseQ1IV-ghc9.6.6.so()(64bit)
    libHSconduit-1.3.5-BuSIQDx7U19HotBgLbw0m-ghc9.6.6.so()(64bit)
    libHSconduit-extra-1.3.6-ASQ1xvUxgzh21frKaIdWz2-ghc9.6.6.so()(64bit)
    libHScontainers-0.6.7-ghc9.6.6.so()(64bit)
    libHScontravariant-1.5.5-A7lal0hcJpG2Mk9fe5J59Z-ghc9.6.6.so()(64bit)
    libHScookie-0.4.6-5ixJbRkPrVtCXUGZAF4lSN-ghc9.6.6.so()(64bit)
    libHScrypton-0.34-9G94ht6QDqy7S5YvxAJ96F-ghc9.6.6.so()(64bit)
    libHScrypton-connection-0.3.2-CZqizeOT8D46MoxNVX5R0E-ghc9.6.6.so()(64bit)
    libHScrypton-x509-1.7.7-DErj2xi44CTFK1bak5gv07-ghc9.6.6.so()(64bit)
    libHScrypton-x509-store-1.6.9-5zQxlhP7h0W5I5eWFCr0Ul-ghc9.6.6.so()(64bit)
    libHScrypton-x509-system-1.6.7-ARn6qlFrd0Y4jv0IZ3Ekw4-ghc9.6.6.so()(64bit)
    libHScrypton-x509-validation-1.6.12-DVnxvQ3Djkq5lh2aqVFpF8-ghc9.6.6.so()(64bit)
    libHSdata-default-class-0.1.2.0-BWLo43avd8G7UXQOJgP1zg-ghc9.6.6.so()(64bit)
    libHSdata-fix-0.3.4-2DmhGYSx1No18trPlybf4r-ghc9.6.6.so()(64bit)
    libHSdeepseq-1.4.8.1-ghc9.6.6.so()(64bit)
    libHSdirectory-1.3.8.5-ghc9.6.6.so()(64bit)
    libHSdistributive-0.6.2.1-Ak4SWutYoMcKj7F268v0Mi-ghc9.6.6.so()(64bit)
    libHSdlist-1.0-7vDlnn0Hdvg35SyXLwMaWr-ghc9.6.6.so()(64bit)
    libHSexceptions-0.10.7-ghc9.6.6.so()(64bit)
    libHSextra-1.7.16-7qPYtUEmtRSH3WrnonFiW7-ghc9.6.6.so()(64bit)
    libHSfilepath-1.4.300.1-ghc9.6.6.so()(64bit)
    libHSgenerically-0.1.1-I9byc5Nil798plofO827gA-ghc9.6.6.so()(64bit)
    libHSghc-bignum-1.3-ghc9.6.6.so()(64bit)
    libHSghc-boot-th-9.6.6-ghc9.6.6.so()(64bit)
    libHSghc-prim-0.10.0-ghc9.6.6.so()(64bit)
    libHShashable-1.4.4.0-G2ZOstJIf88CQkCQLrODQe-ghc9.6.6.so()(64bit)
    libHShourglass-0.2.12-7hsf1xsQKlX3FSVWblNjAE-ghc9.6.6.so()(64bit)
    libHShttp-client-0.7.17-GwbrgiAVOlEFSa4Y6ptNtm-ghc9.6.6.so()(64bit)
    libHShttp-client-tls-0.3.6.3-HpB6BHXlSIXCF9RcuT5gDg-ghc9.6.6.so()(64bit)
    libHShttp-conduit-2.3.8.3-DbJxF8gr37PLUyE8BMxl6H-ghc9.6.6.so()(64bit)
    libHShttp-query-0.1.3-HylWDpzz54m4YTUbBdzDy5-ghc9.6.6.so()(64bit)
    libHShttp-types-0.12.4-5Uc5fIBVPyb2wUw46MBC7Q-ghc9.6.6.so()(64bit)
    libHSindexed-traversable-0.1.4-8j5HZpShpE5BqFup9Ojenr-ghc9.6.6.so()(64bit)
    libHSindexed-traversable-instances-0.1.2-2oqxTHiGyOuJR1BsLvzrk8-ghc9.6.6.so()(64bit)
    libHSinteger-gmp-1.1-ghc9.6.6.so()(64bit)
    libHSinteger-logarithms-1.0.3.1-6uUFCUhH0MHDrcFfWqxKEn-ghc9.6.6.so()(64bit)
    libHSiproute-1.7.14-3DBt1k9G9RfJV5v0korwaq-ghc9.6.6.so()(64bit)
    libHSmemory-0.18.0-50P2ItsqUiQ1wDPhkTqpAl-ghc9.6.6.so()(64bit)
    libHSmime-types-0.1.2.0-FXxLUN1bSg0RE8MJQSnKp-ghc9.6.6.so()(64bit)
    libHSmono-traversable-1.0.17.0-CJva7GjC6Nk2eK2QvUxMbO-ghc9.6.6.so()(64bit)
    libHSmtl-2.3.1-ghc9.6.6.so()(64bit)
    libHSnetwork-3.1.4.0-I6jFfdQwj0Q5FZzAobit5e-ghc9.6.6.so()(64bit)
    libHSnetwork-uri-2.6.4.2-EHvmMPMnHIt7f0JZKGI6S7-ghc9.6.6.so()(64bit)
    libHSold-locale-1.0.0.7-Gunit3UBy5P9OGDVFY5MhC-ghc9.6.6.so()(64bit)
    libHSold-time-1.1.0.4-DMJyKjba6fKdDZ0hvjhGS-ghc9.6.6.so()(64bit)
    libHSos-string-2.0.6-IlBa2UQjH7mL18YjMu1jzE-ghc9.6.6.so()(64bit)
    libHSparsec-3.1.16.1-ghc9.6.6.so()(64bit)
    libHSpem-0.2.4-4WINylmqLPrJGgXuEy9KcB-ghc9.6.6.so()(64bit)
    libHSpretty-1.1.3.6-ghc9.6.6.so()(64bit)
    libHSprimitive-0.8.0.0-G7z1XrhwN0bFkYsIqIr1QU-ghc9.6.6.so()(64bit)
    libHSprocess-1.6.19.0-ghc9.6.6.so()(64bit)
    libHSrandom-1.2.1.2-9nSipNyPzIK3OtGny4BWjI-ghc9.6.6.so()(64bit)
    libHSresourcet-1.3.0-GcdwOldKyk14UCOidSUhol-ghc9.6.6.so()(64bit)
    libHSscientific-0.3.7.0-2UwdviWB0CH1nqOoguwg4m-ghc9.6.6.so()(64bit)
    libHSsemialign-1.3.1-KA56LOpKJI8DNkTGs7KN44-ghc9.6.6.so()(64bit)
    libHSsemigroupoids-6.0.1-32bnlDo08uWKppaK8Ib2rA-ghc9.6.6.so()(64bit)
    libHSsocks-0.6.1-CKn5PZFIBRX8nz6mqkRJfa-ghc9.6.6.so()(64bit)
    libHSsplit-0.2.5-5qpEwx7qUv6FlaHbX7jgA2-ghc9.6.6.so()(64bit)
    libHSsplitmix-0.1.0.5-1g4Y67JB8lK4ODDsw0vzN6-ghc9.6.6.so()(64bit)
    libHSstm-2.5.1.0-ghc9.6.6.so()(64bit)
    libHSstreaming-commons-0.2.2.6-44tCgBDMNmg86qiRlYcJjd-ghc9.6.6.so()(64bit)
    libHSstrict-0.5-2Ih5J4boI0o4YQYnrtRDYI-ghc9.6.6.so()(64bit)
    libHStagged-0.8.8-Kzng2lnKElzJiyKd9g735c-ghc9.6.6.so()(64bit)
    libHStemplate-haskell-2.20.0.0-ghc9.6.6.so()(64bit)
    libHStext-2.0.2-ghc9.6.6.so()(64bit)
    libHStext-short-0.1.6-8cAhU1GVIuv7MKNSfV6o01-ghc9.6.6.so()(64bit)
    libHSth-abstraction-0.5.0.0-HAFjiAO2nGN58SdxVZCnLH-ghc9.6.6.so()(64bit)
    libHSth-compat-0.1.5-GhHQJW6WN2TKpN9D0nnUC-ghc9.6.6.so()(64bit)
    libHSthese-1.2.1-Lmhp9aSRg20H3DMUOaCHTJ-ghc9.6.6.so()(64bit)
    libHStime-1.12.2-ghc9.6.6.so()(64bit)
    libHStime-compat-1.9.6.1-GW1Nw3Nvkk39bFykE9AmZ0-ghc9.6.6.so()(64bit)
    libHStls-1.8.0-9XsTRrr0hGy1g8K914mhqn-ghc9.6.6.so()(64bit)
    libHStransformers-0.6.1.0-ghc9.6.6.so()(64bit)
    libHStransformers-compat-0.7.2-LmnlcpbfHuuAOWEWPuyobH-ghc9.6.6.so()(64bit)
    libHStyped-process-0.2.11.1-2sTyHbaRgAr5VmNMBXfbKW-ghc9.6.6.so()(64bit)
    libHSunix-2.8.4.0-ghc9.6.6.so()(64bit)
    libHSunix-time-0.4.15-4oVCQxxtOW0BlVuCikeRHh-ghc9.6.6.so()(64bit)
    libHSunliftio-core-0.2.1.0-6sOpIonHj8t5wIbPhWbPHY-ghc9.6.6.so()(64bit)
    libHSunordered-containers-0.2.20-EuYFGw8XOtG6Qjyq0KzKlk-ghc9.6.6.so()(64bit)
    libHSuuid-types-1.0.5.1-7Th8iso07O3LE4sSX8wPSJ-ghc9.6.6.so()(64bit)
    libHSvector-0.13.1.0-Jdel1KiNlSEIXGg2MpN3IL-ghc9.6.6.so()(64bit)
    libHSvector-algorithms-0.9.0.2-E2mjAXZUv0aF2mrjjsYdu1-ghc9.6.6.so()(64bit)
    libHSvector-stream-0.1.0.1-B3eeou3yuYd7g2aD4u5s22-ghc9.6.6.so()(64bit)
    libHSwitherable-0.4.2-1d1IqaNPL2NKe2SmYw9bzg-ghc9.6.6.so()(64bit)
    libHSxdg-basedir-0.2.2-DLaKUfv1JJAFBfkP0BUklH-ghc9.6.6.so()(64bit)
    libHSzlib-0.6.3.0-1wL1ZnD0mNDIbG0f7fYWIS-ghc9.6.6.so()(64bit)
    libc.so.6()(64bit)
    libgmp.so.10()(64bit)
    libm.so.6()(64bit)
    libz.so.1()(64bit)
    rtld(GNU_HASH)

ghc-fedora-releases-devel (rpmlib, GLIBC filtered):
    ghc-compiler
    ghc-devel(aeson-2.1.2.1-D0qQe3CNlvvLYKUgPcjbMF)
    ghc-devel(base-4.18.2.1)
    ghc-devel(bodhi-0.1.0-EHrZ2qLJHUYDqw2HIzdI4q)
    ghc-devel(cached-json-file-0.1.1-LinoiRepqi15qpX2jARHpo)
    ghc-devel(extra-1.7.16-7qPYtUEmtRSH3WrnonFiW7)
    ghc-fedora-releases(x86-64)

ghc-fedora-releases-prof (rpmlib, GLIBC filtered):
    ghc-fedora-releases-devel(x86-64)
    ghc-prof(aeson-2.1.2.1-D0qQe3CNlvvLYKUgPcjbMF)
    ghc-prof(base-4.18.2.1)
    ghc-prof(bodhi-0.1.0-EHrZ2qLJHUYDqw2HIzdI4q)
    ghc-prof(cached-json-file-0.1.1-LinoiRepqi15qpX2jARHpo)
    ghc-prof(extra-1.7.16-7qPYtUEmtRSH3WrnonFiW7)



Provides
--------
ghc-fedora-releases:
    ghc-fedora-releases
    ghc-fedora-releases(x86-64)
    libHSfedora-releases-0.1.0-AzyGtjPNzFV2MYtmKVtZM6-ghc9.6.6.so()(64bit)

ghc-fedora-releases-devel:
    ghc-devel(fedora-releases-0.1.0-AzyGtjPNzFV2MYtmKVtZM6)
    ghc-fedora-releases-devel
    ghc-fedora-releases-devel(x86-64)
    ghc-fedora-releases-static
    ghc-fedora-releases-static(x86-64)

ghc-fedora-releases-prof:
    ghc-fedora-releases-prof
    ghc-fedora-releases-prof(x86-64)
    ghc-prof(fedora-releases-0.1.0-AzyGtjPNzFV2MYtmKVtZM6)



Generated by fedora-review 0.10.0 (e79b66b) last change: 2023-07-24
Command line :/usr/bin/fedora-review -b 2322700
Buildroot used: fedora-rawhide-x86_64
Active plugins: Shell-api, C/C++, Generic, Haskell
Disabled plugins: Java, SugarActivity, R, Perl, PHP, fonts, Python, Ocaml
Disabled flags: EXARCH, EPEL6, EPEL7, DISTTAG, BATCH


Please fix License tag before uploading. This package is

================
=== APPROVED ===
================

Comment 4 Jens Petersen 2024-11-13 15:14:34 UTC
Thank you very much, Peter

Going to import this soon into Rawhide - on my to-do list.

Comment 5 Fedora Admin user for bugzilla script actions 2024-11-26 16:45:59 UTC
The Pagure repository was created at https://src.fedoraproject.org/rpms/ghc-fedora-releases

Comment 6 Fedora Update System 2024-12-13 16:16:42 UTC
FEDORA-2024-61894e6b8d (fbrnch-1.6-23.fc42, ghc-bodhi-0.1.0-23.fc42, and 3 more) has been submitted as an update to Fedora 42.
https://bodhi.fedoraproject.org/updates/FEDORA-2024-61894e6b8d

Comment 7 Fedora Update System 2024-12-13 16:53:00 UTC
FEDORA-2024-61894e6b8d (fbrnch-1.6-23.fc42, ghc-bodhi-0.1.0-23.fc42, and 3 more) has been pushed to the Fedora 42 stable repository.
If problem still persists, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.