From e9a42f084551b8df9ae0c4ffa38edb9576f52d33 Mon Sep 17 00:00:00 2001 From: Michal Schorm Date: Tue, 21 May 2019 10:34:48 +0200 Subject: [PATCH] Add info about the downstream issues --- mariadb-connector-c.spec | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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