Bug 2006685 - Review Request: pasdoc - Documentation generator for Pascal source code
Summary: Review Request: pasdoc - Documentation generator for Pascal source code
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jerry James
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-09-22 07:44 UTC by Artur Frenszek-Iwicki
Modified: 2022-01-20 14:52 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-01-20 08:31:36 UTC
Type: ---
Embargoed:
loganjerry: fedora-review+


Attachments (Terms of Use)

Description Artur Frenszek-Iwicki 2021-09-22 07:44:27 UTC
spec: https://svgames.pl/fedora/pasdoc-0.16.0-2/pasdoc.spec
srpm: https://svgames.pl/fedora/pasdoc-0.16.0-2/pasdoc-0.16.0-2.fc34.src.rpm
koji: https://koji.fedoraproject.org/koji/taskinfo?taskID=76076936

Description: PasDoc is a documentation tool for Pascal and Object Pascal source code. Documentation is generated from comments found in the source code, or from
external files. Many output formats are supported, including HTML and LaTeX.

Fedora Account System username: suve

Comment 1 Artur Frenszek-Iwicki 2021-11-14 19:20:28 UTC
spec: https://svgames.pl/fedora/pasdoc-0.16.0-3/pasdoc.spec
srpm: https://svgames.pl/fedora/pasdoc-0.16.0-3/pasdoc-0.16.0-3.fc34.src.rpm
koji: https://koji.fedoraproject.org/koji/taskinfo?taskID=78867195

Added man pages for all the executables (apart from the GUI) and moved tools to a separate sub-package.

Comment 2 Jerry James 2022-01-05 18:44:18 UTC
I will take this review.

Comment 3 Jerry James 2022-01-05 20:15:43 UTC
Package Review
==============

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

Issues
======
- Shouldn't the license be "GPLv2+"?  I see the "any later version" phrase in
  the individual Pascal files.

- The LICENSE file contains an address for the FSF that has been out of date
  for 16 years.  Please ask upstream to refresh the text of that file from
  https://www.gnu.org/licenses/old-licenses/gpl-2.0.html.

- I don't see any Pascal-specific packaging guidelines, so I'm not sure what
  the build flags should be.  I have a question about the use of "-gw", though.
  That generates DWARF-2 debuginfo.  Fedora's toolchain works with at least
  DWARF-4, and I think I saw some messages not too long ago about migrating to
  DWARF-5.  Shouldn't this package use either "-gw3" or "-gw4" to build?

- Since this package installs a graphical application with a desktop file,
  please consider adding an AppData file as well:
  https://docs.fedoraproject.org/en-US/packaging-guidelines/AppData/

- As rpmlint points out, the icon installed in the 512x512 directory is actually
  480x480.

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

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", "GNU General Public License, Version
     2", "GNU General Public License v2.0 or later", "GNU Library General
     Public License v2 or later", "GNU General Public License", "MIT
     License". 6151 files have unknown license. Detailed output of
     licensecheck in /home/jamesjer/2006685-pasdoc/licensecheck.txt
[x]: License file installed when any subpackage combination is installed.
[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.
[-]: 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.
[x]: Large documentation must go in a -doc subpackage. Large could be size
     (~1MB) or number of files.
     Note: Documentation size is 20480 bytes in 3 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]: Package contains desktop file if it is a GUI application.
[x]: Package installs a %{name}.desktop using desktop-file-install or
     desktop-file-validate if there is such a file.
[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

===== 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 pasdoc-
     gui , pasdoc-tools
[?]: Package functions as described.
[x]: Latest version is packaged.
[x]: Package does not include license text files separate from upstream.
[x]: Patches link to upstream bugs/comments/lists or are otherwise
     justified.
[-]: Sources are verified with gpgverify first in %prep if upstream
     publishes signatures.
     Note: gpgverify is not used.
[-]: Description and summary sections in the package spec file contains
     translations for supported Non-English languages, if available.
[x]: %check is present and all tests pass.
[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]: Package should compile and build into binary rpms on all supported
     architectures.
[x]: Spec use %global instead of %define unless justified.

===== 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
-------
================================================ rpmlint session starts ================================================
rpmlint: 2.2.0
configuration:
    /usr/lib/python3.10/site-packages/rpmlint/configdefaults.toml
    /etc/xdg/rpmlint/fedora.toml
    /etc/xdg/rpmlint/licenses.toml
    /etc/xdg/rpmlint/scoring.toml
    /etc/xdg/rpmlint/users-groups.toml
    /etc/xdg/rpmlint/warn-on-functions.toml
checks: 32, packages: 4

pasdoc-gui.x86_64: E: wrong-icon-size /usr/share/icons/hicolor/512x512/apps/pasdoc-gui.png expected: 512x512 actual: 480x480
pasdoc.x86_64: E: statically-linked-binary /usr/bin/pasdoc
pasdoc-tools.x86_64: E: statically-linked-binary /usr/bin/file_to_pascal_data
pasdoc-tools.x86_64: E: statically-linked-binary /usr/bin/file_to_pascal_string
pasdoc-tools.x86_64: E: statically-linked-binary /usr/bin/pascal_pre_proc
pasdoc.x86_64: W: position-independent-executable-suggested /usr/bin/pasdoc
pasdoc-gui.x86_64: W: position-independent-executable-suggested /usr/bin/pasdoc-gui
pasdoc-tools.x86_64: W: position-independent-executable-suggested /usr/bin/file_to_pascal_data
pasdoc-tools.x86_64: W: position-independent-executable-suggested /usr/bin/file_to_pascal_string
pasdoc-tools.x86_64: W: position-independent-executable-suggested /usr/bin/pascal_pre_proc
pasdoc-gui.x86_64: W: no-manual-page-for-binary pasdoc-gui
pasdoc.x86_64: E: incorrect-fsf-address /usr/share/licenses/pasdoc/LICENSE
pasdoc-gui.x86_64: E: incorrect-fsf-address /usr/share/licenses/pasdoc-gui/LICENSE
pasdoc-tools.x86_64: E: incorrect-fsf-address /usr/share/licenses/pasdoc-tools/LICENSE
================= 3 packages and 1 specfiles checked; 8 errors, 6 warnings, 8 badness; has taken 0.4 s =================



Rpmlint (debuginfo)
-------------------
================================================ rpmlint session starts ================================================
rpmlint: 2.2.0
configuration:
    /usr/lib/python3.10/site-packages/rpmlint/configdefaults.toml
    /etc/xdg/rpmlint/fedora.toml
    /etc/xdg/rpmlint/licenses.toml
    /etc/xdg/rpmlint/scoring.toml
    /etc/xdg/rpmlint/users-groups.toml
    /etc/xdg/rpmlint/warn-on-functions.toml
checks: 32, packages: 4

pasdoc-debuginfo.x86_64: W: unstripped-binary-or-object /usr/lib/debug/.dwz/pasdoc-0.16.0-3.fc36.x86_64
pasdoc-debuginfo.x86_64: W: unstripped-binary-or-object /usr/lib/debug/usr/bin/pasdoc-0.16.0-3.fc36.x86_64.debug
pasdoc-gui-debuginfo.x86_64: W: unstripped-binary-or-object /usr/lib/debug/usr/bin/pasdoc-gui-0.16.0-3.fc36.x86_64.debug
pasdoc-tools-debuginfo.x86_64: W: unstripped-binary-or-object /usr/lib/debug/usr/bin/file_to_pascal_data-0.16.0-3.fc36.x86_64.debug
pasdoc-tools-debuginfo.x86_64: W: unstripped-binary-or-object /usr/lib/debug/usr/bin/file_to_pascal_string-0.16.0-3.fc36.x86_64.debug
pasdoc-tools-debuginfo.x86_64: W: unstripped-binary-or-object /usr/lib/debug/usr/bin/pascal_pre_proc-0.16.0-3.fc36.x86_64.debug
pasdoc-debuginfo.x86_64: E: statically-linked-binary /usr/lib/debug/.dwz/pasdoc-0.16.0-3.fc36.x86_64
pasdoc-debuginfo.x86_64: E: statically-linked-binary /usr/lib/debug/usr/bin/pasdoc-0.16.0-3.fc36.x86_64.debug
pasdoc-tools-debuginfo.x86_64: E: statically-linked-binary /usr/lib/debug/usr/bin/file_to_pascal_data-0.16.0-3.fc36.x86_64.debug
pasdoc-tools-debuginfo.x86_64: E: statically-linked-binary /usr/lib/debug/usr/bin/file_to_pascal_string-0.16.0-3.fc36.x86_64.debug
pasdoc-tools-debuginfo.x86_64: E: statically-linked-binary /usr/lib/debug/usr/bin/pascal_pre_proc-0.16.0-3.fc36.x86_64.debug
pasdoc-debuginfo.x86_64: W: position-independent-executable-suggested /usr/lib/debug/usr/bin/pasdoc-0.16.0-3.fc36.x86_64.debug
pasdoc-gui-debuginfo.x86_64: W: position-independent-executable-suggested /usr/lib/debug/usr/bin/pasdoc-gui-0.16.0-3.fc36.x86_64.debug
pasdoc-tools-debuginfo.x86_64: W: position-independent-executable-suggested /usr/lib/debug/usr/bin/file_to_pascal_data-0.16.0-3.fc36.x86_64.debug
pasdoc-tools-debuginfo.x86_64: W: position-independent-executable-suggested /usr/lib/debug/usr/bin/file_to_pascal_string-0.16.0-3.fc36.x86_64.debug
pasdoc-tools-debuginfo.x86_64: W: position-independent-executable-suggested /usr/lib/debug/usr/bin/pascal_pre_proc-0.16.0-3.fc36.x86_64.debug
pasdoc-debuginfo.x86_64: W: no-documentation
pasdoc-debugsource.x86_64: W: no-documentation
pasdoc-gui-debuginfo.x86_64: W: no-documentation
pasdoc-tools-debuginfo.x86_64: W: no-documentation
pasdoc-debuginfo.x86_64: E: missing-PT_GNU_STACK-section /usr/lib/debug/.dwz/pasdoc-0.16.0-3.fc36.x86_64
pasdoc-gui-debuginfo.x86_64: E: ldd-failed /usr/lib/debug/usr/bin/pasdoc-gui-0.16.0-3.fc36.x86_64.debug /usr/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
ldd: warning: you do not have execution permission for `/usr/lib/debug/usr/bin/pasdoc-gui-0.16.0-3.fc36.x86_64.debug'

pasdoc-debuginfo.x86_64: W: hidden-file-or-dir /usr/lib/debug/.dwz
pasdoc-debuginfo.x86_64: W: hidden-file-or-dir /usr/lib/debug/.dwz
pasdoc-debuginfo.x86_64: W: dangling-relative-symlink /usr/lib/debug/.build-id/b4/e9961388bd35ecf2ef0013b233624841614d3b ../../../.build-id/b4/e9961388bd35ecf2ef0013b233624841614d3b
pasdoc-gui-debuginfo.x86_64: W: dangling-relative-symlink /usr/lib/debug/.build-id/88/8deb2025cf2b3ceb5c4170b0d1f366772dccd5 ../../../.build-id/88/8deb2025cf2b3ceb5c4170b0d1f366772dccd5
pasdoc-tools-debuginfo.x86_64: W: dangling-relative-symlink /usr/lib/debug/.build-id/34/952059f94b630ec5fb62a570087d96043a0d59 ../../../.build-id/34/952059f94b630ec5fb62a570087d96043a0d59
pasdoc-tools-debuginfo.x86_64: W: dangling-relative-symlink /usr/lib/debug/.build-id/53/088210ee093f7e70894005daa65d9c6622ceb0 ../../../.build-id/53/088210ee093f7e70894005daa65d9c6622ceb0
pasdoc-tools-debuginfo.x86_64: W: dangling-relative-symlink /usr/lib/debug/.build-id/6d/4a283b56c86909ff203342f317989acbef731b ../../../.build-id/6d/4a283b56c86909ff203342f317989acbef731b
================ 4 packages and 0 specfiles checked; 7 errors, 22 warnings, 7 badness; has taken 2.4 s =================




Rpmlint (installed packages)
----------------------------
================================================ rpmlint session starts ================================================
rpmlint: 2.2.0
configuration:
    /usr/lib/python3.10/site-packages/rpmlint/configdefaults.toml
    /etc/xdg/rpmlint/fedora.toml
    /etc/xdg/rpmlint/licenses.toml
    /etc/xdg/rpmlint/scoring.toml
    /etc/xdg/rpmlint/users-groups.toml
    /etc/xdg/rpmlint/warn-on-functions.toml
checks: 32, packages: 3

pasdoc-gui.x86_64: E: wrong-icon-size /usr/share/icons/hicolor/512x512/apps/pasdoc-gui.png expected: 512x512 actual: 480x480
pasdoc-gui.x86_64: W: unused-direct-shlib-dependency /usr/bin/pasdoc-gui /lib64/libgmodule-2.0.so.0
pasdoc.x86_64: E: statically-linked-binary /usr/bin/pasdoc
pasdoc-tools.x86_64: E: statically-linked-binary /usr/bin/file_to_pascal_data
pasdoc-tools.x86_64: E: statically-linked-binary /usr/bin/file_to_pascal_string
pasdoc-tools.x86_64: E: statically-linked-binary /usr/bin/pascal_pre_proc
pasdoc.x86_64: W: position-independent-executable-suggested /usr/bin/pasdoc
pasdoc-gui.x86_64: W: position-independent-executable-suggested /usr/bin/pasdoc-gui
pasdoc-tools.x86_64: W: position-independent-executable-suggested /usr/bin/file_to_pascal_data
pasdoc-tools.x86_64: W: position-independent-executable-suggested /usr/bin/file_to_pascal_string
pasdoc-tools.x86_64: W: position-independent-executable-suggested /usr/bin/pascal_pre_proc
pasdoc-gui.x86_64: W: no-manual-page-for-binary pasdoc-gui
pasdoc.x86_64: E: incorrect-fsf-address /usr/share/licenses/pasdoc/LICENSE
pasdoc-gui.x86_64: E: incorrect-fsf-address /usr/share/licenses/pasdoc-gui/LICENSE
pasdoc-tools.x86_64: E: incorrect-fsf-address /usr/share/licenses/pasdoc-tools/LICENSE
================= 3 packages and 0 specfiles checked; 8 errors, 7 warnings, 8 badness; has taken 0.8 s =================



Source checksums
----------------
https://github.com/pasdoc/pasdoc/archive/v0.16.0/pasdoc-0.16.0.tar.gz :
  CHECKSUM(SHA256) this package     : 46f850254a67888ce0fe1f67e5022cf1c2a1acac73ad6dc29f85fcfd6ebe7ec8
  CHECKSUM(SHA256) upstream package : 46f850254a67888ce0fe1f67e5022cf1c2a1acac73ad6dc29f85fcfd6ebe7ec8


Requires
--------
pasdoc (rpmlib, GLIBC filtered):

pasdoc-gui (rpmlib, GLIBC filtered):
    hicolor-icon-theme
    libX11.so.6()(64bit)
    libatk-1.0.so.0()(64bit)
    libc.so.6()(64bit)
    libcairo.so.2()(64bit)
    libgdk-x11-2.0.so.0()(64bit)
    libgdk_pixbuf-2.0.so.0()(64bit)
    libglib-2.0.so.0()(64bit)
    libgmodule-2.0.so.0()(64bit)
    libgobject-2.0.so.0()(64bit)
    libgthread-2.0.so.0()(64bit)
    libgtk-x11-2.0.so.0()(64bit)
    libpango-1.0.so.0()(64bit)

pasdoc-tools (rpmlib, GLIBC filtered):

pasdoc-debuginfo (rpmlib, GLIBC filtered):

pasdoc-debugsource (rpmlib, GLIBC filtered):



Provides
--------
pasdoc:
    pasdoc
    pasdoc(x86-64)

pasdoc-gui:
    application()
    application(pasdoc-gui.desktop)
    pasdoc-gui
    pasdoc-gui(x86-64)

pasdoc-tools:
    pasdoc-tools
    pasdoc-tools(x86-64)

pasdoc-debuginfo:
    debuginfo(build-id)
    pasdoc-debuginfo
    pasdoc-debuginfo(x86-64)

pasdoc-debugsource:
    pasdoc-debugsource
    pasdoc-debugsource(x86-64)



Generated by fedora-review 0.7.6 (b083f91) last change: 2020-11-10
Command line :/usr/bin/fedora-review -b 2006685 -m fedora-rawhide-x86_64
Buildroot used: fedora-rawhide-x86_64
Active plugins: Shell-api, Generic
Disabled plugins: Python, SugarActivity, fonts, Ocaml, Perl, Haskell, Ruby, C/C++, R, Java, PHP
Disabled flags: EPEL6, EPEL7, DISTTAG, BATCH, EXARCH

Comment 4 Artur Frenszek-Iwicki 2022-01-10 21:27:03 UTC
> - Shouldn't the license be "GPLv2+"?  I see the "any later version" phrase in
>   the individual Pascal files.
Good catch. Fixed.

> - The LICENSE file contains an address for the FSF that has been out of date
>   for 16 years.  Please ask upstream to refresh the text of that file
Done. https://github.com/pasdoc/pasdoc/issues/136

> - I don't see any Pascal-specific packaging guidelines, so I'm not sure what
>   the build flags should be.  I have a question about the use of "-gw", though.
>   That generates DWARF-2 debuginfo.  Fedora's toolchain works with at least
>   DWARF-4, and I think I saw some messages not too long ago about migrating to
>   DWARF-5.  Shouldn't this package use either "-gw3" or "-gw4" to build?
I went with DWARF-3 for two reasons:
1. In the FPC manual, -gw4 is described as "experimental".
   https://www.freepascal.org/docs-html/current/user/usersu15.html
2. Lazarus doesn't even support setting Dwarf4 in project settings.
   https://gitlab.com/freepascal.org/lazarus/lazarus/-/blob/lazarus_2_2_0/components/buildintf/compoptsintf.pas#L89

> - Since this package installs a graphical application with a desktop file,
>   please consider adding an AppData file as well:
Eh. Might as well. Added.

> - As rpmlint points out, the icon installed in the 512x512 directory is actually
>   480x480.
The fake-512px icon is no longer installed.

spec: https://svgames.pl/fedora/pasdoc-0.16.0-4/pasdoc.spec
srpm: https://svgames.pl/fedora/pasdoc-0.16.0-4/pasdoc-0.16.0-4.fc34.src.rpm
koji: https://koji.fedoraproject.org/koji/taskinfo?taskID=81073710

Comment 5 Jerry James 2022-01-10 22:47:03 UTC
That looks good.  This package is APPROVED.

Comment 6 Gwyn Ciesla 2022-01-11 14:59:18 UTC
(fedscm-admin):  The Pagure repository was created at https://src.fedoraproject.org/rpms/pasdoc

Comment 7 Fedora Update System 2022-01-11 16:33:49 UTC
FEDORA-2022-7a29e285e8 has been submitted as an update to Fedora 35. https://bodhi.fedoraproject.org/updates/FEDORA-2022-7a29e285e8

Comment 8 Fedora Update System 2022-01-11 17:10:31 UTC
FEDORA-2022-b60f5f6215 has been submitted as an update to Fedora 34. https://bodhi.fedoraproject.org/updates/FEDORA-2022-b60f5f6215

Comment 9 Fedora Update System 2022-01-12 01:49:11 UTC
FEDORA-2022-7a29e285e8 has been pushed to the Fedora 35 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf install --enablerepo=updates-testing --advisory=FEDORA-2022-7a29e285e8 \*`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-7a29e285e8

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 10 Fedora Update System 2022-01-12 02:00:48 UTC
FEDORA-2022-b60f5f6215 has been pushed to the Fedora 34 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf install --enablerepo=updates-testing --advisory=FEDORA-2022-b60f5f6215 \*`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-b60f5f6215

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 11 Fedora Update System 2022-01-20 08:31:36 UTC
FEDORA-2022-b60f5f6215 has been pushed to the Fedora 34 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 12 Fedora Update System 2022-01-20 14:52:01 UTC
FEDORA-2022-7a29e285e8 has been pushed to the Fedora 35 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.