Florian Festi

Results 29 issues of Florian Festi

See https://github.com/rpm-software-management/rpm/issues/714 for rational and discussion.

enhancement

While the payload is compressed the header is not. This is wasting time and IO whenever a header is loaded - be it form a package or the RPM BD....

RFE
fileformat

If the automatic creation of debuginfo packages is switched off via the _enable_debug_packages macro don't touch debuginfo packages that are declared in the spec file. If the packager created those...

Rpm allows URLs as cli parameters. The files are then automatically downloaded with %_urlhelper which defaults to curl(1). For far failures have been ignored right away and error messages are...

! This removes the %ifnarch noarch check. We need to find a solution for this before merging (or decise it is just an optimization we don't really need) All these...

and make the project REUSE compatible. See https://reuse.software/ This will more explicit what license each file is under and will allow to quickly review the overall license of the whole...

documentation

There are several assumptions abut how a proper package looks like and those are checked in rpmbuild but rpm itself does often not enforce them on reading. This can create...

Moved from https://bugzilla.redhat.com/show_bug.cgi?id=2255474 For instance, flatseal doesn't get a /usr/bin/gjs dependency despite having an executable /usr/bin/com.github.tchx84.Flatseal script with #!/usr/bin/gjs : https://koji.fedoraproject.org/koji/rpminfo?rpmID=36557976 FWIW, file(1) identifies this script as "Java source", apparently...

bug

Moved from https://bugzilla.redhat.com/show_bug.cgi?id=2143244 As noted in this thread: https://lists.fedoraproject.org/archives/list/[email protected]/thread/P2N35UMQVEXPILAF47RQB53MWRV2GM3J/ many packages in Fedora contain pkgconfig (*.pc) files with bad paths. It seems two kinds of failures are common: $ pkgconf...

RFE

As signed 32 bit unix time is running out 2038 we should move all APIs dealing with time to 64 bit. At some point we also need to add new...

RFE
API