mariadb-vl.spec 49 KB

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