mariadb-vl.spec 42 KB

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