From 259a714dcd833c79e2f6776bec194c0449666318 Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Sun, 17 Dec 2023 21:56:24 +0100 Subject: [PATCH] - python3, without tests and systemtap --- mysql.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mysql.spec b/mysql.spec index 665fda5..8abaf27 100644 --- a/mysql.spec +++ b/mysql.spec @@ -18,12 +18,12 @@ %bcond_without federated # Federated storage engine support %bcond_without raid # RAID support %bcond_without ssl # OpenSSL support -%bcond_without systemtap # systemtap/dtrace probes +%bcond_with systemtap # systemtap/dtrace probes %bcond_without tcpd # libwrap (tcp_wrappers) support %bcond_with sphinx # Sphinx storage engine support # mysql needs boost 1.77.0 and doesn't support newer/older boost versions %bcond_with system_boost -%bcond_without tests # run test suite +%bcond_with tests # run test suite %bcond_with ndb # NDB is now a separate product, this here is broken, so disable it %bcond_without ldap # LDAP auth support (requires MIT Kerberos) @@ -93,7 +93,7 @@ BuildRequires: ncurses-devel >= 4.2 BuildRequires: pam-devel BuildRequires: perl-devel >= 1:5.6.1 BuildRequires: protobuf-devel >= 2.5 -BuildRequires: python-modules +BuildRequires: python3-modules BuildRequires: readline-devel >= 6.2 BuildRequires: rpcsvc-proto BuildRequires: rpm-build >= 4.6 -- 2.45.1