From a1a3d9a8be2f939d37db7cccf1a36c0a547fc8af Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Thu, 9 May 2024 21:44:09 +0200 Subject: [PATCH] - fix bcond comment (breaks build) --- mysql.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql.spec b/mysql.spec index c6f4ec1..1c04871 100644 --- a/mysql.spec +++ b/mysql.spec @@ -12,7 +12,7 @@ %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) -%bcond_without default # default version of MySQL (with -common and -devel) +%bcond_without default # default version of MySQL (with common and devel) %define mysqlversion 8.0 %define mysqlpriority 80 -- 2.46.0