From b20d2e87ddb84f5ca8e4a2ff18bdc384af2de44a Mon Sep 17 00:00:00 2001 From: Pavol Sloboda Date: Tue, 6 May 2025 09:11:15 +0200 Subject: [PATCH] Removed the redundant BuildRequires of mysql-devel I have removed the redundant BuildRequires of mysql-devel as it is already uncoditionally required by soci-mysql-devel, which is in turn uncoditionally required by this package thus being available in the build chroot transitively. --- sevmgr.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/sevmgr.spec b/sevmgr.spec index fd03e6d..587f83c 100644 --- a/sevmgr.spec +++ b/sevmgr.spec @@ -17,7 +17,6 @@ BuildRequires: soci-mysql-devel BuildRequires: soci-sqlite3-devel BuildRequires: pkgconfig(readline) BuildRequires: pkgconfig(stdair) -BuildRequires: mysql-devel %description %{name} is a C++ library of discrete event queue management classes and