Page MenuHomeSolus

0001-mariadb-10.1.19.patch

Authored By
rnesius
Nov 22 2016, 5:15 AM
Size
24 KB
Referenced Files
None
Subscribers
None

0001-mariadb-10.1.19.patch

From 349d801d7b90f81b5f198e19cb6bc5f7bc0ca636 Mon Sep 17 00:00:00 2001
From: Robert Nesius <nesius@gmail.com>
Date: Mon, 21 Nov 2016 20:58:48 -0800
Subject: [PATCH 1/1] mariadb 10.1.19
---
files/001-fix-service-file.patch | 12 ++
files/mysql.sysusers | 2 +
package.yml | 48 +++++++
pspec_x86_64.xml | 274 +++++++++++++++++++++++++++++++++++++++
4 files changed, 336 insertions(+)
create mode 100644 files/001-fix-service-file.patch
create mode 100644 files/mysql.sysusers
create mode 100644 package.yml
create mode 100644 pspec_x86_64.xml
diff --git a/files/001-fix-service-file.patch b/files/001-fix-service-file.patch
new file mode 100644
index 0000000..85c846a
--- /dev/null
+++ b/files/001-fix-service-file.patch
@@ -0,0 +1,12 @@
+--- support-files/mariadb.service 2016-10-03 22:07:26.177912262 -0700
++++ support-files/mariadb.service.new 2016-11-21 19:00:49.688998123 -0800
+@@ -79,7 +79,8 @@
+ # Use the [service] section and Environment="MYSQLD_OPTS=...".
+ # This isn't a replacement for my.cnf.
+ # _WSREP_NEW_CLUSTER is for the exclusive use of the script galera_new_cluster
+-ExecStart=/usr/sbin/mysqld $MYSQLD_OPTS $_WSREP_NEW_CLUSTER $_WSREP_START_POSITION
++ExecStart=/usr/sbin/mysqld $MYSQLD_OPTS $_WSREP_NEW_CLUSTER $_WSREP_START_POSITION --datadir=/var/db/mysql/data --plugin-dir=/usr/lib/mysql/plugin --basedir=/usr
++
+
+
+ # Unset _WSREP_START_POSITION environment variable.
diff --git a/files/mysql.sysusers b/files/mysql.sysusers
new file mode 100644
index 0000000..e50806f
--- /dev/null
+++ b/files/mysql.sysusers
@@ -0,0 +1,2 @@
+g mysql 88 -
+u mysql 88 "mysql" /var/db/mysql
diff --git a/package.yml b/package.yml
new file mode 100644
index 0000000..66aa0d9
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,48 @@
+name : mariadb
+version : 10.1.19
+release : 1
+source :
+ - https://github.com/MariaDB/server/archive/mariadb-10.1.19.tar.gz : 8b545cb455c639cac62994e8864ef933c39bea8c65ff745c2a82a7395d208868
+license : GPL-2.0 LGPL-2.1
+component : database
+summary : MariaDB server is a community developed fork of MySQL server.
+description: |
+ MariaDB server is a community developed fork of MySQL server. Started by core members of the original MySQL team, MariaDB actively works with outside developers to deliver the most featureful, stable, and sanely licensed open SQL server in the industry.
+setup : >
+ %cmake .
+ -DCMAKE_BUILD_TYPE=Release
+ -DPLUGIN_AUTH_GSSAPI:STRING=NO
+ -WITH_SYSTEMD=yes
+ -SECURITY_HARDENED=ON
+ -WITH_PCRE=system
+ -WITH_READLINE=OFF
+ -WITH_SSL=system
+ -WITH_ZLIB=system
+ -DINSTALL_MANDIR=share/man
+ -DINSTALL_DOCDIR=share/doc/mariadb-10.1.18
+ -DINSTALL_DOCREADMEDIR=share/doc/mariadb-10.1.18
+ -DINSTALL_MYSQLSHAREDIR=share/mysql
+ -DINSTALL_MYSQLTESTDIR=share/mysql/test
+ -DINSTALL_PLUGINDIR=lib/mysql/plugin
+ -DINSTALL_SQLBENCHDIR=share/mysql/bench
+ -DINSTALL_SUPPORTFILESDIR=share/mysql
+ -DINSTALL_SCRIPTDIR=bin
+ -DINSTALL_SBINDIR=sbin
+ -DMYSQL_DATADIR=/var/db/mysql
+ -DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock
+build : |
+ %make
+install : |
+ %make_install
+ %patch $workdir/support-files/mariadb.service $pkgfiles/001-fix-service-file.patch
+ install -D -m 00644 $pkgfiles/mysql.sysusers $installdir/%libdir%/sysusers.d/mysql.conf
+ install -D -m 00644 $workdir/support-files/mariadb.service $installdir/%libdir%/systemd/system/mariadb.service
+ mkdir -p $installdir/var/db/mysql
+ chown -R 88:88 $installdir/var/db/mysql
+ mkdir -p $installdir/run/mysqld
+ chown -R 88:88 $installdir/run/mysqld
+patterns:
+ - /var/db/mysql
+ - /run/mysqld
+ - test:
+ - /usr/share/mysql/test
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
new file mode 100644
index 0000000..4b5164e
--- /dev/null
+++ b/pspec_x86_64.xml
@@ -0,0 +1,274 @@
+<PISI>
+ <Source>
+ <Name>mariadb</Name>
+ <Packager>
+ <Name>Robert Nesius</Name>
+ <Email>nesius@gmail.com</Email>
+ </Packager>
+ <License>GPL-2.0 LGPL-2.1</License>
+ <PartOf>database</PartOf>
+ <Summary xml:lang="en">MariaDB server is a community developed fork of MySQL server.</Summary>
+ <Description xml:lang="en">MariaDB server is a community developed fork of MySQL server. Started by core members of the original MySQL team, MariaDB actively works with outside developers to deliver the most featureful, stable, and sanely licensed open SQL server in the industry.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>mariadb</Name>
+ <Summary xml:lang="en">MariaDB server is a community developed fork of MySQL server.</Summary>
+ <Description xml:lang="en">MariaDB server is a community developed fork of MySQL server. Started by core members of the original MySQL team, MariaDB actively works with outside developers to deliver the most featureful, stable, and sanely licensed open SQL server in the industry.
+</Description>
+ <PartOf>database</PartOf>
+ <Files>
+ <Path fileType="data">/run/mysqld</Path>
+ <Path fileType="executable">/usr/bin</Path>
+ <Path fileType="data">/usr/data/test/db.opt</Path>
+ <Path fileType="library">/usr/lib/lib*.so.*</Path>
+ <Path fileType="library">/usr/lib/mysql/plugin/adt_null.so</Path>
+ <Path fileType="library">/usr/lib/mysql/plugin/auth_0x0100.so</Path>
+ <Path fileType="library">/usr/lib/mysql/plugin/auth_pam.so</Path>
+ <Path fileType="library">/usr/lib/mysql/plugin/auth_socket.so</Path>
+ <Path fileType="library">/usr/lib/mysql/plugin/auth_test_plugin.so</Path>
+ <Path fileType="library">/usr/lib/mysql/plugin/daemon_example.ini</Path>
+ <Path fileType="library">/usr/lib/mysql/plugin/debug_key_management.so</Path>
+ <Path fileType="library">/usr/lib/mysql/plugin/dialog.so</Path>
+ <Path fileType="library">/usr/lib/mysql/plugin/dialog_examples.so</Path>
+ <Path fileType="library">/usr/lib/mysql/plugin/example_key_management.so</Path>
+ <Path fileType="library">/usr/lib/mysql/plugin/file_key_management.so</Path>
+ <Path fileType="library">/usr/lib/mysql/plugin/ha_archive.so</Path>
+ <Path fileType="library">/usr/lib/mysql/plugin/ha_blackhole.so</Path>
+ <Path fileType="library">/usr/lib/mysql/plugin/ha_connect.so</Path>
+ <Path fileType="library">/usr/lib/mysql/plugin/ha_example.so</Path>
+ <Path fileType="library">/usr/lib/mysql/plugin/ha_federated.so</Path>
+ <Path fileType="library">/usr/lib/mysql/plugin/ha_federatedx.so</Path>
+ <Path fileType="library">/usr/lib/mysql/plugin/ha_innodb.so</Path>
+ <Path fileType="library">/usr/lib/mysql/plugin/ha_mroonga.so</Path>
+ <Path fileType="library">/usr/lib/mysql/plugin/ha_sphinx.so</Path>
+ <Path fileType="library">/usr/lib/mysql/plugin/ha_spider.so</Path>
+ <Path fileType="library">/usr/lib/mysql/plugin/ha_test_sql_discovery.so</Path>
+ <Path fileType="library">/usr/lib/mysql/plugin/ha_tokudb.so</Path>
+ <Path fileType="library">/usr/lib/mysql/plugin/handlersocket.so</Path>
+ <Path fileType="library">/usr/lib/mysql/plugin/libdaemon_example.so</Path>
+ <Path fileType="library">/usr/lib/mysql/plugin/locales.so</Path>
+ <Path fileType="library">/usr/lib/mysql/plugin/metadata_lock_info.so</Path>
+ <Path fileType="library">/usr/lib/mysql/plugin/mypluglib.so</Path>
+ <Path fileType="library">/usr/lib/mysql/plugin/mysql_clear_password.so</Path>
+ <Path fileType="library">/usr/lib/mysql/plugin/qa_auth_client.so</Path>
+ <Path fileType="library">/usr/lib/mysql/plugin/qa_auth_interface.so</Path>
+ <Path fileType="library">/usr/lib/mysql/plugin/qa_auth_server.so</Path>
+ <Path fileType="library">/usr/lib/mysql/plugin/query_cache_info.so</Path>
+ <Path fileType="library">/usr/lib/mysql/plugin/query_response_time.so</Path>
+ <Path fileType="library">/usr/lib/mysql/plugin/semisync_master.so</Path>
+ <Path fileType="library">/usr/lib/mysql/plugin/semisync_slave.so</Path>
+ <Path fileType="library">/usr/lib/mysql/plugin/server_audit.so</Path>
+ <Path fileType="library">/usr/lib/mysql/plugin/simple_password_check.so</Path>
+ <Path fileType="library">/usr/lib/mysql/plugin/sql_errlog.so</Path>
+ <Path fileType="library">/usr/lib/mysql/plugin/wsrep_info.so</Path>
+ <Path fileType="library">/usr/lib64/systemd/system/mariadb.service</Path>
+ <Path fileType="library">/usr/lib64/sysusers.d/mysql.conf</Path>
+ <Path fileType="executable">/usr/sbin</Path>
+ <Path fileType="doc">/usr/share/doc</Path>
+ <Path fileType="man">/usr/share/man</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/Data/ATIS/aircraft.txt</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/Data/ATIS/airline.txt</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/Data/ATIS/airport.txt</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/Data/ATIS/airport_service.txt</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/Data/ATIS/city.txt</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/Data/ATIS/class_of_service.txt</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/Data/ATIS/code_description.txt</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/Data/ATIS/compound_class.txt</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/Data/ATIS/connect_leg.txt</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/Data/ATIS/date_day.txt</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/Data/ATIS/day_name.txt</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/Data/ATIS/dual_carrier.txt</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/Data/ATIS/fare.txt</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/Data/ATIS/fconnection.txt</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/Data/ATIS/flight.txt</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/Data/ATIS/flight_class.txt</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/Data/ATIS/flight_day.txt</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/Data/ATIS/flight_fare.txt</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/Data/ATIS/food_service.txt</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/Data/ATIS/ground_service.txt</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/Data/ATIS/month_name.txt</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/Data/ATIS/restrict_carrier.txt</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/Data/ATIS/restrict_class.txt</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/Data/ATIS/restriction.txt</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/Data/ATIS/state.txt</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/Data/ATIS/stop.txt</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/Data/ATIS/stop1.txt</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/Data/ATIS/time_interval.txt</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/Data/ATIS/time_zone.txt</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/Data/ATIS/transport.txt</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/Data/Wisconsin/onek.data</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/Data/Wisconsin/tenk.data</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/README</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/bench-count-distinct</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/bench-init.pl</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/compare-results</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/copy-db</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/crash-me</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/graph-compare-results</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/innotest1</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/innotest1a</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/innotest1b</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/innotest2</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/innotest2a</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/innotest2b</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/limits/Adabas.cfg</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/limits/Informix.cfg</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/limits/access.cfg</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/limits/access_odbc.cfg</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/limits/db2.cfg</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/limits/empress.cfg</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/limits/frontbase.cfg</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/limits/interbase-dialect1.cfg</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/limits/interbase-dialect3.cfg</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/limits/interbase-superserver.cfg</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/limits/interbase.cfg</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/limits/mimer.cfg</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/limits/ms-sql.cfg</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/limits/ms-sql65.cfg</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/limits/msql.cfg</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/limits/mysql-3.22.cfg</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/limits/mysql-3.23.cfg</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/limits/mysql-4.0.cfg</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/limits/mysql-4.1.cfg</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/limits/mysql.cfg</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/limits/oracle.cfg</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/limits/pg.cfg</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/limits/solid-nt4.cfg</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/limits/solid.cfg</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/limits/sybase.cfg</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/myisam.cnf</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/run-all-tests</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/server-cfg</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/test-ATIS</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/test-alter-table</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/test-big-tables</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/test-connect</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/test-create</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/test-insert</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/test-select</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/test-table-elimination</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/test-transactions</Path>
+ <Path fileType="data">/usr/share/mysql/bench/sql-bench/test-wisconsin</Path>
+ <Path fileType="data">/usr/share/mysql/binary-configure</Path>
+ <Path fileType="data">/usr/share/mysql/charsets/Index.xml</Path>
+ <Path fileType="data">/usr/share/mysql/charsets/README</Path>
+ <Path fileType="data">/usr/share/mysql/charsets/armscii8.xml</Path>
+ <Path fileType="data">/usr/share/mysql/charsets/ascii.xml</Path>
+ <Path fileType="data">/usr/share/mysql/charsets/cp1250.xml</Path>
+ <Path fileType="data">/usr/share/mysql/charsets/cp1251.xml</Path>
+ <Path fileType="data">/usr/share/mysql/charsets/cp1256.xml</Path>
+ <Path fileType="data">/usr/share/mysql/charsets/cp1257.xml</Path>
+ <Path fileType="data">/usr/share/mysql/charsets/cp850.xml</Path>
+ <Path fileType="data">/usr/share/mysql/charsets/cp852.xml</Path>
+ <Path fileType="data">/usr/share/mysql/charsets/cp866.xml</Path>
+ <Path fileType="data">/usr/share/mysql/charsets/dec8.xml</Path>
+ <Path fileType="data">/usr/share/mysql/charsets/geostd8.xml</Path>
+ <Path fileType="data">/usr/share/mysql/charsets/greek.xml</Path>
+ <Path fileType="data">/usr/share/mysql/charsets/hebrew.xml</Path>
+ <Path fileType="data">/usr/share/mysql/charsets/hp8.xml</Path>
+ <Path fileType="data">/usr/share/mysql/charsets/keybcs2.xml</Path>
+ <Path fileType="data">/usr/share/mysql/charsets/koi8r.xml</Path>
+ <Path fileType="data">/usr/share/mysql/charsets/koi8u.xml</Path>
+ <Path fileType="data">/usr/share/mysql/charsets/latin1.xml</Path>
+ <Path fileType="data">/usr/share/mysql/charsets/latin2.xml</Path>
+ <Path fileType="data">/usr/share/mysql/charsets/latin5.xml</Path>
+ <Path fileType="data">/usr/share/mysql/charsets/latin7.xml</Path>
+ <Path fileType="data">/usr/share/mysql/charsets/macce.xml</Path>
+ <Path fileType="data">/usr/share/mysql/charsets/macroman.xml</Path>
+ <Path fileType="data">/usr/share/mysql/charsets/swe7.xml</Path>
+ <Path fileType="data">/usr/share/mysql/czech/errmsg.sys</Path>
+ <Path fileType="data">/usr/share/mysql/danish/errmsg.sys</Path>
+ <Path fileType="data">/usr/share/mysql/dutch/errmsg.sys</Path>
+ <Path fileType="data">/usr/share/mysql/english/errmsg.sys</Path>
+ <Path fileType="data">/usr/share/mysql/errmsg-utf8.txt</Path>
+ <Path fileType="data">/usr/share/mysql/estonian/errmsg.sys</Path>
+ <Path fileType="data">/usr/share/mysql/fill_help_tables.sql</Path>
+ <Path fileType="data">/usr/share/mysql/french/errmsg.sys</Path>
+ <Path fileType="data">/usr/share/mysql/german/errmsg.sys</Path>
+ <Path fileType="data">/usr/share/mysql/greek/errmsg.sys</Path>
+ <Path fileType="data">/usr/share/mysql/hungarian/errmsg.sys</Path>
+ <Path fileType="data">/usr/share/mysql/install_spider.sql</Path>
+ <Path fileType="data">/usr/share/mysql/italian/errmsg.sys</Path>
+ <Path fileType="data">/usr/share/mysql/japanese/errmsg.sys</Path>
+ <Path fileType="data">/usr/share/mysql/korean/errmsg.sys</Path>
+ <Path fileType="data">/usr/share/mysql/magic</Path>
+ <Path fileType="data">/usr/share/mysql/maria_add_gis_sp.sql</Path>
+ <Path fileType="data">/usr/share/mysql/maria_add_gis_sp_bootstrap.sql</Path>
+ <Path fileType="data">/usr/share/mysql/mroonga/install.sql</Path>
+ <Path fileType="data">/usr/share/mysql/mroonga/uninstall.sql</Path>
+ <Path fileType="data">/usr/share/mysql/my-huge.cnf</Path>
+ <Path fileType="data">/usr/share/mysql/my-innodb-heavy-4G.cnf</Path>
+ <Path fileType="data">/usr/share/mysql/my-large.cnf</Path>
+ <Path fileType="data">/usr/share/mysql/my-medium.cnf</Path>
+ <Path fileType="data">/usr/share/mysql/my-small.cnf</Path>
+ <Path fileType="data">/usr/share/mysql/mysql-log-rotate</Path>
+ <Path fileType="data">/usr/share/mysql/mysql.server</Path>
+ <Path fileType="data">/usr/share/mysql/mysql_performance_tables.sql</Path>
+ <Path fileType="data">/usr/share/mysql/mysql_system_tables.sql</Path>
+ <Path fileType="data">/usr/share/mysql/mysql_system_tables_data.sql</Path>
+ <Path fileType="data">/usr/share/mysql/mysql_test_data_timezone.sql</Path>
+ <Path fileType="data">/usr/share/mysql/mysql_to_mariadb.sql</Path>
+ <Path fileType="data">/usr/share/mysql/mysqld_multi.server</Path>
+ <Path fileType="data">/usr/share/mysql/norwegian-ny/errmsg.sys</Path>
+ <Path fileType="data">/usr/share/mysql/norwegian/errmsg.sys</Path>
+ <Path fileType="data">/usr/share/mysql/policy/apparmor/README</Path>
+ <Path fileType="data">/usr/share/mysql/policy/apparmor/usr.sbin.mysqld</Path>
+ <Path fileType="data">/usr/share/mysql/policy/apparmor/usr.sbin.mysqld.local</Path>
+ <Path fileType="data">/usr/share/mysql/policy/selinux/README</Path>
+ <Path fileType="data">/usr/share/mysql/policy/selinux/mariadb-server.fc</Path>
+ <Path fileType="data">/usr/share/mysql/policy/selinux/mariadb-server.te</Path>
+ <Path fileType="data">/usr/share/mysql/polish/errmsg.sys</Path>
+ <Path fileType="data">/usr/share/mysql/portuguese/errmsg.sys</Path>
+ <Path fileType="data">/usr/share/mysql/romanian/errmsg.sys</Path>
+ <Path fileType="data">/usr/share/mysql/russian/errmsg.sys</Path>
+ <Path fileType="data">/usr/share/mysql/serbian/errmsg.sys</Path>
+ <Path fileType="data">/usr/share/mysql/slovak/errmsg.sys</Path>
+ <Path fileType="data">/usr/share/mysql/spanish/errmsg.sys</Path>
+ <Path fileType="data">/usr/share/mysql/swedish/errmsg.sys</Path>
+ <Path fileType="data">/usr/share/mysql/systemd/mariadb.service</Path>
+ <Path fileType="data">/usr/share/mysql/systemd/mariadb@.service</Path>
+ <Path fileType="data">/usr/share/mysql/systemd/use_galera_new_cluster.conf</Path>
+ <Path fileType="data">/usr/share/mysql/ukrainian/errmsg.sys</Path>
+ <Path fileType="data">/usr/share/mysql/wsrep.cnf</Path>
+ <Path fileType="data">/usr/share/mysql/wsrep_notify</Path>
+ <Path fileType="data">/usr/share/pkgconfig/mariadb.pc</Path>
+ <Path fileType="data">/var/db/mysql</Path>
+ </Files>
+ </Package>
+ <Package>
+ <Name>mariadb-devel</Name>
+ <Summary xml:lang="en">Development files for mariadb</Summary>
+ <Description xml:lang="en">MariaDB server is a community developed fork of MySQL server. Started by core members of the original MySQL team, MariaDB actively works with outside developers to deliver the most featureful, stable, and sanely licensed open SQL server in the industry.
+</Description>
+ <PartOf>programming.devel</PartOf>
+ <RuntimeDependencies>
+ <Dependency release="1">mariadb</Dependency>
+ </RuntimeDependencies>
+ <Files>
+ <Path fileType="header">/usr/include/</Path>
+ <Path fileType="library">/usr/lib/lib*.a</Path>
+ <Path fileType="library">/usr/lib/lib*.so</Path>
+ <Path fileType="data">/usr/share/aclocal/*.m4</Path>
+ </Files>
+ </Package>
+ <Package>
+ <Name>mariadb-test</Name>
+ <Summary xml:lang="en">MariaDB server is a community developed fork of MySQL server.</Summary>
+ <Description xml:lang="en">MariaDB server is a community developed fork of MySQL server. Started by core members of the original MySQL team, MariaDB actively works with outside developers to deliver the most featureful, stable, and sanely licensed open SQL server in the industry.
+</Description>
+ <Files>
+ <Path fileType="data">/usr/share/mysql/test</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2016-11-22</Date>
+ <Version>10.1.19</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Robert Nesius</Name>
+ <Email>nesius@gmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file
--
2.10.2

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4895
Default Alt Text
0001-mariadb-10.1.19.patch (24 KB)

Event Timeline