Move ldconfig dependency to the right subpackage. Doesn't seem worth a
rebuild, though.
This commit is contained in:
parent
22c32d815d
commit
7d34bb6ac6
@ -29,12 +29,13 @@ Patch10: mysql-ssl-bugs.patch
|
|||||||
Patch11: mysql-info-schema.patch
|
Patch11: mysql-info-schema.patch
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||||
Prereq: /sbin/ldconfig, /sbin/install-info, grep, fileutils, chkconfig
|
|
||||||
BuildRequires: gperf, perl, readline-devel, openssl-devel
|
BuildRequires: gperf, perl, readline-devel, openssl-devel
|
||||||
BuildRequires: gcc-c++, ncurses-devel, zlib-devel
|
BuildRequires: gcc-c++, ncurses-devel, zlib-devel
|
||||||
BuildRequires: libtool automake autoconf
|
BuildRequires: libtool automake autoconf
|
||||||
# make test requires time
|
# make test requires time
|
||||||
BuildRequires: time
|
BuildRequires: time
|
||||||
|
|
||||||
|
Prereq: /sbin/install-info, grep, fileutils
|
||||||
Requires: %{name}-libs = %{version}-%{release}
|
Requires: %{name}-libs = %{version}-%{release}
|
||||||
Requires: bash
|
Requires: bash
|
||||||
Conflicts: MySQL
|
Conflicts: MySQL
|
||||||
@ -54,6 +55,7 @@ contains the standard MySQL client programs and generic MySQL files.
|
|||||||
Summary: The shared libraries required for MySQL clients
|
Summary: The shared libraries required for MySQL clients
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/Databases
|
Group: Applications/Databases
|
||||||
|
Prereq: /sbin/ldconfig
|
||||||
|
|
||||||
%description libs
|
%description libs
|
||||||
The mysql-libs package provides the essential shared libraries for any
|
The mysql-libs package provides the essential shared libraries for any
|
||||||
|
Loading…
Reference in New Issue
Block a user