diff --git a/mysql.spec b/mysql.spec index 6c7638c..a9b3cac 100644 --- a/mysql.spec +++ b/mysql.spec @@ -1,6 +1,6 @@ Name: mysql Version: 4.1.7 -Release: 6 +Release: 7 Source0: http://dev.mysql.com/get/Downloads/MySQL-4.1/mysql-%{version}.tar.gz Source1: mysql.init Source2: mysql.logrotate @@ -10,6 +10,7 @@ Source4: scriptstub.c Source999: filter-requires-mysql.sh Patch1: mysql-libdir.patch Patch2: mysql-errno.patch +Patch3: mysql-libtool.patch URL: http://www.mysql.com BuildRoot: %{_tmppath}/%{name}-%{version}-root Summary: MySQL client programs and shared libraries. @@ -83,6 +84,7 @@ MySQL. %patch1 -p1 %patch2 -p1 +%patch3 -p1 libtoolize --force aclocal @@ -124,9 +126,7 @@ gcc $CFLAGS $LDFLAGS -o scriptstub "-DLIBDIR=\"%{_libdir}/mysql\"" %{SOURCE4} make %{?_smp_mflags} make check -%ifnarch ppc64 s390x x86_64 make test -%endif %install rm -rf $RPM_BUILD_ROOT @@ -353,6 +353,10 @@ fi %{_datadir}/sql-bench %changelog +* Mon Dec 13 2004 Tom Lane 4.1.7-7 +- Suppress someone's silly idea that libtool overhead can be skipped +- Run make test on all archs + * Sun Dec 12 2004 Tom Lane 4.1.7-6 - Fix init script to not need a valid username for startup check (bz#142328) - Fix init script to honor settings appearing in /etc/my.cnf (bz#76051)