https://bugzilla.redhat.com/show_bug.cgi?id=1428383 --- Comment #5 from Simone Caronni <negativo17@xxxxxxxxx> --- Spec URL: https://slaanesh.fedorapeople.org/compat-freerdp12.spec SRPM URL: https://slaanesh.fedorapeople.org/compat-freerdp12-1.2.0-2.fc25.src.rpm I managed to fix the SSL issue above and added the %make_build macro. rpmlint still reports about the hardcoding of ciphers but is actually not happening: -settings->PermittedTLSCiphers = arg->Value ? _strdup("ALL:!ECDH") : NULL; +settings->PermittedTLSCiphers = arg->Value ? _strdup("PROFILE=SYSTEM") : NULL; Thanks for the review! -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx