diff --git a/mariadb-connector-c.spec b/mariadb-connector-c.spec index 2461a7c..ac66972 100644 --- a/mariadb-connector-c.spec +++ b/mariadb-connector-c.spec @@ -182,6 +182,18 @@ popd # DESCRIPTION: Covscan report # TODO: Check atleast the important issues +# Downstream issues: +# Packageconfig file cleanup +# https://bugzilla.redhat.com/show_bug.cgi?id=1693966 +# https://src.fedoraproject.org/rpms/mariadb-connector-c/pull-request/8#request_diff +# Start running this package testsuite at the build time +# It requires a running MariaDB server +# mariadb-server package pulls in mariadb-connector-c as a dependency +# Need to ensure, that the testsuite is ran against the newly build library, instead of the one from the pulled package +# Need to ensure, that the testsuite will also run properly on 'fedpkg local' buid, not damaging the host machine +# Fix this package testsuite +# Currently, one of the tests - 'ps_bugs' - is failing + %changelog * Wed May 15 2019 Michal Schorm - 3.0.10-1 - Rebase to 3.0.10