Ondrej Mosnáček
Ondrej Mosnáček
When quazip 1.1 is built against Qt4 on Linux, the `TestJlCompress::extractDir(Japaneses)` subtest is failing as follows: ``` 1: ********* Start testing of TestJlCompress ********* 1: Config: Using QTest library 4.8.7,...
When 'link_pkgconfig' is added to CONFIG, chessx will now use pkg-config to dynamically link against the quazip and zlib libraries installed on the system, rather than bundling quazip or guessing...
The current hack with explicit "install" invocation is broken because it doesn't respect the $(INSTALL_ROOT) variable. Avoid manual installation of the icons by naming all of them "chessx.png" and placing...
On a machine with Intel QAT accelerator, which provides an async implementation of `cbc(aes)`, the following libkcapi tests fail: ``` [FAILED: open - 5.6.13-7190cc7.cki] Symmetric asynchronous cipher one shot multiple...
I was thinking about the problematic situation with the current feature bitmap approach and I think I came up with a viable long-term solution. ### High-level description My idea is...
Related mailing list discussion leading to the discovery of this bug: https://www.redhat.com/archives/linux-audit/2018-July/msg00117.html
Currently, adding an URL such as `https://example.com/url` will be interpreted as a key-value pair and something like `url:https://example.com/url` is also not valid because: > Both `key` and `value` must consist...
Currently the URL sets the "match" parameter to an empty string, which is rejected by Koji: An error has occurred in the web interface code. This could be due to...
Otherwise it would be installed as site-packages/docs/..., which is not correct. Fixes #231
The builds just start right away, which is a bug.