mariadb-vl.spec 50 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505
  1. %bcond_with systemd
  2. %bcond_with source
  3. %bcond_without onigmo
  4. %global daemon_name mariadb
  5. %define mysqld_user mysql
  6. %define mysqld_group mysql
  7. %define mysqldatadir /var/lib/mysql
  8. %if %{with systemd}
  9. %define pidfiledir %{_rundir}/mariadb
  10. %else
  11. %define pidfiledir /var/run/mariadb
  12. %endif
  13. # We define some system's well known locations here so we can use them easily
  14. # later when building to another location (like SCL)
  15. %global logrotateddir %{_sysconfdir}/logrotate.d
  16. %global logfiledir %{_localstatedir}/log/%{daemon_name}
  17. %global logfile %{logfiledir}/%{daemon_name}.log
  18. # Working around perl dependency problem
  19. %global __perl_requires %{SOURCE998}
  20. %global __perllib_requires %{SOURCE998}
  21. %define _unpackaged_files_terminate_build 1
  22. %define mariadb_version 10.11.10
  23. %define mariadb_base_version 10.11
  24. %define mroonga_version 14.10
  25. %define groonga_version 14.1.0
  26. %define groonga_normalize_mysql_version 1.2.3
  27. %define client_version 18
  28. %define galera_api_version 26.4
  29. Name: mariadb
  30. Summary: MariaDB: a very fast and robust SQL database server
  31. Version: %{mariadb_version}
  32. Release: 1%{_dist_release}%{?with_systemd:.systemd}
  33. Group: servers
  34. Vendor: Project Vine
  35. Distribution: Vine Linux
  36. Packager: tomop
  37. License: GPL2
  38. URL: https://mariadb.org/
  39. Source: https://archive.mariadb.org/mariadb-%{version}/source/mariadb-%{version}.tar.gz
  40. # for systemd
  41. Source10: mysql.tmpfiles.d.in
  42. Source11: mysql.service.in
  43. Source12: mysql-prepare-db-dir.sh
  44. Source14: mysql-check-socket.sh
  45. Source15: mysql-scripts-common.sh
  46. Source16: mysql-check-upgrade.sh
  47. Source18: mysql@.service.in
  48. Source20: mysql-log-rotate.sh
  49. # Don't depend on lib::mtr*
  50. Source998: perl-requires.sh
  51. Source1000: macros.mariadb.in
  52. Source1001: mysql.init
  53. Source2000: https://github.com/mroonga/mroonga/archive/refs/tags/v%{mroonga_version}.tar.gz#/mroonga-%{mroonga_version}.tar.gz
  54. Patch0: mariadb-scripts.patch
  55. Patch1: mariadb-ownsetup.patch
  56. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  57. BuildRequires: bison, cmake, ninja, gcc-c++, groff, git
  58. BuildRequires: libaio-devel, libboost-devel, libevent-devel, libxml2-devel
  59. BuildRequires: ncurses-devel, perl, openssl-devel, readline-devel
  60. BuildRequires: jemalloc-devel
  61. BuildRequires: pam-devel
  62. BuildRequires: unixODBC-devel
  63. BuildRequires: mecab-devel
  64. BuildRequires: pcre2-devel
  65. BuildRequires: pkgconfig(zlib)
  66. BuildRequires: libzstd-devel
  67. BuildRequires: lz4-devel
  68. BuildRequires: groonga-devel
  69. BuildRequires: groonga-normalizer-mysql-devel
  70. Requires: fileutils sh-utils
  71. Provides: msqlormysql MySQL mysql
  72. Obsoletes: mysql MySQL5
  73. %if %{with systemd}
  74. BuildRequires: systemd
  75. BuildRequires: systemd-devel
  76. %{?systemd_requires}
  77. %else
  78. Requires(post): chkconfig
  79. Requires(preun): chkconfig
  80. %endif
  81. # From the manual
  82. %description
  83. MariaDB: a very fast and robust SQL database server
  84. It is GPL v2 licensed, which means you can use the it free of charge under the
  85. conditions of the GNU General Public License Version 2 (http://www.gnu.org/licenses/).
  86. MariaDB documentation can be found at http://kb.askmonty.org/
  87. MariaDB bug reports should be submitted through https://mariadb.atlassian.net/
  88. %package server
  89. Summary: MariaDB: a very fast and robust SQL database server
  90. Version: %{mariadb_version}
  91. Release: %{release}
  92. Group: servers
  93. Requires: fileutils sh-utils net-tools mariadb-common which
  94. Requires(post): mariadb-common
  95. Provides: mysql-server mysql MySQL MySQL-server mariadbserver-%{mariadb_base_version}
  96. Obsoletes: MySQL mysql mysql-server
  97. Obsoletes: MySQL-server < 5.6.0
  98. Obsoletes: mariadb-tokudb < 10.5.5
  99. %description server
  100. MariaDB: a very fast and robust SQL database server
  101. It is GPL v2 licensed, which means you can use the it free of charge under the
  102. conditions of the GNU General Public License Version 2 (http://www.gnu.org/licenses/).
  103. MariaDB documentation can be found at http://kb.askmonty.org/
  104. MariaDB bug reports should be submitted through https://mariadb.atlassian.net/
  105. %package server-jemalloc
  106. Summary: A configuration file to run MariaDB with jemalloc
  107. Group: servers
  108. BuildRequires: jemalloc
  109. Requires: mariadb-server = %{version}-%{release}
  110. Requires: jemalloc
  111. %description server-jemalloc
  112. This package contains a systemd drop-in file to run MariaDB with jemalloc.
  113. %package mroonga
  114. ##Version: %{mroonga_version}
  115. Summary: A fast fulltext searchable storage engine for MariaDB.
  116. Version: %{mariadb_version}_%{mroonga_version}
  117. Group: servers
  118. Requires(pre): mariadb-server = %{mariadb_version}-%{release}
  119. Requires: mariadb-server = %{mariadb_version}-%{release}
  120. Requires: groonga-libs >= %{groonga_version}
  121. Requires: groonga-tokenizer-mecab >= %{groonga_version}
  122. Requires: groonga-normalizer-mysql >= %{groonga_normalize_mysql_version}
  123. Obsoletes: MySQL-mroonga < 4.02
  124. Obsoletes: mariadb-mroonga < 4.07
  125. Obsoletes: mariadb-mroonga-doc < 4.07
  126. %description mroonga
  127. Mroonga is a fast fulltext searchable storage plugin for MariaDB.
  128. It is based on groonga that is a fast fulltext search engine and
  129. column store. Groonga is good at real-time update.
  130. %package connect
  131. Summary: CONNECT storage engine for MariaDB.
  132. Version: %{mariadb_version}
  133. Group: servers
  134. Requires(pre): mariadb-server = %{mariadb_version}-%{release}
  135. Requires: mariadb-server = %{mariadb_version}-%{release}
  136. %description connect
  137. The CONNECT storage engine enables MariaDB to access external
  138. local or remote data (MED). This is done by defining tables
  139. based on different data types, in particular files in various
  140. formats, data extracted from other DBMS or products (such as Excel)
  141. via ODBC, or data retrieved from the environment (for example
  142. DIR, WMI, and MAC tables).
  143. This storage engine supports table partitioning, MariaDB virtual
  144. columns and also permits defining special columns such as ROWID,
  145. FILEID, and SERVID.
  146. %package galera
  147. Summary: The configuration files and scripts for galera replication
  148. Version: %{mariadb_version}
  149. Group: servers
  150. Provides: mariadb-server-galera = %{mariadb_version}-%{release}
  151. Requires(pre): mariadb-server = %{mariadb_version}-%{release}
  152. Requires: mariadb-server = %{mariadb_version}-%{release}
  153. Requires: galera(%{galera_api_version})
  154. %description galera
  155. This package contains the files for MariaDB Galera Cluster.
  156. %package lz4
  157. Summary: lz4 compression plugin for MariaDB
  158. Version: %{mariadb_version}
  159. Group: servers
  160. Requires: %{name}-server = %{version}-%{release}
  161. %description lz4
  162. This package contains the lz4 compression plugin for MariaDB.
  163. %package client
  164. Summary: MariaDB - Client
  165. Version: %{mariadb_version}
  166. Group: office
  167. Obsoletes: mysql-client MySQL-client < 5.6.0
  168. Provides: mysql-client MySQL-client mariadbclient-%{mariadb_base_version}
  169. %description client
  170. This package contains the standard MariaDB clients and administration tools.
  171. %package devel
  172. Summary: MariaDB - Development libraries and headers
  173. Version: %{mariadb_version}
  174. Group: programming
  175. Requires: %{name}-static, openssl-devel, pkgconfig(zlib)
  176. Conflicts: MySQL-devel < 5.6.0
  177. Conflicts: libmysqlclient-devel
  178. Conflicts: libmariadb-devel
  179. %description devel
  180. This package contains the development libraries and headers to develop
  181. MariaDB server components (e.g. plugins or embedded applications).
  182. %package static
  183. Summary: MariaDB - static libraries
  184. Version: %{mariadb_version}
  185. Group: programming
  186. Requires: %{name}-devel
  187. %description static
  188. This package provides static libraries of MariaDB.
  189. %if %{with source}
  190. %package source
  191. Summary: MariaDB - Source
  192. Version: %{mariadb_version}
  193. Group: programming
  194. Requires: mariadb-devel = %{version}-%{release}
  195. Obsoletes: MySQL-source < 5.6.0
  196. AutoReqProv: no
  197. %description source
  198. This package contains the sources files of MariaDB.
  199. %endif
  200. %package test
  201. Summary: MariaDB - Test suite
  202. Version: %{mariadb_version}
  203. Group: admin-tools
  204. Requires: %{name}-client = %{version}-%{release} perl-DBI perl
  205. Obsoletes: mysql-bench MySQL5-bench MySQL-bench MySQL-test < 5.6.0
  206. Provides: perl(mtr_misc.pl)
  207. %description test
  208. This package contains the MariaDB regression test suite.
  209. %package embedded
  210. Summary: MariaDB as an embeddable library
  211. Version: %{mariadb_version}
  212. Group: system
  213. Obsoletes: mysql-embedded MySQL-embedded
  214. Provides: mysql-embedded MySQL-embedded
  215. %description embedded
  216. This package contains a version of the MariaDB server that can be embedded
  217. into a client application instead of running as a separate process.
  218. %debug_package
  219. %prep
  220. %setup -q
  221. %if %{with systemd}
  222. %patch0 -p1
  223. %endif
  224. %patch1 -p1
  225. tar xvf %{SOURCE2000}
  226. cp -f \
  227. %{SOURCE10} %{SOURCE11} %{SOURCE12} %{SOURCE14} \
  228. %{SOURCE15} %{SOURCE16} %{SOURCE18} \
  229. scripts/
  230. cp -f %{SOURCE20} support-files/
  231. %build
  232. # Be strict about variables, bail at earliest opportunity, etc.
  233. set -eu
  234. # Optional package files
  235. touch optional-files-devel
  236. # Build full release
  237. # workaround: force TOKUDB_OK=1
  238. # https://jira.mariadb.org/browse/MDEV-14524?workflowName=MariaDB+v3&stepId=1
  239. %cmake \
  240. -DINSTALL_LAYOUT=RPM \
  241. -DINSTALL_SBINDIR=libexec \
  242. -DINSTALL_SCRIPTDIR=bin \
  243. -DLOG_LOCATION="%{logfile}" \
  244. -DPID_FILE_DIR="%{pidfiledir}" \
  245. -DBUILD_CONFIG=mysql_release \
  246. -DCMAKE_BUILD_TYPE=Release \
  247. -DINSTALL_UNIX_ADDRDIR="/var/lib/mysql/mysql.sock" \
  248. -DCOMPILATION_COMMENT="Vine Linux MariaDB RPM" \
  249. -DDAEMON_NO_PREFIX="%{name}" \
  250. -DWITH_PIC="ON" \
  251. -DWITH_EMBEDDED_SERVER="ON" \
  252. -DWITH_LOCALES="yes" \
  253. -DWITH_PCRE="system" \
  254. -DWITH_SSL="system" \
  255. -DWITH_ZLIB="system" \
  256. -DWITH_UNIT_TESTS="no" \
  257. -DWITH_SEQUENCE_STORAGE_ENGINE="ON" \
  258. -DWITH_XTRADB_STORAGE_ENGINE="ON" \
  259. -DWITHOUT_MROONGA_STORAGE_ENGINE="yes" \
  260. -DWITH_JEMALLOC="yes" \
  261. %if %{without onigmo}
  262. -DGRN_WITH_ONIGMO="no"
  263. %endif
  264. echo BEGIN_NORMAL_CONFIG ; grep -E '^#define' %{_vpath_builddir}/include/config.h ; echo END_NORMAL_CONFIG
  265. %cmake_build
  266. mariadb_source=`pwd`
  267. mariadb_build=`pwd`/%{_vpath_builddir}
  268. pushd mroonga-%{mroonga_version}
  269. %cmake \
  270. -GNinja \
  271. -DCMAKE_BUILD_TYPE=Release \
  272. -DMYSQL_SOURCE_DIR=${mariadb_source} \
  273. -DMYSQL_BUILD_DIR=${mariadb_build} \
  274. -DMYSQL_CONFIG=${mariadb_build}/scripts/mysql_config \
  275. %{nil}
  276. %cmake_build
  277. popd
  278. %install
  279. rm -rf %{buildroot}
  280. install -d %{buildroot}%{mysqldatadir}/mysql
  281. install -d %{buildroot}%{_infodir}
  282. # Install all binaries
  283. %cmake_install
  284. pushd mroonga-%{mroonga_version}
  285. %cmake_install
  286. mkdir -p %{buildroot}%{_datadir}/mysql
  287. rm -rf %{buildroot}%{_datadir}/mroonga/{deb,rpm}
  288. sed -i -e 's|/usr/share/mroonga/|/usr/share/mysql/mroonga/|' %{buildroot}%{_datadir}/mroonga/{install,uninstall}.sql
  289. mv %{buildroot}%{_datadir}/mroonga %{buildroot}%{_datadir}/mysql/mroonga
  290. popd
  291. %if %{with systemd}
  292. install -d %{buildroot}%{_libexecdir}
  293. pushd %{_vpath_builddir}
  294. rm -rf %{buildroot}/usr/lib/systemd/system
  295. # install systemd unit files and scripts for handling server startup
  296. install -D -p -m 644 scripts/mysql.service %{buildroot}%{_unitdir}/%{daemon_name}.service
  297. install -D -p -m 644 scripts/mysql@.service %{buildroot}%{_unitdir}/%{daemon_name}.service
  298. # Remove the upstream version
  299. rm -f %{buildroot}%{_tmpfilesdir}/tmpfiles.conf
  300. # Install downstream version
  301. install -D -p -m 0644 scripts/mysql.tmpfiles.d %{buildroot}%{_tmpfilesdir}/%{name}.conf
  302. # helper scripts for service starting
  303. install -p -m 755 scripts/mysql-prepare-db-dir %{buildroot}%{_libexecdir}/mysql-prepare-db-dir
  304. install -p -m 755 scripts/mysql-check-socket %{buildroot}%{_libexecdir}/mysql-check-socket
  305. install -p -m 755 scripts/mysql-check-upgrade %{buildroot}%{_libexecdir}/mysql-check-upgrade
  306. install -p -m 644 scripts/mysql-scripts-common %{buildroot}%{_libexecdir}/mysql-scripts-common
  307. popd
  308. jemalloc_file=`ls %{_libdir}/libjemalloc.so.* | head -n 1`
  309. if [ -z "$jemalloc_file" -o ! -x "$jemalloc_file" ]; then
  310. echo "jemalloc not found."
  311. exit 1
  312. fi
  313. mkdir -p %{buildroot}%{_unitdir}/mariadb.service.d
  314. cat <<EOF > %{buildroot}%{_unitdir}/mariadb.service.d/jemalloc.conf
  315. [Service]
  316. Environment="LD_PRELOAD=$jemalloc_file"
  317. EOF
  318. rm -f %{buildroot}%{_sysconfdir}/init.d/*
  319. rm -f %{buildroot}%{_libexecdir}/rcmysql
  320. %else
  321. install -m755 %{SOURCE1001} %{buildroot}%{_sysconfdir}/init.d/mysql
  322. mkdir -p %{buildroot}%{pidfiledir}
  323. # drop systemd files.
  324. rm -rf %{buildroot}%{_sysconfdir}/systemd
  325. %endif
  326. # Logfile creation
  327. mkdir -p %{buildroot}%{logfiledir}
  328. chmod 0750 %{buildroot}%{logfiledir}
  329. #touch %{buildroot}%{logfile}
  330. # for compatibility with upstream RPMs, create mysqld symlink in sbin
  331. mkdir -p %{buildroot}%{_sbindir}
  332. ln -s ../libexec/mysqld %{buildroot}%{_sbindir}/mysqld
  333. ln -s ../libexec/mariadbd %{buildroot}%{_sbindir}/mariadbd
  334. mkdir -p %{buildroot}%{_localstatedir}/run
  335. install -m 0644 Docs/mysql.info %{buildroot}%{_infodir}
  336. rm -rf ./doc
  337. mv -f %{buildroot}%{_docdir} ./
  338. rm doc/README-wsrep
  339. %if %{with source}
  340. mkdir -p %{buildroot}%{_datadir}/%{name}-source
  341. pushd %{buildroot}%{_datadir}/%{name}-source
  342. tar zxf %{SOURCE0}
  343. find %{buildroot}%{_datadir}/%{name}-source -type f -exec chmod ugo-x {} \;
  344. popd
  345. %endif
  346. install -d %{buildroot}%{_sysconfdir}/rpm
  347. sed -e 's/@BASEVERSION@/%{mariadb_base_version}/' -e 's/@VERSION@/%{version}/' -e 's/@RELEASE@/%{release}/' < %{SOURCE1000} > %{buildroot}%{_sysconfdir}/rpm/macros.mariadb
  348. rm -f %{buildroot}%{_mandir}/man1/mysql_fix_privilege_tables.1*
  349. rm -f %{buildroot}%{_mandir}/man8/mysqlmanager.8*
  350. rm -f %{buildroot}%{_sysconfdir}/my.cnf
  351. rm -f %{buildroot}%{_sysconfdir}/my.cnf.d/client.cnf
  352. rm -f %{buildroot}%{_libdir}/libmysqlclient*.so*
  353. rm -f %{buildroot}%{_libdir}/mysql/plugin/daemon_example.ini
  354. # install files for galera cluster.
  355. install -m755 ./scripts/galera_new_cluster.sh %{buildroot}%{_bindir}/galera_new_cluster
  356. install -m755 ./scripts/galera_recovery.sh %{buildroot}%{_bindir}/galera_recovery
  357. perl -pi -e 's|^wsrep_provider=.*$|wsrep_provider=%{_libdir}/galera/libgalera_smm.so|' %{buildroot}%{_datadir}/mysql/wsrep.cnf
  358. perl -pi -e 's|^wsrep_notify_cmd=.*$|#wsrep_notify_cmd=%{_datadir}/mysql/wsrep_notify|' %{buildroot}%{_datadir}/mysql/wsrep.cnf
  359. install -m644 %{buildroot}%{_datadir}/mysql/wsrep.cnf %{buildroot}%{_sysconfdir}/my.cnf.d/galera.cnf
  360. # force linking statically.
  361. perl -pi -e 's,-lmariadb,%{_libdir}/libmariadbclient.a,' %{buildroot}%{_bindir}/mysql_config
  362. perl -pi -e 's,-lmariadb,%{_libdir}/libmariadbclient.a,' %{buildroot}%{_datadir}/pkgconfig/mariadb.pc
  363. # install pam_user_map.so to /lib64/security for 64bit architectures
  364. %ifarch x86_64
  365. if [ ! -e %{buildroot}/%{_lib}/security/pam_user_map.so ]; then
  366. mkdir -p %{buildroot}/%{_lib}/security
  367. mv %{buildroot}/lib/security/pam_user_map.so %{buildroot}/%{_lib}/security/
  368. fi
  369. %endif
  370. # drop client library
  371. rm -f %{buildroot}%{_libdir}/libmariadb.so*
  372. rm -f %{buildroot}%{_prefix}/lib/pkgconfig/libmariadb.pc
  373. rm -f %{buildroot}%{_prefix}/lib64/pkgconfig/libmariadb.pc
  374. ##############################################################################
  375. %pre server
  376. # Create a MySQL user and group. Do not report any problems if it already
  377. # exists.
  378. datadir=/var/lib/mysql
  379. groupadd -r mysql 2> /dev/null || true
  380. useradd -M -r -d $datadir -s /bin/bash -c "MySQL server" -g mysql mysql 2> /dev/null || true
  381. # The user may already exist, make sure it has the proper group nevertheless (BUG#12823)
  382. usermod -g mysql mysql 2> /dev/null || true
  383. # upgrade from mariadb-server <= 10.6.4-1
  384. if [ ! -L %{_sbindir}/mysqld ]; then
  385. rm -f %{_sbindir}/mysqld
  386. fi
  387. if [ ! -L %{_sbindir}/mariadbd ]; then
  388. rm -f %{_sbindir}/mariadbd
  389. fi
  390. %post server
  391. # Make MySQL start/shutdown automatically when the machine does it.
  392. if [ $1 = 1 ] ; then
  393. %if %{with systemd}
  394. %systemd_post %{daemon_name}.service
  395. %else
  396. if [ -x /sbin/chkconfig ] ; then
  397. /sbin/chkconfig --add mysql
  398. fi
  399. %endif
  400. basedir=`/usr/bin/my_print_defaults --mysqld|sed -ne 's/^--basedir=//p'|tail -1`
  401. if [ -z "$basedir" ] ; then
  402. basedir=/usr
  403. fi
  404. datadir=`/usr/bin/my_print_defaults --mysqld|sed -ne 's/^--datadir=//p'|tail -1`
  405. if [ -z "$datadir" ] ; then
  406. datadir=/var/lib/mysql
  407. else
  408. # datadir may be relative to a basedir!
  409. if ! expr $datadir : / > /dev/null; then
  410. datadir=$basedir/$datadir
  411. fi
  412. fi
  413. tmpdir=`/usr/bin/my_print_defaults --mysqld|sed -ne 's/^--datadir=//p'|tail -1`
  414. if [ -z "$datadir" ] ; then
  415. datadir=/var/lib/mysql
  416. else
  417. # datadir may be relative to a basedir!
  418. if ! expr $datadir : / > /dev/null; then
  419. datadir=$basedir/$datadir
  420. fi
  421. fi
  422. # Change permissions so that the user that will run the MySQL daemon
  423. # owns all database files.
  424. chown -R mysql:mysql $datadir
  425. if [ ! -e $datadir/mysql ]; then
  426. # Create data directory
  427. mkdir -p $datadir/{mysql,test}
  428. chown -R mysql:mysql $datadir
  429. # Initiate databases
  430. /usr/bin/mysql_install_db --rpm --user=mysql
  431. fi
  432. # Change permissions again to fix any new files.
  433. chown -R mysql:mysql $datadir
  434. # Fix permissions for the permission database so that only the user
  435. # can read them.
  436. chmod -R og-rw $datadir/mysql
  437. fi
  438. %preun server
  439. %if %{with systemd}
  440. %systemd_preun %{daemon_name}.service
  441. %else
  442. %endif
  443. if [ $1 = 0 ] ; then
  444. # Stop MySQL before uninstalling it
  445. if [ -x /etc/init.d/mysql ] ; then
  446. /etc/init.d/mysql stop > /dev/null
  447. fi
  448. # Don't start it automatically anymore
  449. if [ -x /sbin/chkconfig ] ; then
  450. /sbin/chkconfig --del mysql
  451. fi
  452. fi
  453. %postun server
  454. %if %{with systemd}
  455. %systemd_postun_with_restart %{daemon_name}.service
  456. %else
  457. if [ $1 -ge 1 ]; then
  458. if [ -x /etc/init.d/mysql ] ; then
  459. # only restart the server if it was alredy running
  460. /etc/init.d/mysql status > /dev/null 2>&1 && \
  461. /etc/init.d/mysql restart
  462. fi
  463. fi
  464. %endif
  465. %pre mroonga
  466. if [ $1 -gt 1 ]; then
  467. /usr/bin/mysql -u root < %{_datadir}/mysql/mroonga/uninstall.sql || cat <<EOF
  468. An error occured when to unregister plugin.
  469. Please run a command below:
  470. /usr/bin/mysql -u root < %{_datadir}/mysql/mroonga/uninstall.sql
  471. EOF
  472. fi
  473. %post mroonga
  474. if [ $1 -eq 1 ] ; then
  475. /usr/bin/mysql -u root < %{_datadir}/mysql/mroonga/install.sql || cat <<EOF
  476. An error occured when to register plugin.
  477. Please run a command below:
  478. /usr/bin/mysql -u root < %{_datadir}/mysql/mroonga/install.sql
  479. EOF
  480. fi
  481. %postun mroonga
  482. if [ $1 -gt 0 ] ; then
  483. /usr/bin/mysql -u root < %{_datadir}/mysql/mroonga/install.sql || cat <<EOF
  484. An error occured when to register plugin.
  485. Please run a command below:
  486. /usr/bin/mysql -u root < %{_datadir}/mysql/mroonga/install.sql
  487. EOF
  488. fi
  489. %files server
  490. %license COPYING*
  491. %doc doc/*
  492. %doc %{_infodir}/mysql.info*
  493. %doc %{_mandir}/man1/aria_*.1*
  494. %doc %{_mandir}/man1/innochecksum.1*
  495. %doc %{_mandir}/man1/mariabackup.1*
  496. %doc %{_mandir}/man1/mariadb-backup.1*
  497. %doc %{_mandir}/man1/mariadb-convert-table-format.1*
  498. %doc %{_mandir}/man1/mariadb-conv.1*
  499. %doc %{_mandir}/man1/mariadb-dumpslow.1*
  500. %doc %{_mandir}/man1/mariadb-fix-extensions.1*
  501. %doc %{_mandir}/man1/mariadb-hotcopy.1*
  502. %doc %{_mandir}/man1/mariadb-install-db.1*
  503. %doc %{_mandir}/man1/mariadb-ldb.1*
  504. %doc %{_mandir}/man1/mariadb-secure-installation.1*
  505. %doc %{_mandir}/man1/mariadb-service-convert.1*
  506. %doc %{_mandir}/man1/mariadb-setpermission.1*
  507. %doc %{_mandir}/man1/mariadb-tzinfo-to-sql.1*
  508. %doc %{_mandir}/man1/mariadb-upgrade.1*
  509. %doc %{_mandir}/man1/mariadbd-multi.1*
  510. %doc %{_mandir}/man1/mariadbd-safe-helper.1*
  511. %doc %{_mandir}/man1/mariadbd-safe.1*
  512. %doc %{_mandir}/man1/mbstream.1*
  513. %doc %{_mandir}/man1/my_print_defaults.1*
  514. %doc %{_mandir}/man1/my_safe_process.1*
  515. %doc %{_mandir}/man1/myisam_ftdump.1*
  516. %doc %{_mandir}/man1/myisamchk.1*
  517. %doc %{_mandir}/man1/myisamlog.1*
  518. %doc %{_mandir}/man1/myisampack.1*
  519. %doc %{_mandir}/man1/myrocks_hotbackup.1*
  520. %doc %{_mandir}/man1/mysql_convert_table_format.1*
  521. %doc %{_mandir}/man1/mysql_fix_extensions.1*
  522. %doc %{_mandir}/man1/mysqld_multi.1*
  523. %doc %{_mandir}/man1/mysqld_safe.1*
  524. %doc %{_mandir}/man1/mysqld_safe_helper.1*
  525. %doc %{_mandir}/man1/mysqldumpslow.1*
  526. %doc %{_mandir}/man1/mysql_install_db.1*
  527. %doc %{_mandir}/man1/mysql_ldb.1*
  528. %doc %{_mandir}/man1/mysql_secure_installation.1*
  529. %doc %{_mandir}/man1/mysql_setpermission.1*
  530. %doc %{_mandir}/man1/mysql_upgrade.1*
  531. %doc %{_mandir}/man1/mysqlhotcopy.1*
  532. %doc %{_mandir}/man1/mysql.server.1*
  533. %doc %{_mandir}/man1/mysqltest.1*
  534. %doc %{_mandir}/man1/mysql_tzinfo_to_sql.1*
  535. %doc %{_mandir}/man1/perror.1*
  536. %doc %{_mandir}/man1/replace.1*
  537. %doc %{_mandir}/man1/resolve_stack_dump.1*
  538. %doc %{_mandir}/man1/resolveip.1*
  539. %doc %{_mandir}/man1/wsrep_sst_*.1*
  540. %doc %{_mandir}/man8/mysqld.8*
  541. %doc %{_mandir}/man8/mariadbd.8*
  542. %{_bindir}/aria_*
  543. %{_bindir}/innochecksum
  544. %{_bindir}/mariabackup
  545. %{_bindir}/mariadb-backup
  546. %{_bindir}/mariadb-conv
  547. %{_bindir}/mariadb-convert-table-format
  548. %{_bindir}/mariadb-dumpslow
  549. %{_bindir}/mariadb-fix-extensions
  550. %{_bindir}/mariadb-hotcopy
  551. %{_bindir}/mariadb-install-db
  552. %{_bindir}/mariadb-secure-installation
  553. %{_bindir}/mariadb-setpermission
  554. %{_bindir}/mariadb-tzinfo-to-sql
  555. %{_bindir}/mariadb-upgrade
  556. %{_bindir}/mariadbd-multi
  557. %{_bindir}/mariadbd-safe
  558. %{_bindir}/mariadbd-safe-helper
  559. %{_bindir}/mbstream
  560. %{_bindir}/my_print_defaults
  561. %{_bindir}/myisam_ftdump
  562. %{_bindir}/myisamchk
  563. %{_bindir}/myisamlog
  564. %{_bindir}/myisampack
  565. %{_bindir}/mysql_convert_table_format
  566. %{_bindir}/mysql_fix_extensions
  567. %{_bindir}/mysql_install_db
  568. %{_bindir}/mysql_secure_installation
  569. %{_bindir}/mysql_setpermission
  570. %{_bindir}/mysql_tzinfo_to_sql
  571. %{_bindir}/mysql_upgrade
  572. %{_bindir}/mysqld_multi
  573. %{_bindir}/mysqld_safe
  574. %{_bindir}/mysqld_safe_helper
  575. %{_bindir}/mysqldumpslow
  576. %{_bindir}/mysqlhotcopy
  577. %{_bindir}/mysqltest
  578. %{_bindir}/perror
  579. %{_bindir}/replace
  580. %{_bindir}/resolve_stack_dump
  581. %{_bindir}/resolveip
  582. %{_bindir}/wsrep*
  583. %{_sbindir}/mariadbd
  584. %{_sbindir}/mysqld
  585. %{_libexecdir}/*
  586. %dir %{_libdir}/mysql
  587. %dir %{_libdir}/mysql/plugin
  588. %attr(0700,mysql,root) %dir %{_libdir}/mysql/plugin/auth_pam_tool_dir
  589. %attr(4755,root,root) %{_libdir}/mysql/plugin/auth_pam_tool_dir/auth_pam_tool
  590. %{_libdir}/mysql/plugin/*.so
  591. /%{_lib}/security/pam_user_map.so
  592. %exclude %{_libdir}/mysql/plugin/ha_connect.so
  593. %exclude %{_libdir}/mysql/plugin/ha_mroonga.so
  594. %exclude %{_libdir}/mysql/plugin/provider_lz4.so
  595. %exclude %{_datadir}/mysql/mroonga
  596. #exclude %{_datadir}/mysql/systemd/use_galera_new_cluster.conf
  597. %attr(0750,mysql,mysql) %dir %{logfiledir}
  598. %dir %{_sysconfdir}/my.cnf.d
  599. %config(noreplace) %{_sysconfdir}/my.cnf.d/enable_encryption.preset
  600. %config(noreplace) %{_sysconfdir}/my.cnf.d/server.cnf
  601. %config(noreplace) %{_sysconfdir}/my.cnf.d/spider.cnf
  602. %config(noreplace) %{_sysconfdir}/security/user_map.conf
  603. %config(noreplace,missingok) %{_sysconfdir}/logrotate.d/mariadb
  604. %if %{with systemd}
  605. %{_bindir}/mariadb-service-convert
  606. %{_unitdir}/*.service
  607. %{_tmpfilesdir}/%{name}.conf
  608. %dir %{_unitdir}/mariadb.service.d
  609. %{_sysusersdir}/%{name}.conf
  610. %else
  611. %{_sysconfdir}/init.d/mysql
  612. %attr(0755,mysql,mysql) %dir %{pidfiledir}
  613. %endif
  614. %{_datadir}/mysql
  615. %attr(755, mysql, mysql) %dir %{mysqldatadir}
  616. %ifarch x86_64
  617. %{_bindir}/mariadb-ldb
  618. %{_bindir}/myrocks_hotbackup
  619. %{_bindir}/mysql_ldb
  620. %{_bindir}/sst_dump
  621. %endif
  622. %if %{with systemd}
  623. %files server-jemalloc
  624. %{_unitdir}/mariadb.service.d/jemalloc.conf
  625. %endif
  626. %files mroonga
  627. %license mroonga-%{mroonga_version}/COPYING
  628. %{_libdir}/mysql/plugin/ha_mroonga.so
  629. %{_datadir}/mysql/mroonga
  630. %files connect
  631. %{_libdir}/mysql/plugin/ha_connect.so
  632. %files galera
  633. %doc Docs/README-wsrep
  634. %doc %{_mandir}/man1/galera_new_cluster.1*
  635. %doc %{_mandir}/man1/galera_recovery.1*
  636. %dir %{_sysconfdir}/my.cnf.d
  637. %config(noreplace) %{_sysconfdir}/my.cnf.d/galera.cnf
  638. %{_bindir}/galera_new_cluster
  639. %{_bindir}/galera_recovery
  640. %if %{with systemd}
  641. %{_datadir}/mysql/systemd/use_galera_new_cluster.conf
  642. %endif
  643. %files lz4
  644. %{_libdir}/mysql/plugin/provider_lz4.so
  645. %dir %{_sysconfdir}/my.cnf.d
  646. %{_sysconfdir}/my.cnf.d/provider_lz4.cnf
  647. %files client
  648. %{!?_licensedir:%global license %%doc}
  649. %license COPYING*
  650. %config(noreplace) %{_sysconfdir}/my.cnf.d/mysql-clients.cnf
  651. %{_bindir}/mariadb
  652. %{_bindir}/mariadb-access
  653. %{_bindir}/mariadb-admin
  654. %{_bindir}/mariadb-binlog
  655. %{_bindir}/mariadb-check
  656. %{_bindir}/mariadb-dump
  657. %{_bindir}/mariadb-find-rows
  658. %{_bindir}/mariadb-import
  659. %{_bindir}/mariadb-plugin
  660. %{_bindir}/mariadb-show
  661. %{_bindir}/mariadb-slap
  662. %{_bindir}/mariadb-waitpid
  663. %{_bindir}/msql2mysql
  664. %{_bindir}/mysql
  665. %{_bindir}/mysql_find_rows
  666. %{_bindir}/mysql_plugin
  667. %{_bindir}/mysql_waitpid
  668. %{_bindir}/mysqlaccess
  669. %{_bindir}/mysqladmin
  670. %{_bindir}/mysqlbinlog
  671. %{_bindir}/mysqlcheck
  672. %{_bindir}/mysqldump
  673. %{_bindir}/mysqlimport
  674. %{_bindir}/mysqlshow
  675. %{_bindir}/mysqlslap
  676. %{_bindir}/mytop
  677. %doc %{_mandir}/man1/mariadb.1*
  678. %doc %{_mandir}/man1/mariadb-access.1*
  679. %doc %{_mandir}/man1/mariadb-admin.1*
  680. %doc %{_mandir}/man1/mariadb-binlog.1*
  681. %doc %{_mandir}/man1/mariadb-check.1*
  682. %doc %{_mandir}/man1/mariadb-dump.1*
  683. %doc %{_mandir}/man1/mariadb-find-rows.1*
  684. %doc %{_mandir}/man1/mariadb-import.1*
  685. %doc %{_mandir}/man1/mariadb-plugin.1*
  686. %doc %{_mandir}/man1/mariadb-show.1*
  687. %doc %{_mandir}/man1/mariadb-slap.1*
  688. %doc %{_mandir}/man1/mariadb-waitpid.1*
  689. %doc %{_mandir}/man1/msql2mysql.1*
  690. %doc %{_mandir}/man1/mysql.1*
  691. %doc %{_mandir}/man1/mysql_find_rows.1*
  692. %doc %{_mandir}/man1/mysql_waitpid.1*
  693. %doc %{_mandir}/man1/mysqlaccess.1*
  694. %doc %{_mandir}/man1/mysqladmin.1*
  695. %doc %{_mandir}/man1/mysqlbinlog.1*
  696. %doc %{_mandir}/man1/mysqlcheck.1*
  697. %doc %{_mandir}/man1/mysqldump.1*
  698. %doc %{_mandir}/man1/mysqlimport.1*
  699. %doc %{_mandir}/man1/mysql_plugin.1*
  700. %doc %{_mandir}/man1/mysqlshow.1*
  701. %doc %{_mandir}/man1/mysqlslap.1*
  702. %doc %{_mandir}/man1/mytop.1*
  703. %files devel
  704. %doc %{_mandir}/man1/mysql_config.1*
  705. %{_bindir}/mariadb-config
  706. %{_bindir}/mariadb_config
  707. %{_bindir}/mysql_config
  708. %{_includedir}/mysql
  709. %{_datadir}/aclocal/mysql.m4
  710. %{_libdir}/pkgconfig/mariadb.pc
  711. %{_libdir}/*.so
  712. %{_sysconfdir}/rpm/*
  713. %{_bindir}/mariadb-embedded
  714. %{_bindir}/mysql_embedded
  715. %doc %{_mandir}/man1/mariadb_config.1*
  716. %doc %{_mandir}/man1/mariadb-embedded.1*
  717. %doc %{_mandir}/man1/mysql_embedded.1*
  718. %doc %{_mandir}/man3/*
  719. %files static
  720. %{_libdir}/lib*.a
  721. %if %{with source}
  722. %files source
  723. %{_datadir}/mariadb-source
  724. %endif
  725. %files test
  726. %attr(-, root, root) %{_datadir}/mysql-test
  727. %{_bindir}/mariadb-client-test
  728. %{_bindir}/mariadb-client-test-embedded
  729. %{_bindir}/mariadb-test
  730. %{_bindir}/mariadb-test-embedded
  731. %{_bindir}/mysql_client_test
  732. %{_bindir}/mysql_client_test_embedded
  733. %{_bindir}/mysqltest_embedded
  734. %{_bindir}/test-connect-t
  735. %doc %{_mandir}/man1/mariadb-client-test-embedded.1*
  736. %doc %{_mandir}/man1/mariadb-client-test.1*
  737. %doc %{_mandir}/man1/mariadb-test-embedded.1*
  738. %doc %{_mandir}/man1/mariadb-test.1*
  739. %doc %{_mandir}/man1/mysql_client_test.1*
  740. %doc %{_mandir}/man1/mysql-stress-test.pl.1*
  741. %doc %{_mandir}/man1/mysql-test-run.pl.1*
  742. %doc %{_mandir}/man1/mysql_client_test_embedded.1*
  743. %doc %{_mandir}/man1/mysqltest_embedded.1*
  744. %files embedded
  745. %{_libdir}/libmariadbd.so.*
  746. %changelog
  747. * Mon Nov 11 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.11.10-1
  748. - new upstream release.
  749. * Fri Aug 16 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.11.9-1
  750. - new upstream release.
  751. * Wed Jun 19 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.11.8-1
  752. - new upstream release.
  753. - updated patch1000.
  754. * Tue Feb 13 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.11.7-1
  755. - new upstream release.
  756. - updated patch1000.
  757. * Wed Nov 15 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.11.6-1
  758. - new upstream release.
  759. - updated patch1000.
  760. * Tue Aug 15 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.11.5-1
  761. - new upstream release.
  762. - updated patch1000.
  763. * Wed Aug 02 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.11.4-2
  764. - updated patch1000.
  765. * Wed Jun 07 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.11.4-1
  766. - new upstream release.
  767. - updated patch1000.
  768. * Tue Feb 07 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.6.12-1
  769. - new upstream release.
  770. - updated patch1000.
  771. * Tue Nov 08 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.6.11-1
  772. - new upstream release.
  773. - updated patch1000.
  774. * Tue Aug 16 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.6.9-1
  775. - new upstream release.
  776. - updated patch1000.
  777. * Sat May 21 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.6.8-1
  778. - new upstream release.
  779. - updated patch1000.
  780. * Sun Feb 13 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.6.7-1
  781. - new upstream release.
  782. - updated patch1000.
  783. * Tue Dec 28 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.6.5-6
  784. - updated patch1000.
  785. * Tue Nov 30 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.6.5-5
  786. - updated patch1000.
  787. * Tue Nov 09 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.6.5-4
  788. - new upstream release.
  789. - updated patch1000.
  790. - forgot to reduce %%release.
  791. * Wed Oct 06 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.6.4-4
  792. - updated patch1000.
  793. - rebuilt with openssl-3.0.0.
  794. * Tue Aug 31 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.6.4-3
  795. - updated patch1000.
  796. - dropped Patch1001: merged into mroonga upstream.
  797. * Sun Aug 29 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.6.4-2
  798. - fixed systemd-unit.
  799. - fixed locations of pidfile and logfile.
  800. * Sat Aug 07 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.6.4-1
  801. - new upstream release.
  802. - updated patch1000.
  803. - added Patch1001 to build mroonga with mariadb-10.6.
  804. * Tue Jun 29 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.5.11-1
  805. - new upstream release.
  806. - updated patch1000.
  807. * Sat May 08 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.5.10-1
  808. - new upstream release.
  809. - updated patch1000.
  810. - dropped Patch1001: fixed in upstream.
  811. * Tue Feb 23 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.5.9-1
  812. - new upstream release.
  813. - updated patch1000.
  814. - dropped Patch2000: fixed in upstream.
  815. - added Patch1001 to fix FTBFS.
  816. * Thu Nov 12 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.5.8-1
  817. - new upstream release.
  818. - updated patch1000.
  819. - added Patch2000 to fix failure on starting mariadbd.
  820. * Wed Nov 04 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.5.7-1
  821. - new upstream release.
  822. - replaced patch1000 to update Groonga to v10.0.8.
  823. * Thu Oct 08 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.5.6-1
  824. - new upstream release.
  825. - replaced patch1000 to update Groonga to v10.0.7.
  826. - dropped Patch1001: fixed in upstream.
  827. * Wed Aug 12 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.5.5-1
  828. - new upstream release.
  829. - replaced patch1000 to update Groonga to v10.0.5.
  830. - added Patch1001 to fix FTBFS.
  831. - disabled tokudb as default.
  832. * Thu May 14 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.4.13-1
  833. - new upstream release.
  834. - replaced patch1000 to update Groonga to v10.0.2.
  835. - added systemd support (disabled as default).
  836. * Mon Feb 10 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.4.12-1
  837. - new upstream release.
  838. - replaced patch1000 to update Groonga to v9.1.2.
  839. * Wed Dec 18 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.4.11-1
  840. - new upstream release.
  841. - replaced patch1000 to update Groonga to v9.1.0.
  842. * Sat Nov 09 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.4.10-1
  843. - new upstream release.
  844. * Wed Nov 06 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.4.9-1
  845. - new upstream release.
  846. - replaced patch1000 to update Groonga to v9.0.9.
  847. * Fri Aug 30 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.4.7-1
  848. - new upstream release.
  849. - replaced patch1000 to update Groonga to v9.0.7.
  850. * Fri May 31 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.3.15-1
  851. - new upstream release.
  852. - replaced patch1000 to update Groonga to v9.0.3.
  853. - added BR:lz4-devel.
  854. * Sun May 05 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.3.14-1
  855. - new upstream release.
  856. - replaced patch1000 to update Groonga to v9.0.2.
  857. - added a subpackage for galera cluster.
  858. - enabled regexp with groonga.
  859. * Thu Jan 31 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.3.12-1
  860. - new upstream release.
  861. - replaced patch1000 to update Groonga to v8.1.1.
  862. * Fri Nov 30 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.3.11-1
  863. - new upstream release.
  864. - replaced patch1000 to update Mroonga to v8.09.
  865. * Mon Nov 05 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.3.10-2
  866. - drop shared client library.
  867. * Mon Nov 05 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.3.10-1
  868. - new upstream release.
  869. - replaced patch1000 to update Mroonga to v8.07.
  870. * Fri Mar 30 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.2.14-1
  871. - new upstream release.
  872. - replaced patch1000 to update Mroonga to v8.01.
  873. * Sat Dec 02 2017 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.2.11-1
  874. - new upstream release.
  875. - replaced patch1000 to update Mroonga to v7.09.
  876. * Sun Jul 16 2017 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.2.7-1
  877. - new upstream release.
  878. - replaced patch1000 to update Mroonga to v7.04.
  879. * Thu May 4 2017 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.1.23-1
  880. - new upstream release.
  881. - replaced patch1000 to update Mroonga to v7.02.
  882. * Thu Mar 16 2017 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.1.22-1
  883. - new upstream release.
  884. - replaced patch1000 to update Mroonga to v7.00.
  885. * Wed Dec 21 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.1.20-1
  886. - new upstream release.
  887. - replaced patch1000 to update Mroonga to v6.11.
  888. * Tue Jul 19 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.1.16-1
  889. - new upstream release.
  890. - replaced patch1000 to update Mroonga to v6.06.
  891. * Wed May 11 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.1.14-1
  892. - new upstream release.
  893. - replaced patch1000 to update Mroonga to v6.02.
  894. * Fri Apr 1 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.1.13-1
  895. - new upstream release.
  896. - replaced patch1000 to update Mroonga to v6.01.
  897. * Tue Mar 15 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.1.12-1
  898. - new upstream release.
  899. - replaced patch1000 to update Mroonga to git HEAD.
  900. * Sat Jan 30 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.1.11-1
  901. - new upstream release.
  902. - replaced patch1000 to update Mroonga to v5.12.
  903. * Fri Jan 8 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.1.10-1
  904. - new upstream release.
  905. - replaced patch1000 to update Mroonga to v5.11.
  906. - moved CONNECT and TokuDB storage engines to subpackages.
  907. * Sun Nov 29 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.1.9-4
  908. - replaced patch1000 to update Mroonga to git HEAD.
  909. * Sat Nov 28 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.1.9-3
  910. - replaced patch1000 to update Mroonga to git HEAD.
  911. * Thu Nov 26 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.1.9-2
  912. - replaced patch1000 to update Mroonga to git HEAD.
  913. * Tue Nov 24 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.1.9-1
  914. - new upstream release.
  915. - replaced patch1000 to update Mroonga to git HEAD.
  916. * Fri Oct 30 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.1.8-3
  917. - added BR:jemalloc-devel.
  918. * Thu Oct 29 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.1.8-2
  919. - replaced patch1000 to update Mroonga to 5.09.
  920. * Wed Oct 21 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.1.8-1
  921. - new upstream release.
  922. - replaced patch1000 for MariaDB 10.1.8.
  923. * Fri Oct 9 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.21-3
  924. - replaced patch1000 to update Mroonga to 5.08.
  925. * Mon Aug 31 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.21-2
  926. - replaced patch1000 to update Mroonga to 5.06.
  927. * Mon Aug 10 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.21-1
  928. - new upstream release.
  929. - added patch1000 to update Mroonga from 5.02 to 5.05.
  930. * Tue Jun 30 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.20-2
  931. - fixed dependencies.
  932. * Fri Jun 19 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.20-1
  933. - new upstream release.
  934. * Sun May 10 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.19-1
  935. - new upstream release.
  936. * Fri May 8 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.18-1
  937. - new upstream release.
  938. * Tue Mar 3 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.17-1
  939. - new upstream release.
  940. * Wed Jan 28 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.16-1
  941. - new upstream release.
  942. * Wed Nov 26 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.15-1
  943. - new upstream release.
  944. - enabled bundled Mroonga.
  945. * Mon Sep 29 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.14-1
  946. - new upstream release.
  947. * Sat May 31 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.11-1
  948. - new upstream release.
  949. * Sun Apr 13 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.10-2
  950. - fixed Conflicts: and Obsoletes:.
  951. * Mon Mar 31 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.10-1
  952. - new upstream release.
  953. * Mon Mar 24 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.9-1
  954. - new upstream release.
  955. * Tue Feb 11 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.8-1
  956. - new upstream release.
  957. * Sat Dec 07 2013 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.6-2
  958. - removed duplicated files.
  959. * Wed Dec 04 2013 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.6-1
  960. - switched to MariaDB.
  961. * Wed Feb 20 2013 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.5.30-1
  962. - new upstream release.
  963. * Fri Nov 16 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.5.28-1
  964. - new upstream release.
  965. * Sat Sep 15 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.5.27-1
  966. - new upstream release.
  967. - added a sub-package "MySQL-source".
  968. - added some macros for rpm.
  969. * Thu Jun 21 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.5.25-1
  970. - new upstream release.
  971. * Thu May 10 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.5.24-1
  972. - new upstream release.
  973. * Tue May 01 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.5.23-1
  974. - new upstream release.
  975. - added "Vendor:" and "Distribution:" tag.
  976. * Tue Aug 23 2011 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.5.15-1
  977. - new upstream release.
  978. - removed NDB cluster support.
  979. * Mon Apr 18 2011 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.56-3
  980. - Added "BR: zlib-devel" to MySQL-devel.
  981. * Sun Apr 03 2011 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.56-2
  982. - Added "BR: openssl-devel" to MySQL-devel.
  983. * Fri Mar 11 2011 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.56-1
  984. - new upstream release.
  985. * Mon Jan 10 2011 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.54-1
  986. - new upstream release.
  987. - updated jp-patch.
  988. - added ssl support.
  989. * Sat Nov 06 2010 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.52-1
  990. - new upstream release.
  991. - replaced '%%__find_requires' to '%%__perl_requires'.
  992. - updated jp-patch.
  993. * Fri Oct 29 2010 Shu KONNO <owa@bg.wakwak.com> 5.1.44-3
  994. - added mysql-5.1.44-lib64.patch (on x86_64)
  995. - added -fPIC (on x86_64)
  996. * Sun Oct 17 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 5.1.44-2
  997. - made embedded package again
  998. * Fri Mar 05 2010 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.44-1
  999. - new upstream release.
  1000. - updated jp-patch.
  1001. * Thu Feb 04 2010 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.43-2
  1002. - VineSeed: rebuilt with new toolchain.
  1003. * Wed Feb 03 2010 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.43-1
  1004. - new upstream release.
  1005. - fixed CVE-2009-4484.
  1006. * Fri Nov 20 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.41-1
  1007. - new upstream release.
  1008. * Thu Nov 19 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.40-2
  1009. - added net-tools to 'Requires'.
  1010. - added groff to 'BuildRequires'.
  1011. - renamed subpackage 'MySQL-shared' to 'libmysqlclient16' (VineSeed only).
  1012. * Tue Nov 10 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.40-1
  1013. - new upstream release.
  1014. * Sat Sep 26 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.39-1
  1015. - new upstream release.
  1016. * Sun Jul 5 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.36-1
  1017. - new upstream release.
  1018. - dropped %%Patch100 (fixed in upstream).
  1019. * Sat Jun 6 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.35-1
  1020. - new upstream release.
  1021. - add %%Patch100 (no longer needed for MySQL-5.1.36 or later).
  1022. * Thu May 21 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.34-1
  1023. - new upstream release.
  1024. - rename 'MySQL-bench' to 'MySQL-test'.
  1025. - update Patch0.
  1026. - change default charset to 'utf8'.
  1027. * Sat Apr 12 2008 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 5.0.51a-1
  1028. - new upstream release.
  1029. - update Patch0.
  1030. - add "--with-client-charset=ujis".
  1031. - sync %%files to official RPM.
  1032. - remove MySQL-Max.
  1033. * Thu Dec 13 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 5.0.27-0vl7
  1034. - for VineSeed
  1035. * Thu Dec 13 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 5.0.27-0vl6
  1036. - move shared library from /usr/lib/ to /usr/lib/mysql/
  1037. - add /etc/ld.so.conf.d/*.conf
  1038. - fix broken libmysqlcient*.la files (or should we remove them permanently?)
  1039. * Sat Jun 16 2007 IWAI, Masaharu <iwai@alib.jp> 5.0.27-0vl5
  1040. - rebuild <BTS:VineLinux:534>
  1041. * Mon Nov 13 2006 NAKAMURA Kenta <kenta@vinelinux.org> 5.0.27-0vl4
  1042. - added -fPIC
  1043. * Mon Oct 30 2006 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 5.0.27-0vl3
  1044. - fixed dependency. <BTS:338>
  1045. * Mon Oct 30 2006 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 5.0.27-0vl2
  1046. - add %%Patch1. <BTS:320>
  1047. * Sat Oct 28 2006 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 5.0.27-0vl1
  1048. - new upstream release.
  1049. * Fri Oct 27 2006 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 5.0.26-0vl1
  1050. - new upstream release.
  1051. * Sat Jun 3 2006 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 5.0.22-0vl1
  1052. - new upstream release.
  1053. * Sat May 13 2006 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 5.0.21-0vl1
  1054. - release++.
  1055. * Wed May 10 2006 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 5.0.21-0vl0
  1056. - new upstream release.
  1057. - for VineSeed.
  1058. * Wed Feb 8 2006 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 4.1.16-0vl0
  1059. - new upstream release.
  1060. - replace Patch0 for MySQL-4.1.16.
  1061. * Thu Oct 6 2005 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 4.1.14-0vl0
  1062. - new upstream release.
  1063. - add Patch0.
  1064. * Tue Sep 6 2005 Takeyuki FUJIOKA <fuji@ftserve.net> 4.0.25-0vl0
  1065. - new upstream version
  1066. -- mysql-4.0.25
  1067. * Fri Jan 21 2005 Takeyuki FUJIOKA <fuji@ftserve.net> 4.0.23-0vl0
  1068. - new upstream version
  1069. -- mysql-4.0.23
  1070. * Tue Sep 28 2004 Takeyuki FUJIOKA <fuji@ftserve.net> 4.0.22-0vl0
  1071. - new upstream version
  1072. -- mysql-4.0.22
  1073. * Tue Sep 28 2004 Takeyuki FUJIOKA <fuji@ftserve.net> 4.0.21-0vl1
  1074. - new upstream version
  1075. -- mysql-4.0.21
  1076. * Fri May 21 2004 Satoshi MACHINO <machino@vinelinux.org> 4.0.20-0vl1
  1077. - new upstream version
  1078. -- mysql-4.0.20
  1079. * Tue May 04 2004 Tomoya TAKA <taka@vinelinux.org> 4.0.18-0vl2
  1080. - modify CFLAGS, CXXFLAGS and configure options for alpha
  1081. * Tue Mar 23 2004 Satoshi MACHINO <machino@vinelinux.org> 4.0.18-0vl1
  1082. - Upgraded to MySQL-4
  1083. - added "with-charset=ujis" and "without-readline" to configure (vineseed-plus-02150)
  1084. - merged to MySQL Official packages
  1085. -- renamed package "MySQL" to "MySQL-server"
  1086. -- when using gcc, _always_ use CXX=gcc
  1087. -- replaced Copyright with License field (Copyright is obsolete)
  1088. -- added myisam_ftdump to the Server package
  1089. -- marked /etc/logrotate.d/mysql as a config file (BUG 2156)
  1090. -- fixed file permissions (BUG 1672)
  1091. -- removed dependency on MySQL-client from the MySQL-devel subpackage
  1092. -- as it is not really required. (BUG 1610)
  1093. -- Fixed BUG 1162 (removed macro names from the changelog)
  1094. -- Really fixed BUG 998 (disable the checking for installed but
  1095. -- unpackaged files)
  1096. -- Fixed BUG 959 (libmysqld not being compiled properly)
  1097. -- Fixed BUG 998 (RPM build errors): added missing files to the
  1098. -- distribution (mysql_fix_extensions, mysql_tableinfo, mysqldumpslow,
  1099. -- mysql_fix_privilege_tables.1), removed "-n" from install section.
  1100. -- removed the GIF Icon (file was not included in the sources anyway)
  1101. -- removed unused variable shared_lib_version
  1102. -- do not run automake before building the standard binary
  1103. -- (should not be necessary)
  1104. -- add server suffix '-standard' to standard binary (to be in line
  1105. -- with the binary tarball distributions)
  1106. -- allow overriding CC and CXX (required when building
  1107. -- with other compilers)
  1108. * Mon Apr 14 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 3.23.56-0vl5
  1109. - added BuildRequires: automake16
  1110. * Thu Apr 03 2003 Tomoya TAKA <taka@vinelinux.org> 3.23.56-0vl3
  1111. - add '-fPIC -DPIC' to CFLAGS on alpha
  1112. - little fix of spec file
  1113. * Thu Mar 27 2003 Tomoya TAKA <taka@vinelinux.org> 3.23.56-0vl2
  1114. - enable MySQL-shared subpackage for alpha
  1115. - delete 'BuildPrereq: kernel24-headers' for alpha
  1116. - fix shared %files (exclude sparc)
  1117. * Tue Mar 18 2003 Satoshi MACHINO <machino@vinelinux.org> 3.23.56-0vl1
  1118. - new upstream version
  1119. * Sun Mar 9 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.23.55-0vl2
  1120. - fixed devel %files (dropped *.la files)
  1121. * Tue Jan 28 2003 Satoshi MACHINO <machino@vinelinux.org> 3.23.55-0vl1
  1122. - new upstream version
  1123. - fixed document permission
  1124. * Sat Dec 21 2002 Satoshi MACHINO <machino@vinelinux.org> 3.23.54a-0vl1
  1125. - new upstream version
  1126. * Sat Oct 19 2002 Satoshi MACHINO <machino@vinelinux.org> 3.23.53-0vl2
  1127. - dropped MySQL-Max sub-pakage for sparc/sparc64/alpha
  1128. -- don't work
  1129. * Wed Oct 16 2002 Satoshi MACHINO <machino@vinelinux.org> 3.23.53-0vl1
  1130. - new upstream version
  1131. - diseble-assembler in configure on sparc,sparc64,alpha
  1132. * Wed Aug 21 2002 Satoshi MACHINO <machino@vinelinux.org> 3.23.52-0vl1
  1133. - new upstream version
  1134. - moved some man files to main package
  1135. - added enable-local-infile in configure
  1136. - changed --with-extra-charsets=all in configure
  1137. * Fri Jun 14 2002 Satoshi MACHINO <machino@vinelinux.org> 3.23.51-0vl2
  1138. - fixed changelog
  1139. * Thu Jun 13 2002 Satoshi MACHINO <machino@vinelinux.org> 3.23.51-0vl1
  1140. - updated to mysql-3.23.51
  1141. * Fri Mar 15 2002 Satoshi MACHINO <machino@vinelinux.org> 3.23.49-0vl2
  1142. - rebuild on zlib-1.1.4(security fix.)
  1143. * Mon Feb 18 2002 Satoshi MACHINO <machino@vinelinux.org> 3.23.49-0vl1
  1144. - updated to mysql-2.23.49
  1145. * Tue Feb 12 2002 Tomoya TAKA <taka@vinelinux.org> 3.23.48-0vl2
  1146. - add 'BuildPrereq: kernel24-headers' on alpha
  1147. - remove shared library and max on alpha
  1148. * Tue Feb 12 2002 Satoshi MACHINO <machino@vinelinux.org> 3.23.48-0vl1
  1149. - updated to mysql-3.23.48
  1150. * Thu Jan 03 2002 Satoshi MACHINO <machino@vinelinux.org> 3.23.47-0vl1
  1151. - updated to mysql-3.23.47
  1152. * Wed Dec 05 2001 Satoshi MACHINO <machino@vinelinux.org> 3.23.46-0vl1
  1153. - updated to mysql-3.23.46
  1154. * Thu Nov 29 2001 Satoshi MACHINO <machino@vinelinux.org> 3.23.45-0vl1
  1155. - updated to mysql-3.23.45
  1156. * Mon Nov 12 2001 Satoshi MACHINO <machino@vinelinux.org> 3.23.44-0vl1
  1157. - updated to mysql-3.23.44
  1158. * Sat Oct 13 2001 Satoshi MACHINO <machino@vinelinux.org> 3.23.43-0vl1
  1159. - updated to mysql-3.23.43
  1160. - removed shared library and max on sparc
  1161. * Wed Sep 12 2001 Satoshi MACHINO <machino@vinelinux.org> 3.23.42-0vl1
  1162. - updated to mysql-3.23.42
  1163. - changed MYSQL_BUILD_CC: and MYSQL_BUILD_XCC: to -gcc
  1164. * Thu Aug 30 2001 Satoshi MACHINO <machino@vinelinux.org> 3.23.41-0vl1
  1165. - updated to mysql-3.23.41
  1166. * Wed Aug 22 2001 Satoshi MACHINO <machino@vinelinux.org> 3.23.40-0vl1
  1167. - updated to mysql-3.23.40
  1168. * Tue Jul 10 2001 Satoshi MACHINO <machino@vinelinux.org> 3.23.39-0vl1
  1169. - updated to mysql-3.23.39
  1170. * Fri Jun 15 2001 Satoshi MACHINO <machino@vinelinux.org> 3.23.38-1vl2
  1171. - added configure --with-charset=ujis
  1172. * Sun May 27 2001 Satoshi MACHINO <machino@vinelinux.org> 3.23.38-1vl2
  1173. - used some rpmmacro
  1174. * Fri May 25 2001 Satoshi MACHINO <machino@vinelinux.org> 3.23.38-1vl1
  1175. - updated to MySQL-3.23.38
  1176. * Thu Dec 07 2000 Satoshi MACHINO <machino@vinelinux.org> 3.23.28-1vl2
  1177. - removed Bench pakages
  1178. * Tue Dec 05 2000 Satoshi MACHINO <machino@vinelinux.org> 3.23.28-1vl1
  1179. - removed pt_BR locale
  1180. - build on Vine Linux
  1181. - partially used rpmmacros
  1182. - added %clean tag
  1183. * Fri Aug 18 2000 Tim Smith <tim@mysql.com>
  1184. - Added separate libmysql_r directory; now both a threaded
  1185. and non-threaded library is shipped.
  1186. * Tue Sep 28 1999 David Axmark <davida@mysql.com>
  1187. - Added the support-files/my-example.cnf to the docs directory.
  1188. - Removed devel dependency on base since it is about client
  1189. development.
  1190. * Wed Sep 8 1999 David Axmark <davida@mysql.com>
  1191. - Cleaned up some for 3.23.
  1192. * Thu Jul 1 1999 David Axmark <davida@mysql.com>
  1193. - Added support for shared libraries in a separate sub
  1194. package. Original fix by David Fox (dsfox@cogsci.ucsd.edu)
  1195. - The --enable-assembler switch is now automatically disables on
  1196. platforms there assembler code is unavailable. This should allow
  1197. building this RPM on non i386 systems.
  1198. * Mon Feb 22 1999 David Axmark <david@detron.se>
  1199. - Removed unportable cc switches from the spec file. The defaults can
  1200. now be overridden with environment variables. This feature is used
  1201. to compile the official RPM with optimal (but compiler version
  1202. specific) switches.
  1203. - Removed the repetitive description parts for the sub rpms. Maybe add
  1204. again if RPM gets a multiline macro capability.
  1205. - Added support for a pt_BR translation. Translation contributed by
  1206. Jorge Godoy <jorge@bestway.com.br>.
  1207. * Wed Nov 4 1998 David Axmark <david@detron.se>
  1208. - A lot of changes in all the rpm and install scripts. This may even
  1209. be a working RPM :-)
  1210. * Sun Aug 16 1998 David Axmark <david@detron.se>
  1211. - A developers changelog for MySQL is available in the source RPM. And
  1212. there is a history of major user visible changed in the Reference
  1213. Manual. Only RPM specific changes will be documented here.