Commit Graph

403 Commits

Author SHA256 Message Date
516651f8fe Accepting request 537883 from home:vitezslav_cizek:branches:server:database
- Also Require: libopenssl1_0_0 from the libmysqlclient-devel package

OBS-URL: https://build.opensuse.org/request/show/537883
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=195
2017-10-31 12:47:22 +00:00
Dominique Leuenberger
39ecf71d53 Accepting request 536722 from server:database
1

OBS-URL: https://build.opensuse.org/request/show/536722
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mariadb?expand=0&rev=60
2017-10-28 12:20:28 +00:00
Martin Pluskal
ef7b9821e8 Accepting request 536714 from home:bmwiedemann:branches:server:database
Drop INFO_BIN from package because it is not needed and differs for every build (boo#1047218)

An alternative approach would be https://github.com/MariaDB/server/pull/472

Diff looks thus:
/usr/lib64/mysql/INFO_BIN differs (ASCII text, with very long lines)
--- old//usr/lib64/mysql/INFO_BIN       2017-09-19 12:00:00.000000000 +0000
+++ new//usr/lib64/mysql/INFO_BIN       2017-09-19 12:00:00.000000000 +0000
@@ -1,5 +1,5 @@
 ===== Information about the build process: =====
-Build was run at 2017-09-28 07:34:40 on host 'unknown'
+Build was run at 2018-11-03 20:51:24 on host 'unknown'

 Build was done on  Linux-4.13.3-1-default using x86_64

OBS-URL: https://build.opensuse.org/request/show/536714
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=194
2017-10-26 08:04:48 +00:00
Dominique Leuenberger
b4b2cc57a6 Accepting request 527463 from server:database
1

OBS-URL: https://build.opensuse.org/request/show/527463
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mariadb?expand=0&rev=59
2017-09-25 11:52:14 +00:00
Martin Pluskal
0fbfad8199 Accepting request 527352 from home:vitezslav_cizek:branches:server:database
- Explicitly require libopenssl-1_0_0-devel, to successfully build
  once we switch openssl to 1.1 (bsc#1042632)

OBS-URL: https://build.opensuse.org/request/show/527352
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=193
2017-09-20 07:04:25 +00:00
Dominique Leuenberger
3c5e8fcbe4 Accepting request 509376 from server:database
1

OBS-URL: https://build.opensuse.org/request/show/509376
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mariadb?expand=0&rev=58
2017-07-17 07:00:57 +00:00
c1706d51f9 Accepting request 509375 from home:kstreitova:branches:server:database
- update to MariaDB 10.1.25 GA
  * notable changes
    * MariaDB can no longer be compiled with OpenSSL version 0.9.8
      and below. The last 0.9.8 release was in December 2015, it is
      out of support and is no longer getting security fixes.
    * MariaDB Backup is now beta
  * release notes and changelog:
    * https://mariadb.com/kb/en/mariadb/mariadb-10125-release-notes
    * https://mariadb.com/kb/en/mariadb/mariadb-10125-changelog
  * refresh mariadb-10.1.12-fortify-and-O.patch
  * remove mariadb-10.1.22-xtradb_null_checks.patch (MDEV-12358),
    a fix was merged upstream
  * update file lists for new man-pages and tools
- switch from 'Restart=on-failure' to 'Restart=on-abort' in
  mysql.service in order to follow the upstream

OBS-URL: https://build.opensuse.org/request/show/509375
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=192
2017-07-11 09:14:10 +00:00
Dominique Leuenberger
2da480e175 Accepting request 499777 from server:database
- Add mariadb-10.1.22-xtradb_null_checks.patch (boo#1041525)
  (See also https://jira.mariadb.org/browse/MDEV-12358)
- switch from '/var/run' to '/run' as /var/run is just a symlink to /run
- fix permissions for /var/run/mysql that were wrongly set to
  700 instead of 755 due to added umask. This prevented non-root
  from connecting to the database [bsc#1038740]
- change permissions of the configuration dir/files to 755/644.
  Please note that storing the password in the /etc/my.cnf file is
  not safe. Use for example an option file that is accessible only
  by yourself [bsc#889126]
- set the default umask to 077 in mysql-systemd-helper [bsc#1020976] (forwarded request 499775 from favogt)

OBS-URL: https://build.opensuse.org/request/show/499777
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mariadb?expand=0&rev=57
2017-05-30 14:10:44 +00:00
Dominique Leuenberger
cc8871cde2 Accepting request 499775 from home:favogt:branches:server:database
- Add mariadb-10.1.22-xtradb_null_checks.patch (boo#1041525)
  (See also https://jira.mariadb.org/browse/MDEV-12358)
- switch from '/var/run' to '/run' as /var/run is just a symlink to /run
- fix permissions for /var/run/mysql that were wrongly set to
  700 instead of 755 due to added umask. This prevented non-root
  from connecting to the database [bsc#1038740]
- change permissions of the configuration dir/files to 755/644.
  Please note that storing the password in the /etc/my.cnf file is
  not safe. Use for example an option file that is accessible only
  by yourself [bsc#889126]
- set the default umask to 077 in mysql-systemd-helper [bsc#1020976]

OBS-URL: https://build.opensuse.org/request/show/499775
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=191
2017-05-30 14:00:01 +00:00
Dominique Leuenberger
ed586c955a Accepting request 487420 from server:database
1

OBS-URL: https://build.opensuse.org/request/show/487420
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mariadb?expand=0&rev=56
2017-04-18 11:46:53 +00:00
Martin Pluskal
407577a0ad Accepting request 487348 from home:kstreitova:branches:server:database
- increase required physical memory in _constraints from 5 GB to
  7 GB in order to try to fix i586 build that fails because of
  "Out of memory" error

OBS-URL: https://build.opensuse.org/request/show/487348
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=190
2017-04-11 16:32:49 +00:00
Dominique Leuenberger
e0d7fdc3e6 Accepting request 479950 from server:database
1

OBS-URL: https://build.opensuse.org/request/show/479950
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mariadb?expand=0&rev=55
2017-03-21 21:44:05 +00:00
Martin Pluskal
a033d02d42 Accepting request 479931 from home:kstreitova:branches:server:database
- update to MariaDB 10.1.22 GA
  * notable changes
    * XtraDB updated to 5.6.35-80.0
    * TokuDB updated to 5.6.35-80.0
    * PCRE updated to 8.40
    * MDEV-12160: ed25519 authentication plugin
    * MDEV-11842: Fix a 10.1.21 regression with failed INSERT, BEFORE
      INSERT triggers, and columns with no default value
    * MDEV-12075: Fix a 10.1.21 regression in the InnoDB data file
      extension code
    * MDEV-11027: better InnoDB crash recovery progress reporting
    * MDEV-11520: improvements to how InnoDB data files are extended
    * Improvements to InnoDB startup/shutdown to make it more robust
    * MDEV-11233: fix for FULLTEXT index crash
    * MDEV-9734: systemd compatible bintar files now available
  * release notes and changelog:
    * https://mariadb.com/kb/en/mariadb/mariadb-10122-release-notes/
    * https://mariadb.com/kb/en/mariadb/mariadb-10122-changelog/
  * fixes the following CVEs:
    * CVE-2017-3313 [bsc#1020890], CVE-2017-3302 [bsc#1022428]
- refresh mysql-community-server-5.1.46-logrotate.patch
- refresh mariadb-10.1.16-systemd-cmake.patch
- remove mariadb-10.1.20-incorrect_list_handling.patch that is no
  longer needed [bsc#1022428] [CVE-2017-3302]

OBS-URL: https://build.opensuse.org/request/show/479931
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=189
2017-03-16 09:50:46 +00:00
Dominique Leuenberger
ba47de0377 Accepting request 455745 from server:database
1

OBS-URL: https://build.opensuse.org/request/show/455745
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mariadb?expand=0&rev=54
2017-02-20 12:11:48 +00:00
99a64df90b Accepting request 455731 from home:kstreitova:branches:server:database
- update to MariaDB 10.1.21
  * notable changes:
    * Innodb updated to 5.6.35
    * Performance Schema updated to 5.6.35
  * release notes and changelog:
    * https://mariadb.com/kb/en/mariadb/mariadb-10121-release-notes/
    * https://mariadb.com/kb/en/mariadb/mariadb-10121-changelog/
  * fixes the following CVEs:
    CVE-2017-3318 [bsc#1020896], CVE-2017-3317 [bsc#1020894],
    CVE-2017-3312 [bsc#1020873], CVE-2017-3291 [bsc#1020884],
    CVE-2017-3265 [bsc#1020885], CVE-2017-3258 [bsc#1020875],
    CVE-2017-3257 [bsc#1020878], CVE-2017-3244 [bsc#1020877],
    CVE-2017-3243 [bsc#1020891], CVE-2017-3238 [bsc#1020882],
    CVE-2016-6664 [bsc#1008253]
- add mariadb.te file to the filelist
- add mysqld_safe_helper to the filelist
- refresh mariadb-10.1.4-group.patch
- add mariadb-10.1.20-incorrect_list_handling.patch to fix incorrect
  linked list handling in mysql_prune_stmt_list() function that can
  cause use-after-free error [bsc#1022428]

OBS-URL: https://build.opensuse.org/request/show/455731
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=188
2017-02-09 11:49:33 +00:00
Dominique Leuenberger
4abad819a7 Accepting request 452623 from server:database
1

OBS-URL: https://build.opensuse.org/request/show/452623
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mariadb?expand=0&rev=53
2017-01-31 11:32:15 +00:00
Martin Pluskal
c692fa4a36 Accepting request 452618 from home:dimstar:Factory
Fixup the build dependencies. Requiring systemd/systemd-devel is almost
always wrong as it takes you out of the order in the build chain. In
case of mariadb it even introduces a build cycle.

Hence, update the BuildRequires to match what the build system (cmake) actually
is looking for. There is not a single place it tries to find systemd.pc (which
seems what caused your entire confusion - it happened to work when systemd.pc
was in the -devel package, but broke when this was moved out).

with this diff, the build log contains correctly:
[  185s] -- Checking for one of the modules 'libsystemd;libsystemd-daemon'
[  185s] -- Performing Test HAVE_SYSTEMD
[  185s] -- Performing Test HAVE_SYSTEMD - Success
[  185s] -- Looking for include file systemd/sd-daemon.h
[  185s] -- Looking for include file systemd/sd-daemon.h - found
[  186s] -- Systemd features enabled

Just as one would expect to find there.

OBS-URL: https://build.opensuse.org/request/show/452618
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=187
2017-01-26 12:05:02 +00:00
Martin Pluskal
e12598a30f Accepting request 447860 from home:13ilya:branches:server:database
OBS-URL: https://build.opensuse.org/request/show/447860
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=186
2016-12-28 07:53:34 +00:00
a3dde57078 Accepting request 443847 from home:kstreitova:branches:server:database
- update to MariaDB 10.1.19
  * notable changes:
    * XtraDB updated to 5.6.33-79.0
    * TokuDB updated to 5.6.33-79.0
  * release notes and changelog:
     * https://mariadb.com/kb/en/mariadb/mariadb-10119-release-notes/
     * https://mariadb.com/kb/en/mariadb/mariadb-10119-changelog/
  * fixes for the following security vulnerabilities:
    CVE-2016-7440 [bsc#1005581]
    CVE-2016-5584 [bsc#1005558]
- add mariadb-10.1.18-mysql_install_db-mariadb_dirs.patch to fix
  mysql_install_db.sh script to find data files in mariadb
  directories when a user uses "--basedir" option [bsc#1006539]
-  switch to xz compression instead of bz2 for the following tarballs:
     * mysql-patches.tar.bz2 renamed to mysql-patches.tar.xz
     * configuration-tweaks.tar.bz2 renamed to configuration-tweaks.tar.xz
   replace occurrences of "bzip2" with "xz" in README.debug

OBS-URL: https://build.opensuse.org/request/show/443847
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=185
2016-12-05 13:43:49 +00:00
Martin Pluskal
78803feced Accepting request 437454 from home:kstreitova:branches:server:database
- update to 10.1.18
  * Release notes:
    https://mariadb.com/kb/en/mariadb/mariadb-10118-release-notes/
    https://mariadb.com/kb/en/mariadb/mariadb-10117-release-notes/
    https://mariadb.com/kb/en/mariadb/mariadb-10116-release-notes/
    https://mariadb.com/kb/en/mariadb/mariadb-10115-release-notes/
  * Changelog:
    https://mariadb.com/kb/en/mariadb/mariadb-10118-changelog/
    https://mariadb.com/kb/en/mariadb/mariadb-10117-changelog/
    https://mariadb.com/kb/en/mariadb/mariadb-10116-changelog/
    https://mariadb.com/kb/en/mariadb/mariadb-10115-changelog/
  * fixed CVE's:
    CVE-2016-8283, CVE-2016-6663, CVE-2016-5629, CVE-2016-5626,
    CVE-2016-5624, CVE-2016-5616, CVE-2016-3492, CVE-2016-6662,
    CVE-2016-5440, CVE-2016-3615, CVE-2016-3521, CVE-2016-3477
  * fix:
    [bsc#1005582], [bsc#1001367], [bsc#1005569], [bsc#1005566],
    [bsc#1005564], [bsc#1005562], [bsc#1005555], [bnc#998309],
    [bsc#989926],  [bsc#989922],  [bsc#989919],  [bsc#989913]
  * refresh mariadb-10.1.4-group.patch
  * refresh mariadb-10.1.12-fortify-and-O.patch
- requires devel packages for aio and lzo2
- remove mariadb-10.0.21-mysql-test_main_bootstrap.patch that is no
  longer needed [bnc#984858]  
- append "--ignore-db-dir=lost+found" to the mysqld options in
  "mysql-systemd-helper" script if "lost+found" directory is found
  in $datadir [bnc#986251]
- remove syslog.target from *.service files [bsc#983938]
- add BuildRequires: systemd-devel
- make some dependecies switchable

OBS-URL: https://build.opensuse.org/request/show/437454
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=184
2016-10-27 08:56:24 +00:00
Martin Pluskal
09a8f8112d Accepting request 401997 from home:kstreitova:branches:server:database
OBS-URL: https://build.opensuse.org/request/show/401997
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=183
2016-06-14 16:15:45 +00:00
Dominique Leuenberger
ad4a4110d7 Accepting request 394505 from server:database
1

OBS-URL: https://build.opensuse.org/request/show/394505
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mariadb?expand=0&rev=52
2016-05-13 07:22:38 +00:00
Martin Pluskal
e20e9299ef Accepting request 394346 from devel:ARM:Factory
- fix constraints conditions for 32bit architectures

OBS-URL: https://build.opensuse.org/request/show/394346
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=182
2016-05-09 18:10:49 +00:00
Dominique Leuenberger
b83fb0f4eb Accepting request 357519 from server:database
1

OBS-URL: https://build.opensuse.org/request/show/357519
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mariadb?expand=0&rev=51
2016-02-11 11:32:19 +00:00
Martin Pluskal
3d53d5f3d4 Accepting request 357497 from home:kstreitova:branches:server:database
- fix information leak via mysql-systemd-helper script 
  [CVE-2015-5969], [bnc#957174]

OBS-URL: https://build.opensuse.org/request/show/357497
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=181
2016-02-03 11:44:34 +00:00
Dominique Leuenberger
f98d463b05 Accepting request 346880 from server:database
1

OBS-URL: https://build.opensuse.org/request/show/346880
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mariadb?expand=0&rev=50
2015-12-06 06:28:45 +00:00
Martin Pluskal
801dabf498 Accepting request 346860 from home:kstreitova:branches:server:database
- update to 10.0.22
  * Release notes:
    https://kb.askmonty.org/en/mariadb-10022-release-notes/
  * Changelog:
    https://kb.askmonty.org/en/mariadb-10022-changelog/
  * fixed CVEs:
    CVE-2015-4802, CVE-2015-4807, CVE-2015-4815, CVE-2015-4826
    CVE-2015-4830, CVE-2015-4836, CVE-2015-4858, CVE-2015-4861
    CVE-2015-4870, CVE-2015-4913, CVE-2015-4792
  * remove the following patches (applied upstream)
    * mysql-community-server-5.6.12-srv_buf_size.patch
    * mariadb-10.0.16-header_files_const_warnings.patch
- add mariadb-10.0.21-mysql-test_main_bootstrap.patch that fix
  main.bootstrap test (change default charset to utf8 in test
  result) [bnc#937787]
- add mariadb-10.0.22-fix_build_denabled_profiling_off.patch to
  fix compilation with '-DENABLED_PROFILING=OFF'

OBS-URL: https://build.opensuse.org/request/show/346860
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=180
2015-11-30 16:39:56 +00:00
Dominique Leuenberger
900be04e42 Accepting request 328171 from server:database
1

OBS-URL: https://build.opensuse.org/request/show/328171
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mariadb?expand=0&rev=49
2015-09-13 07:42:17 +00:00
Martin Pluskal
d65634e908 Accepting request 328168 from home:kstreitova:branches:server:database
sync with the git state

OBS-URL: https://build.opensuse.org/request/show/328168
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=179
2015-08-31 12:35:22 +00:00
Stephan Kulow
c8d4232ae9 Accepting request 316015 from server:database
1

OBS-URL: https://build.opensuse.org/request/show/316015
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mariadb?expand=0&rev=48
2015-07-19 09:45:12 +00:00
Martin Pluskal
986c00b139 Accepting request 316014 from home:scarabeus_iv:branches:server:database
- Sync to git state, fixes bnc#937754 too

OBS-URL: https://build.opensuse.org/request/show/316014
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=178
2015-07-11 12:26:45 +00:00
Martin Pluskal
18bf970597 Accepting request 315366 from home:scarabeus_iv:branches:server:database
- Sync to git state fixing few triv issues

OBS-URL: https://build.opensuse.org/request/show/315366
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=177
2015-07-07 10:49:16 +00:00
559eaee5c0 OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=176 2015-06-30 11:22:41 +00:00
Martin Pluskal
7a8ce5e51e Accepting request 313816 from home:scarabeus_iv:branches:server:database
Now enable testsuite

OBS-URL: https://build.opensuse.org/request/show/313816
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=175
2015-06-26 10:21:30 +00:00
f837494b39 Accepting request 313689 from home:scarabeus_iv:branches:server:database
- Update to 10.0.20:
  https://mariadb.com/kb/en/mariadb/mariadb-10020-release-notes/
- Sync the package to git state, redoing initscripts to be more
  robust

OBS-URL: https://build.opensuse.org/request/show/313689
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=174
2015-06-25 13:57:47 +00:00
Martin Pluskal
2b6130dcbe Accepting request 313281 from home:scarabeus_iv:branches:server:database
- Update to 10.0.19, sync to git state of repository:
  https://mariadb.com/kb/en/mariadb/mariadb-10019-release-notes/

OBS-URL: https://build.opensuse.org/request/show/313281
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=173
2015-06-23 13:23:57 +00:00
Stephan Kulow
f07f17df18 Accepting request 298318 from server:database
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/298318
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mariadb?expand=0&rev=47
2015-04-27 20:07:17 +00:00
Michal Hrusecky (old before rename to _miska_)
090d2c6e18 - fix parent directory has insecure permissions error
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=172
2015-04-14 13:44:59 +00:00
Michal Hrusecky (old before rename to _miska_)
f37a164df2 fix
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=171
2015-04-14 10:38:26 +00:00
Michal Hrusecky (old before rename to _miska_)
476e720435 fix
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=170
2015-04-14 10:29:38 +00:00
Michal Hrusecky (old before rename to _miska_)
a321e573df test
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=169
2015-04-14 10:16:23 +00:00
Michal Hrusecky (old before rename to _miska_)
055208ab6f - disable optional features for mariadb
* still possible to use them from mariadb_100 package

OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=168
2015-04-14 08:23:34 +00:00
Martin Pluskal
36235da928 Accepting request 292540 from home:k0da:branches:server:database
- Adjust _constraints. 11GB is not enough for ppc64 builds, 
  increase to 13GB

OBS-URL: https://build.opensuse.org/request/show/292540
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=167
2015-03-24 18:24:02 +00:00
Michal Hrusecky (old before rename to _miska_)
b6653d8e22 - Updated to the version 10.0.17
* Release notes:
    http://kb.askmonty.org/v/mariadb-10017-release-notes
  * Changelog:
    http://kb.askmonty.org/v/mariadb-10017-changelog
- merged patches to packaging git and regenerated
  * few fixes mainly to upgrades

OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=166
2015-03-03 08:15:49 +00:00
Martin Pluskal
5bd6f1bd84 Accepting request 288527 from home:mgorse:branches:server:database
- README.SuSE is now README.SUSE; fix name in some places.

OBS-URL: https://build.opensuse.org/request/show/288527
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=165
2015-03-02 18:14:06 +00:00
Christos Gourdoupis
81ede2b5b6 - Fix undefined initial status in systemd script (boo #914370)
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=164
2015-01-23 19:25:53 +00:00
Christos Gourdoupis
d617d57d8c - Fix include dir in alternative cnf files (bnc #859345)
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=163
2015-01-12 20:33:16 +00:00
Michal Hrusecky (old before rename to _miska_)
2dd25a7251 test
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=162
2014-12-07 12:38:26 +00:00
Michal Hrusecky (old before rename to _miska_)
3b44ff4ed0 - run spec cleaner on spec
- update to 10.0.15
  * Release notes:
    http://kb.askmonty.org/v/mariadb-10015-release-notes
  * Changelog:
    http://kb.askmonty.org/v/mariadb-10015-changelog
- conditionally enable more storage engines
- updated packaging to the latest templates

OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=161
2014-12-06 13:56:41 +00:00
Dominique Leuenberger
eebc485b89 Accepting request 261710 from server:database
1

OBS-URL: https://build.opensuse.org/request/show/261710
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mariadb?expand=0&rev=46
2014-11-18 21:55:46 +00:00