From d5004a380294e05963d4de39007f3336e975fb0f Mon Sep 17 00:00:00 2001 From: Attila Fazekas Date: Mon, 23 Feb 2015 12:32:05 +0100 Subject: [PATCH] F21 requires redhat-rpm-config for mariadb-devel As you can see in the f21 job, the python-MYSQL compilation fails without this library. At the first look it seams like packaging issue, so I created bug related to this. [1] Until the issue is addressed, the redhat-rpm-config will be considered as build time dev dependency for f21. [1] https://bugzilla.redhat.com/show_bug.cgi?id=1195207 Change-Id: I731828cac912d1b11eaf2269364411c77a57d76c --- files/rpms/devlibs | 1 + 1 file changed, 1 insertion(+) diff --git a/files/rpms/devlibs b/files/rpms/devlibs index 42b7865978..834a4b6cf1 100644 --- a/files/rpms/devlibs +++ b/files/rpms/devlibs @@ -6,3 +6,4 @@ mysql-devel # MySQL-python rhel6 openssl-devel # pyOpenSSL postgresql-devel # psycopg2 python-devel # pyOpenSSL +redhat-rpm-config # MySQL-python rhbz-1195207 f21