Bug 2007419 - Review Request: rust-rustix - Safe Rust bindings to POSIX/Unix/Linux syscalls
Summary: Review Request: rust-rustix - Safe Rust bindings to POSIX/Unix/Linux syscalls
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Jerry James
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On: 1983160 1993743
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-09-23 19:39 UTC by Olivier Lemasle
Modified: 2021-12-15 01:33 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-12-13 17:12:05 UTC
Type: ---
Embargoed:
loganjerry: fedora-review+


Attachments (Terms of Use)

Description Olivier Lemasle 2021-09-23 19:39:28 UTC
Spec URL: https://olem.fedorapeople.org/reviews/rust-rsix.spec
SRPM URL: https://olem.fedorapeople.org/reviews/rust-rsix-0.23.5-1.fc35.src.rpm

Description:
Safe Rust bindings to POSIX-like/Unix-like/Linux syscalls.

Fedora Account System Username: olem

Comment 1 Olivier Lemasle 2021-09-23 19:42:14 UTC
This is a re-review. Crate "posish" has been renamed "rsix", so the package "rust-posish" should be renamed "rust-rsix". This package obsoletes rust-posish.
(Cf https://docs.fedoraproject.org/en-US/package-maintainers/Package_Renaming_Process/#re_review_required)

Comment 2 Olivier Lemasle 2021-11-30 22:14:43 UTC
This is a re-review. Crate "posish" has been renamed "rsix", then "rustix", so the package "rust-posish" should be renamed "rust-rustix". This package obsoletes rust-posish.
(Cf https://docs.fedoraproject.org/en-US/package-maintainers/Package_Renaming_Process/#re_review_required)

Spec URL: https://olem.fedorapeople.org/reviews/rust-rustix.spec
SRPM URL: https://olem.fedorapeople.org/reviews/rust-rustix-0.27.1-1.fc35.src.rpm

Comment 3 Jerry James 2021-12-03 03:20:03 UTC
I will take this review.  If another OCaml review is not too onerous, could you review bug 2028189?

Comment 4 Jerry James 2021-12-03 03:50:57 UTC
Package Review
==============

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

Issues
======
- Same License field issue as with rust-linux-raw-sys: it should be
  "ASL 2.0 or MIT".

- As before, I question the usefulness of CODE_OF_CONDUCT.md and
  ORG_CODE_OF_CONDUCT.md as documentation in a Fedora package.

- This package has the appropriate Obsoletes.  Should it have a Provides for
  the old name, too, or would that be wrong since the names are different?

- A newer version, 0.29.1, is available.

===== 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", "*No copyright* Apache License 2.0",
     "*No copyright* MIT License". 243 files have unknown license.
[x]: License file installed when any subpackage combination is installed.
[x]: If the package is under multiple licenses, the licensing breakdown
     must be documented in the spec.
[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 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.
[x]: 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]: 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 30720 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

===== 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.
[?]: Package functions as described.
[!]: 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 all installed packages.
     Note: There are rpmlint messages (see attachment).
[x]: Spec file according to URL is the same as in SRPM.


Rpmlint
-------
================================================ rpmlint session starts ================================================
rpmlint: 2.1.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: 31, packages: 13

rust-rustix+async-std-devel.noarch: W: no-documentation
rust-rustix+default-devel.noarch: W: no-documentation
rust-rustix+io-lifetimes-devel.noarch: W: no-documentation
rust-rustix+itoa-devel.noarch: W: no-documentation
rust-rustix+mio-devel.noarch: W: no-documentation
rust-rustix+once_cell-devel.noarch: W: no-documentation
rust-rustix+os_pipe-devel.noarch: W: no-documentation
rust-rustix+procfs-devel.noarch: W: no-documentation
rust-rustix+socket2-devel.noarch: W: no-documentation
rust-rustix+std-devel.noarch: W: no-documentation
rust-rustix+tokio-devel.noarch: W: no-documentation
rust-rustix.src: W: invalid-license-exception exceptions
rust-rustix+async-std-devel.noarch: W: invalid-license-exception exceptions
rust-rustix+default-devel.noarch: W: invalid-license-exception exceptions
rust-rustix-devel.noarch: W: invalid-license-exception exceptions
rust-rustix+io-lifetimes-devel.noarch: W: invalid-license-exception exceptions
rust-rustix+itoa-devel.noarch: W: invalid-license-exception exceptions
rust-rustix+mio-devel.noarch: W: invalid-license-exception exceptions
rust-rustix+once_cell-devel.noarch: W: invalid-license-exception exceptions
rust-rustix+os_pipe-devel.noarch: W: invalid-license-exception exceptions
rust-rustix+procfs-devel.noarch: W: invalid-license-exception exceptions
rust-rustix+socket2-devel.noarch: W: invalid-license-exception exceptions
rust-rustix+std-devel.noarch: W: invalid-license-exception exceptions
rust-rustix+tokio-devel.noarch: W: invalid-license-exception exceptions
rust-rustix.src: W: invalid-license 2.0
rust-rustix+async-std-devel.noarch: W: invalid-license 2.0
rust-rustix+default-devel.noarch: W: invalid-license 2.0
rust-rustix-devel.noarch: W: invalid-license 2.0
rust-rustix+io-lifetimes-devel.noarch: W: invalid-license 2.0
rust-rustix+itoa-devel.noarch: W: invalid-license 2.0
rust-rustix+mio-devel.noarch: W: invalid-license 2.0
rust-rustix+once_cell-devel.noarch: W: invalid-license 2.0
rust-rustix+os_pipe-devel.noarch: W: invalid-license 2.0
rust-rustix+procfs-devel.noarch: W: invalid-license 2.0
rust-rustix+socket2-devel.noarch: W: invalid-license 2.0
rust-rustix+std-devel.noarch: W: invalid-license 2.0
rust-rustix+tokio-devel.noarch: W: invalid-license 2.0
rust-rustix-devel.noarch: W: files-duplicate /usr/share/doc/rust-rustix-devel/CODE_OF_CONDUCT.md /usr/share/cargo/registry/rustix-0.27.1/CODE_OF_CONDUCT.md
rust-rustix-devel.noarch: W: files-duplicate /usr/share/licenses/rust-rustix-devel/COPYRIGHT /usr/share/cargo/registry/rustix-0.27.1/COPYRIGHT
rust-rustix-devel.noarch: W: files-duplicate /usr/share/licenses/rust-rustix-devel/LICENSE-APACHE /usr/share/cargo/registry/rustix-0.27.1/LICENSE-APACHE
rust-rustix-devel.noarch: W: files-duplicate /usr/share/licenses/rust-rustix-devel/LICENSE-Apache-2.0_WITH_LLVM-exception /usr/share/cargo/registry/rustix-0.27.1/LICENSE-Apache-2.0_WITH_LLVM-exception
rust-rustix-devel.noarch: W: files-duplicate /usr/share/licenses/rust-rustix-devel/LICENSE-MIT /usr/share/cargo/registry/rustix-0.27.1/LICENSE-MIT
rust-rustix-devel.noarch: W: files-duplicate /usr/share/doc/rust-rustix-devel/ORG_CODE_OF_CONDUCT.md /usr/share/cargo/registry/rustix-0.27.1/ORG_CODE_OF_CONDUCT.md
rust-rustix-devel.noarch: W: files-duplicate /usr/share/doc/rust-rustix-devel/README.md /usr/share/cargo/registry/rustix-0.27.1/README.md
rust-rustix-devel.noarch: W: files-duplicate /usr/share/doc/rust-rustix-devel/SECURITY.md /usr/share/cargo/registry/rustix-0.27.1/SECURITY.md
================ 13 packages and 0 specfiles checked; 0 errors, 45 warnings, 0 badness; has taken 0.4 s ================


Rpmlint (installed packages)
----------------------------
================================================ rpmlint session starts ================================================
rpmlint: 2.1.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: 31, packages: 12

rust-rustix+async-std-devel.noarch: W: no-documentation
rust-rustix+default-devel.noarch: W: no-documentation
rust-rustix+io-lifetimes-devel.noarch: W: no-documentation
rust-rustix+itoa-devel.noarch: W: no-documentation
rust-rustix+mio-devel.noarch: W: no-documentation
rust-rustix+once_cell-devel.noarch: W: no-documentation
rust-rustix+os_pipe-devel.noarch: W: no-documentation
rust-rustix+procfs-devel.noarch: W: no-documentation
rust-rustix+socket2-devel.noarch: W: no-documentation
rust-rustix+std-devel.noarch: W: no-documentation
rust-rustix+tokio-devel.noarch: W: no-documentation
rust-rustix+async-std-devel.noarch: W: invalid-license-exception exceptions
rust-rustix+default-devel.noarch: W: invalid-license-exception exceptions
rust-rustix-devel.noarch: W: invalid-license-exception exceptions
rust-rustix+io-lifetimes-devel.noarch: W: invalid-license-exception exceptions
rust-rustix+itoa-devel.noarch: W: invalid-license-exception exceptions
rust-rustix+mio-devel.noarch: W: invalid-license-exception exceptions
rust-rustix+once_cell-devel.noarch: W: invalid-license-exception exceptions
rust-rustix+os_pipe-devel.noarch: W: invalid-license-exception exceptions
rust-rustix+procfs-devel.noarch: W: invalid-license-exception exceptions
rust-rustix+socket2-devel.noarch: W: invalid-license-exception exceptions
rust-rustix+std-devel.noarch: W: invalid-license-exception exceptions
rust-rustix+tokio-devel.noarch: W: invalid-license-exception exceptions
rust-rustix+async-std-devel.noarch: W: invalid-license 2.0
rust-rustix+default-devel.noarch: W: invalid-license 2.0
rust-rustix-devel.noarch: W: invalid-license 2.0
rust-rustix+io-lifetimes-devel.noarch: W: invalid-license 2.0
rust-rustix+itoa-devel.noarch: W: invalid-license 2.0
rust-rustix+mio-devel.noarch: W: invalid-license 2.0
rust-rustix+once_cell-devel.noarch: W: invalid-license 2.0
rust-rustix+os_pipe-devel.noarch: W: invalid-license 2.0
rust-rustix+procfs-devel.noarch: W: invalid-license 2.0
rust-rustix+socket2-devel.noarch: W: invalid-license 2.0
rust-rustix+std-devel.noarch: W: invalid-license 2.0
rust-rustix+tokio-devel.noarch: W: invalid-license 2.0
rust-rustix-devel.noarch: W: files-duplicate /usr/share/doc/rust-rustix-devel/CODE_OF_CONDUCT.md /usr/share/cargo/registry/rustix-0.27.1/CODE_OF_CONDUCT.md
rust-rustix-devel.noarch: W: files-duplicate /usr/share/licenses/rust-rustix-devel/COPYRIGHT /usr/share/cargo/registry/rustix-0.27.1/COPYRIGHT
rust-rustix-devel.noarch: W: files-duplicate /usr/share/licenses/rust-rustix-devel/LICENSE-APACHE /usr/share/cargo/registry/rustix-0.27.1/LICENSE-APACHE
rust-rustix-devel.noarch: W: files-duplicate /usr/share/licenses/rust-rustix-devel/LICENSE-Apache-2.0_WITH_LLVM-exception /usr/share/cargo/registry/rustix-0.27.1/LICENSE-Apache-2.0_WITH_LLVM-exception
rust-rustix-devel.noarch: W: files-duplicate /usr/share/licenses/rust-rustix-devel/LICENSE-MIT /usr/share/cargo/registry/rustix-0.27.1/LICENSE-MIT
rust-rustix-devel.noarch: W: files-duplicate /usr/share/doc/rust-rustix-devel/ORG_CODE_OF_CONDUCT.md /usr/share/cargo/registry/rustix-0.27.1/ORG_CODE_OF_CONDUCT.md
rust-rustix-devel.noarch: W: files-duplicate /usr/share/doc/rust-rustix-devel/README.md /usr/share/cargo/registry/rustix-0.27.1/README.md
rust-rustix-devel.noarch: W: files-duplicate /usr/share/doc/rust-rustix-devel/SECURITY.md /usr/share/cargo/registry/rustix-0.27.1/SECURITY.md
================ 12 packages and 0 specfiles checked; 0 errors, 43 warnings, 0 badness; has taken 0.2 s ================



Source checksums
----------------
https://crates.io/api/v1/crates/rustix/0.27.1/download#/rustix-0.27.1.crate :
  CHECKSUM(SHA256) this package     : cf06112a4351b0637374f18e47ce76f02a22cc193c408221e5d337328a94b485
  CHECKSUM(SHA256) upstream package : cf06112a4351b0637374f18e47ce76f02a22cc193c408221e5d337328a94b485


Requires
--------
rust-rustix-devel (rpmlib, GLIBC filtered):
    (crate(bitflags/default) >= 1.3.0 with crate(bitflags/default) < 2.0.0~)
    (crate(cc/default) >= 1.0.68 with crate(cc/default) < 2.0.0~)
    (crate(errno) >= 0.2.8 with crate(errno) < 0.3.0~)
    (crate(libc/default) >= 0.2.98 with crate(libc/default) < 0.3.0~)
    (crate(libc/extra_traits) >= 0.2.98 with crate(libc/extra_traits) < 0.3.0~)
    (crate(linux-raw-sys/errno) >= 0.0.36 with crate(linux-raw-sys/errno) < 0.0.37~)
    (crate(linux-raw-sys/general) >= 0.0.36 with crate(linux-raw-sys/general) < 0.0.37~)
    (crate(linux-raw-sys/v5_11) >= 0.0.36 with crate(linux-raw-sys/v5_11) < 0.0.37~)
    (crate(linux-raw-sys/v5_4) >= 0.0.36 with crate(linux-raw-sys/v5_4) < 0.0.37~)
    cargo

rust-rustix+default-devel (rpmlib, GLIBC filtered):
    cargo
    crate(rustix)
    crate(rustix/std)

rust-rustix+async-std-devel (rpmlib, GLIBC filtered):
    (crate(io-lifetimes/async-std) >= 0.4.0 with crate(io-lifetimes/async-std) < 0.5.0~)
    cargo
    crate(rustix)

rust-rustix+io-lifetimes-devel (rpmlib, GLIBC filtered):
    (crate(io-lifetimes) >= 0.4.0 with crate(io-lifetimes) < 0.5.0~)
    cargo
    crate(rustix)

rust-rustix+itoa-devel (rpmlib, GLIBC filtered):
    (crate(itoa) >= 0.4.7 with crate(itoa) < 0.5.0~)
    cargo
    crate(rustix)

rust-rustix+mio-devel (rpmlib, GLIBC filtered):
    (crate(io-lifetimes/mio) >= 0.4.0 with crate(io-lifetimes/mio) < 0.5.0~)
    cargo
    crate(rustix)

rust-rustix+once_cell-devel (rpmlib, GLIBC filtered):
    (crate(once_cell/default) >= 1.5.2 with crate(once_cell/default) < 2.0.0~)
    cargo
    crate(rustix)

rust-rustix+os_pipe-devel (rpmlib, GLIBC filtered):
    (crate(io-lifetimes/os_pipe) >= 0.4.0 with crate(io-lifetimes/os_pipe) < 0.5.0~)
    cargo
    crate(rustix)

rust-rustix+procfs-devel (rpmlib, GLIBC filtered):
    (crate(itoa) >= 0.4.7 with crate(itoa) < 0.5.0~)
    (crate(once_cell/default) >= 1.5.2 with crate(once_cell/default) < 2.0.0~)
    cargo
    crate(rustix)

rust-rustix+socket2-devel (rpmlib, GLIBC filtered):
    (crate(io-lifetimes/socket2) >= 0.4.0 with crate(io-lifetimes/socket2) < 0.5.0~)
    cargo
    crate(rustix)

rust-rustix+std-devel (rpmlib, GLIBC filtered):
    (crate(io-lifetimes) >= 0.4.0 with crate(io-lifetimes) < 0.5.0~)
    (crate(linux-raw-sys/std) >= 0.0.36 with crate(linux-raw-sys/std) < 0.0.37~)
    cargo
    crate(rustix)

rust-rustix+tokio-devel (rpmlib, GLIBC filtered):
    (crate(io-lifetimes/tokio) >= 0.4.0 with crate(io-lifetimes/tokio) < 0.5.0~)
    cargo
    crate(rustix)



Provides
--------
rust-rustix-devel:
    crate(rustix)
    rust-rustix-devel

rust-rustix+default-devel:
    crate(rustix/default)
    rust-rustix+default-devel

rust-rustix+async-std-devel:
    crate(rustix/async-std)
    rust-rustix+async-std-devel

rust-rustix+io-lifetimes-devel:
    crate(rustix/io-lifetimes)
    rust-rustix+io-lifetimes-devel

rust-rustix+itoa-devel:
    crate(rustix/itoa)
    rust-rustix+itoa-devel

rust-rustix+mio-devel:
    crate(rustix/mio)
    rust-rustix+mio-devel

rust-rustix+once_cell-devel:
    crate(rustix/once_cell)
    rust-rustix+once_cell-devel

rust-rustix+os_pipe-devel:
    crate(rustix/os_pipe)
    rust-rustix+os_pipe-devel

rust-rustix+procfs-devel:
    crate(rustix/procfs)
    rust-rustix+procfs-devel

rust-rustix+socket2-devel:
    crate(rustix/socket2)
    rust-rustix+socket2-devel

rust-rustix+std-devel:
    crate(rustix/std)
    rust-rustix+std-devel

rust-rustix+tokio-devel:
    crate(rustix/tokio)
    rust-rustix+tokio-devel



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

Comment 5 Fabio Valentini 2021-12-03 10:18:17 UTC
Same comment here: "renaming" Rust packages doesn't really make sense.
They are only ever installed in volatile / temporary environments, so even adding "Obsoletes" is obsolete.
So you can just treat this as a new package, if that makes things easier.

Comment 6 Olivier Lemasle 2021-12-03 19:24:56 UTC
Thanks, I've removed the "Obsoletes", updated to latest upstream, updated the license, and removed the code of conducts.

Spec URL: https://olem.fedorapeople.org/reviews/rust-rustix.spec
SRPM URL: https://olem.fedorapeople.org/reviews/rust-rustix-0.29.1-1.fc35.src.rpm

Comment 7 Jerry James 2021-12-03 20:53:50 UTC
Looks good.  This package is APPROVED.

Comment 8 Olivier Lemasle 2021-12-03 22:23:06 UTC
Thank you!

https://pagure.io/releng/fedora-scm-requests/issue/38754

Comment 9 Gwyn Ciesla 2021-12-04 03:47:18 UTC
(fedscm-admin):  The Pagure repository was created at https://src.fedoraproject.org/rpms/rust-rustix

Comment 10 Fedora Update System 2021-12-05 13:20:53 UTC
FEDORA-2021-b8b6c82734 has been submitted as an update to Fedora 35. https://bodhi.fedoraproject.org/updates/FEDORA-2021-b8b6c82734

Comment 11 Fedora Update System 2021-12-06 01:07:50 UTC
FEDORA-2021-b8b6c82734 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-2021-b8b6c82734 \*`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-b8b6c82734

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

Comment 12 Fedora Update System 2021-12-06 13:15:23 UTC
FEDORA-2021-de8f881a49 has been submitted as an update to Fedora 34. https://bodhi.fedoraproject.org/updates/FEDORA-2021-de8f881a49

Comment 13 Fedora Update System 2021-12-07 01:07:42 UTC
FEDORA-2021-de8f881a49 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-2021-de8f881a49 \*`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-de8f881a49

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

Comment 14 Fedora Update System 2021-12-13 17:12:05 UTC
FEDORA-2021-b8b6c82734 has been pushed to the Fedora 35 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 15 Fedora Update System 2021-12-15 01:33:18 UTC
FEDORA-2021-de8f881a49 has been pushed to the Fedora 34 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.