Force MariaDB dependency as a workaround for f19 compose

This commit is contained in:
Petr Šabata 2013-04-29 15:17:54 +02:00
parent ce330e3e0e
commit b96124cf88

View File

@ -1,12 +1,12 @@
Name: perl-DBD-MySQL Name: perl-DBD-MySQL
Version: 4.023 Version: 4.023
Release: 1%{?dist} Release: 2%{?dist}
Summary: A MySQL interface for Perl Summary: A MySQL interface for Perl
Group: Development/Libraries Group: Development/Libraries
License: GPL+ or Artistic License: GPL+ or Artistic
URL: http://search.cpan.org/dist/DBD-mysql/ URL: http://search.cpan.org/dist/DBD-mysql/
Source0: http://www.cpan.org/authors/id/C/CA/CAPTTOFU/DBD-mysql-%{version}.tar.gz Source0: http://www.cpan.org/authors/id/C/CA/CAPTTOFU/DBD-mysql-%{version}.tar.gz
BuildRequires: mysql, mysql-devel, zlib-devel BuildRequires: mariadb, mariadb-devel, zlib-devel
BuildRequires: perl BuildRequires: perl
BuildRequires: perl(Carp) BuildRequires: perl(Carp)
BuildRequires: perl(Config) BuildRequires: perl(Config)
@ -65,6 +65,9 @@ find %{buildroot} -type f -name '*.bs' -empty -exec rm -f {} ';'
%{_mandir}/man3/*.3* %{_mandir}/man3/*.3*
%changelog %changelog
* Mon Apr 29 2013 Petr Šabata <contyk@redhat.com> - 4.023-2
- Force MariaDB dependency as a workaround for f19 compose
* Mon Apr 15 2013 Petr Pisar <ppisar@redhat.com> - 4.023-1 * Mon Apr 15 2013 Petr Pisar <ppisar@redhat.com> - 4.023-1
- 4.023 bump - 4.023 bump