Patrick McCarty

Results 64 comments of Patrick McCarty

@ikeyd I agree. In Clear Linux OS, the `Release` field only has significance for the distro as an artifact of building and publishing rpms for every package. All bits needed...

Working on a fix. I will post the patch shortly.

Patch posted: https://lists.clearlinux.org/pipermail/dev/2019-February/002495.html

@karthikprabhuvinod I can't seem to clone that repo... Also, I see from the Fedora package repo that the project is no longer used: https://src.fedoraproject.org/rpms/system-config-lvm/commits/master

Seems to be fixed with bison 3.8.1. I guess the compatibility break was not intended: ``` * Noteworthy changes in release 3.8.1 (2021-09-11) [stable] The generation of prototypes for yylex...

Looks like the meson build requirement scan should be made more robust.

`"gc"` is currently a banned substring in the version parsed from the source URL, so it is stripped out during the parse phase. If we unban it, there is one...

Autospec does have support for zip files as well... Can you provide more details about the problems you encountered when running autospec for liberio?

Hi, apologies for the delayed response. Removing a configure flag is not currently possible, but I agree that autospec needs to provide a solution here. The current interaction with the...

I ran into this issue yesterday with the Clear Linux gnome-calculator package. See the commit at https://github.com/clearlinux-pkgs/gnome-calculator/commit/cde0c41a85, where I needed to set the `meson` build pattern manually, whereas before, that...