Jonathan Wright

Results 36 issues of Jonathan Wright

### Operating System Linux ### What's the issue you encountered? Builds fail with LTO flags enabled (`-flto=auto -ffat-lto-objects`). https://koji.fedoraproject.org/koji/watchlogs?taskID=90242911 Confirmed on Fedora and ArchLinux. ### How can the issue be...

bug

Hi, I'm a Fedora packager and I'm working on a package for Fedora and EPEL (RHEL/AlmaLinux/etc.) and I'd like to use the PyPI package since it's easier to use with...

Currently DragonflyDB cannot be packaged into most Linux distributions because of the license in use. I was planning to package it for Fedora/EPEL but that was shot down by the...

Hi, I'm a packager for Fedora/EPEL and I built and published the btop packages in Fedora and EPEL repositories for Fedora 35+ and EL8+. This PR simply adds the instructions...

Something similar to `/mirrorlist` but that will only return the base URL of the closest mirror. Perhaps we could simply add a route for `/mirrorlist/` to serve this list of...

It would be great if we could build using local gtest/gmock libs. This is needed for official OS packaging at Fedora/EPEL (if we're to run tests).

Build flags should be appended, not overwritten. 711 is a non-standard permission for executables and rpmlint throws an error for it.

I'm not sure what you have planned for ABI/API compatibility so versioning it to major.minor might be more appropriate than just major.

Building and Packaging

**Description** Can you please add versioning to `.so` files? This is required for OS packaging (in this case Fedora/EPEL). Ex output from rpmlint: ``` catch2.x86_64: E: invalid-soname /usr/lib64/libCatch2Main.so libCatch2Main.so ```...