Author: arekm Date: Sat Nov 1 20:36:37 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - rel 2; drop certs dir for now (change not complete, breaking deps).
---- Files affected: SPECS: mysql.spec (1.430 -> 1.431) ---- Diffs: ================================================================ Index: SPECS/mysql.spec diff -u SPECS/mysql.spec:1.430 SPECS/mysql.spec:1.431 --- SPECS/mysql.spec:1.430 Mon Oct 27 21:37:44 2008 +++ SPECS/mysql.spec Sat Nov 1 21:36:32 2008 @@ -28,7 +28,7 @@ Summary(zh_CN.UTF-8): MySQL数据库服务器 Name: mysql Version: 5.1.29 -Release: 1 +Release: 2 License: GPL + MySQL FLOSS Exception Group: Applications/Databases #Source0Download: http://dev.mysql.com/downloads/mysql/5.1.html#source @@ -536,7 +536,7 @@ %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT/etc/{logrotate.d,rc.d/init.d,sysconfig,mysql,ssl/certs/mysql} \ +install -d $RPM_BUILD_ROOT/etc/{logrotate.d,rc.d/init.d,sysconfig,mysql} \ $RPM_BUILD_ROOT/var/{log/{archive,}/mysql,lib/mysql} \ $RPM_BUILD_ROOT{%{_infodir},%{_mysqlhome}} @@ -798,7 +798,6 @@ %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/mysql %attr(754,root,root) /etc/rc.d/init.d/mysql %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/mysql -%dir /etc/ssl/certs/mysql %attr(640,root,mysql) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mysql/clusters.conf %attr(755,root,root) %{_sbindir}/innochecksum %attr(755,root,root) %{_sbindir}/my_print_defaults @@ -1046,6 +1045,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.431 2008/11/01 20:36:32 arekm +- rel 2; drop certs dir for now (change not complete, breaking deps). + Revision 1.430 2008/10/27 20:37:44 arekm - up to 5.1.29 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/mysql.spec?r1=1.430&r2=1.431&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
