#1 Use the correct name of the required package
Merged 4 years ago by dfateyev. Opened 4 years ago by mschorm.
rpms/ mschorm/perl-Test-mysqld master  into  master

file modified
+2 -2
@@ -24,7 +24,7 @@ 

  BuildRequires:  perl(POSIX)

  BuildRequires:  perl(Time::HiRes)

  BuildRequires:  perl(warnings)

- BuildRequires:  mysql-compat-server

+ BuildRequires:  mariadb-server

  

  # Testing

  BuildRequires:  perl(DBD::mysql)
@@ -35,7 +35,7 @@ 

  Requires:       perl(DBD::mysql)

  Requires:       perl(File::Basename)

  Requires:       perl(File::Spec)

- Requires:       mysql-compat-server

+ Requires:       mariadb-server

  

  %description

  Test::mysqld automatically setups a mysqld instance in a temporary

The "mysql-compat*" names are ancient one and will be removed soon.

Hello,
I'm the mainatiner of 'mariadb' and 'community-mysql', which both provides this "mysql-compat*" names.

I'm trying to clean up ancient artifact and get rid of them.
Your package is the only one using them nowadays.

I changed the mysql-compat*" names to the actual result resolved by DNF, which is (correctly) 'mariadb'

Pull-Request has been merged by dfateyev

4 years ago
Metadata