mariadb-vl.spec 49 KB

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