Comments

640 Comments
karma

Tested on Thinkpad X1 Nano - after upgrading, fingerprint auth still works; tried rebooting, and enrolling a new fingerprint, and that works fine.

karma

tested and worked great

karma

Works. Note that this needs some config changes out of the box for those using the stock CentOS kernel, and maybe should be documented in a future update:

  • add psi=1 to the kernel cmdline
  • persist it by editing /etc/default/grub and running grub2-mkconfig -o /etc/grub2-efi.cfg

will do a PR with this

sudo livecd-creator -c fedora-live-lxqt.ks creates a bootable image

BZ#1969562 The created iso is not bootable
BZ#1971631 livecd-creator builds unbootable iso's

sudo livecd-creator -c fedora-live-lxqt.ks creates a bootable image

BZ#1969562 The created iso is not bootable
BZ#1971631 livecd-creator builds unbootable iso's

Confirmed that the patch is applied and graphviz works, thanks!

BZ#1963395 CVE-2020-18032 buffer overflow in lib/common/shapes.c
karma

Verified that the patch is applied, and Graphviz works fine. Thanks!

BZ#1963395 CVE-2020-18032 buffer overflow in lib/common/shapes.c
karma

Works fine on CS8. Note: softhsm2-dump-file --help does not work, but that presumably is an upstream issue.

BZ#1942748 please build softhsm for epel8
BZ#1933471 Review Request: golang-github-hub - A command-line tool that makes git easier to use with GitHub
BZ#1933471 Review Request: golang-github-hub - A command-line tool that makes git easier to use with GitHub
BZ#1933459 Review Request: rubygem-tty-color - Terminal color capabilities detection
BZ#1933459 Review Request: rubygem-tty-color - Terminal color capabilities detection
karma

Works great!

BZ#1912653 Enable tests for EPEL build

@dcavalca I had to apply some patches for docs and tests that are only relevant to F32 (and below, like EPEL8). Just bumping from 2%{?dist} to 2%{?dist}.1 instead of to 3%{?dist} means I don't have to issue rebuilds for Rawhide (2.fc34) and F33 (2.fc33) since they technically still have higher NVRs.

Once we either release a new version or a package release that applies to all Fedora/EL releases that release number will become in sync again (at 3%{?dist} or 1%{?dist})

Previous issue with Provides fixed.

BZ#1912142 Please build python-typeguard for EPEL 8

Works for building TestSlide and dcrpm

The auto-generated Provides has version set to 0.0.0 (affects Fedora 32 too). This means the generated package can't be used as a dependency if the dependent (like python3-TestSuite) has a versioned Requires e.g. on python3.6dist(typeguard) >= 2.10

$ rpm -qp --provides ~/Downloads/python3-typeguard-2.10.0-1.el8.noarch.rpm
python3-typeguard = 2.10.0-1.el8
python3.6dist(typeguard) = 0.0.0
python3dist(typeguard) = 0.0.0

Addressed in https://src.fedoraproject.org/rpms/python-typeguard/pull-request/1

BZ#1912142 Please build python-typeguard for EPEL 8

Tested on python-dcrpm source code, looks fine.

BZ#1908920 Update python-black to 20.8~b1 in Fedora 32 and 33
karma

Tested on a system with a working RPM database, seems to work as intended (no issue found)

BZ#1911705 Review Request: python-dcrpm - A tool to detect and correct common issues around RPM database corruption