automatic version update by autodist [release 10.5.4-1mamba;Fri Jun 26 2020]
This commit is contained in:
parent
592790ee5f
commit
95113dec91
179
mariadb.spec
179
mariadb.spec
@ -5,8 +5,8 @@
|
|||||||
%define userid 65018
|
%define userid 65018
|
||||||
|
|
||||||
Name: mariadb
|
Name: mariadb
|
||||||
Version: 10.4.13
|
Version: 10.5.4
|
||||||
Release: 4mamba
|
Release: 1mamba
|
||||||
Summary: A SQL database engine designed as a drop-in replacement of MySQL(R)
|
Summary: A SQL database engine designed as a drop-in replacement of MySQL(R)
|
||||||
Group: Applications/Databases
|
Group: Applications/Databases
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -86,6 +86,16 @@ Obsoletes: mysql-client
|
|||||||
MariaDB is designed as a drop-in replacement of MySQL(R) with more features, new storage engines, fewer bugs, and better performance.
|
MariaDB is designed as a drop-in replacement of MySQL(R) with more features, new storage engines, fewer bugs, and better performance.
|
||||||
This package contains the standard MariaDB clients.
|
This package contains the standard MariaDB clients.
|
||||||
|
|
||||||
|
%package columnstore
|
||||||
|
Summary: MariaDB columnstore
|
||||||
|
Group: Applications/Databases
|
||||||
|
Requires: %{name}-common = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
|
||||||
|
%description columnstore
|
||||||
|
MariaDB is designed as a drop-in replacement of MySQL(R) with more features, new storage engines, fewer bugs, and better performance.
|
||||||
|
This package contains the columnstore storage backend.
|
||||||
|
|
||||||
|
|
||||||
%package bench
|
%package bench
|
||||||
Summary: MySQL benchmarks and test system
|
Summary: MySQL benchmarks and test system
|
||||||
Group: Applications/Databases
|
Group: Applications/Databases
|
||||||
@ -373,6 +383,10 @@ fi
|
|||||||
%{_bindir}/aria_ftdump
|
%{_bindir}/aria_ftdump
|
||||||
%{_bindir}/aria_pack
|
%{_bindir}/aria_pack
|
||||||
%{_bindir}/aria_read_log
|
%{_bindir}/aria_read_log
|
||||||
|
%ifarch arm
|
||||||
|
%{_bindir}/aria_s3_copy
|
||||||
|
%{_bindir}/mariadb-conv
|
||||||
|
%endif
|
||||||
%{_bindir}/mbstream
|
%{_bindir}/mbstream
|
||||||
%{_bindir}/msql2mysql
|
%{_bindir}/msql2mysql
|
||||||
%{_bindir}/mariadb
|
%{_bindir}/mariadb
|
||||||
@ -430,9 +444,9 @@ fi
|
|||||||
%{_bindir}/mysqltest_embedded
|
%{_bindir}/mysqltest_embedded
|
||||||
%{_bindir}/mysql_find_rows
|
%{_bindir}/mysql_find_rows
|
||||||
%{_bindir}/mytop
|
%{_bindir}/mytop
|
||||||
%ifarch x86_64
|
#%ifarch x86_64
|
||||||
%{_bindir}/tokuftdump
|
#%{_bindir}/tokuftdump
|
||||||
%endif
|
#%endif
|
||||||
%{_mandir}/man1/mariadb-*.1*
|
%{_mandir}/man1/mariadb-*.1*
|
||||||
%{_mandir}/man1/mariadb.1*
|
%{_mandir}/man1/mariadb.1*
|
||||||
%{_mandir}/man1/msql2mysql.1*
|
%{_mandir}/man1/msql2mysql.1*
|
||||||
@ -459,14 +473,143 @@ fi
|
|||||||
%{_mandir}/man1/mysqld_safe_helper.1*
|
%{_mandir}/man1/mysqld_safe_helper.1*
|
||||||
%{_mandir}/man1/mariabackup.1*
|
%{_mandir}/man1/mariabackup.1*
|
||||||
%{_mandir}/man1/mbstream.1*
|
%{_mandir}/man1/mbstream.1*
|
||||||
|
%{_mandir}/man1/myrocks_hotbackup.1*
|
||||||
%{_mandir}/man1/mysql_embedded.1*
|
%{_mandir}/man1/mysql_embedded.1*
|
||||||
%{_mandir}/man1/mysql_ldb.1*
|
%{_mandir}/man1/mysql_ldb.1*
|
||||||
%ifarch x86_64
|
%{_mandir}/man1/mytop.1*
|
||||||
%{_mandir}/man1/tokuft_logprint.1*
|
#%ifarch x86_64
|
||||||
%{_mandir}/man1/tokuftdump.1*
|
#%{_mandir}/man1/tokuft_logprint.1*
|
||||||
%endif
|
#%{_mandir}/man1/tokuftdump.1*
|
||||||
|
#%endif
|
||||||
%{_mandir}/man1/wsrep_sst_*.1*
|
%{_mandir}/man1/wsrep_sst_*.1*
|
||||||
|
|
||||||
|
%ifnarch arm
|
||||||
|
%files columnstore
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%dir %{_sysconfdir}/columnstore
|
||||||
|
%{_sysconfdir}/columnstore/*.xml
|
||||||
|
%{_sysconfdir}/columnstore/*.txt
|
||||||
|
%config(noreplace) %{_sysconfdir}/mysql/columnstore.cnf
|
||||||
|
%config(noreplace) %{_sysconfdir}/columnstore/storagemanager.cnf
|
||||||
|
%{_sysconfdir}/columnstore/storagemanager.cnf.example
|
||||||
|
%{_bindir}/DDLProc
|
||||||
|
%{_bindir}/DMLProc
|
||||||
|
%{_bindir}/ExeMgr
|
||||||
|
%{_bindir}/MCS*.sh
|
||||||
|
%{_bindir}/PrimProc
|
||||||
|
%{_bindir}/ProcMgr
|
||||||
|
%{_bindir}/ProcMon
|
||||||
|
%{_bindir}/ServerMonitor
|
||||||
|
%{_bindir}/StorageManager
|
||||||
|
%{_bindir}/WriteEngineServer
|
||||||
|
%{_bindir}/aria_s3_copy
|
||||||
|
%{_bindir}/autoConfigure
|
||||||
|
%{_bindir}/bulklogReport.sh
|
||||||
|
%{_bindir}/clearShm
|
||||||
|
%{_bindir}/cleartablelock
|
||||||
|
%{_bindir}/columnstore*
|
||||||
|
%{_bindir}/colxml
|
||||||
|
%{_bindir}/configReport.sh
|
||||||
|
%{_bindir}/configxml.sh
|
||||||
|
%{_bindir}/controllernode
|
||||||
|
%{_bindir}/cpimport
|
||||||
|
%{_bindir}/cpimport.bin
|
||||||
|
%{_bindir}/cplogger
|
||||||
|
%{_bindir}/dbbuilder
|
||||||
|
%{_bindir}/dbmsReport.sh
|
||||||
|
%{_bindir}/dbrmctl
|
||||||
|
%{_bindir}/ddlcleanup
|
||||||
|
%{_bindir}/disable-rep-columnstore.sh
|
||||||
|
%{_bindir}/editem
|
||||||
|
%{_bindir}/getMySQLpw
|
||||||
|
%{_bindir}/hardwareReport.sh
|
||||||
|
%{_bindir}/idbmeminfo
|
||||||
|
%{_bindir}/install_mcs_mysql.sh
|
||||||
|
%{_bindir}/load_brm
|
||||||
|
%{_bindir}/logReport.sh
|
||||||
|
%{_bindir}/mariadb-columnstore-start.sh
|
||||||
|
%{_bindir}/mariadb-columnstore-stop.sh
|
||||||
|
%{_bindir}/mariadb-command-line.sh
|
||||||
|
%{_bindir}/mariadb-conv
|
||||||
|
%{_bindir}/master-rep-columnstore.sh
|
||||||
|
%{_bindir}/mcs-loadbrm.py
|
||||||
|
%{_bindir}/mcs-start-storagemanager.py
|
||||||
|
%{_bindir}/mcs-stop-controllernode.sh
|
||||||
|
%{_bindir}/mcsGetConfig
|
||||||
|
%{_bindir}/mcsSetConfig
|
||||||
|
%{_bindir}/mcs_module_installer.sh
|
||||||
|
%{_bindir}/mycnfUpgrade
|
||||||
|
%{_bindir}/os_detect.sh
|
||||||
|
%{_bindir}/post-mysql-install
|
||||||
|
%{_bindir}/post-mysqld-install
|
||||||
|
%{_bindir}/postConfigure
|
||||||
|
%{_bindir}/quick_installer_multi_server.sh
|
||||||
|
%{_bindir}/quick_installer_single_server.sh
|
||||||
|
%{_bindir}/remote_command.sh
|
||||||
|
%{_bindir}/remote_command_verify.sh
|
||||||
|
%{_bindir}/remote_scp_get.sh
|
||||||
|
%{_bindir}/remote_scp_put.sh
|
||||||
|
%{_bindir}/remotessh.exp
|
||||||
|
%{_bindir}/reset_locks
|
||||||
|
%{_bindir}/resourceReport.sh
|
||||||
|
%{_bindir}/rollback
|
||||||
|
%{_bindir}/rsync.sh
|
||||||
|
%{_bindir}/save_brm
|
||||||
|
%{_bindir}/slave-rep-columnstore.sh
|
||||||
|
%{_bindir}/smcat
|
||||||
|
%{_bindir}/smls
|
||||||
|
%{_bindir}/smput
|
||||||
|
%{_bindir}/smrm
|
||||||
|
%{_bindir}/startupTests.sh
|
||||||
|
%{_bindir}/testS3Connection
|
||||||
|
%{_bindir}/viewtablelock
|
||||||
|
%{_bindir}/workernode
|
||||||
|
%{_libdir}/libalarmmanager.so
|
||||||
|
%{_libdir}/libbatchloader.so
|
||||||
|
%{_libdir}/libbrm.so
|
||||||
|
%{_libdir}/libcacheutils.so
|
||||||
|
%{_libdir}/libcloudio.so
|
||||||
|
%{_libdir}/libcommon.so
|
||||||
|
%{_libdir}/libcompress.so
|
||||||
|
%{_libdir}/libconfigcpp.so
|
||||||
|
%{_libdir}/libdataconvert.so
|
||||||
|
%{_libdir}/libdbbc.a
|
||||||
|
%{_libdir}/libddlcleanuputil.so
|
||||||
|
%{_libdir}/libddlpackage.so
|
||||||
|
%{_libdir}/libddlpackageproc.so
|
||||||
|
%{_libdir}/libdmlpackage.so
|
||||||
|
%{_libdir}/libdmlpackageproc.so
|
||||||
|
%{_libdir}/libexecplan.so
|
||||||
|
%{_libdir}/libfuncexp.so
|
||||||
|
%{_libdir}/libidbboot.a
|
||||||
|
%{_libdir}/libidbdatafile.so
|
||||||
|
%{_libdir}/libjoblist.so
|
||||||
|
%{_libdir}/libjoiner.so
|
||||||
|
%{_libdir}/liblibmysql_client.so
|
||||||
|
%{_libdir}/libloggingcpp.so
|
||||||
|
%{_libdir}/libmarias3.so
|
||||||
|
%{_libdir}/libmessageqcpp.so
|
||||||
|
%{_libdir}/liboamcpp.so
|
||||||
|
%{_libdir}/libprocessor.a
|
||||||
|
%{_libdir}/libquerystats.so
|
||||||
|
%{_libdir}/libquerytele.so
|
||||||
|
%{_libdir}/libregr.so
|
||||||
|
%{_libdir}/librowgroup.so
|
||||||
|
%{_libdir}/librwlock.so
|
||||||
|
%{_libdir}/libstoragemanager.so
|
||||||
|
%{_libdir}/libthreadpool.so
|
||||||
|
%{_libdir}/libthrift.so
|
||||||
|
%{_libdir}/libudfsdk.so
|
||||||
|
%{_libdir}/libwe_xml.a
|
||||||
|
%{_libdir}/libwindowfunction.so
|
||||||
|
%{_libdir}/libwriteengine.so
|
||||||
|
%{_libdir}/libwriteengineclient.so
|
||||||
|
%{_libdir}/libwriteengineredistribute.so
|
||||||
|
%dir %{_datadir}/columnstore
|
||||||
|
%{_datadir}/columnstore/*
|
||||||
|
%{_localstatedir}/lib/columnstore/local/module
|
||||||
|
%endif
|
||||||
|
|
||||||
%files common
|
%files common
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%config %{_sysconfdir}/my.cnf
|
%config %{_sysconfdir}/my.cnf
|
||||||
@ -503,9 +646,9 @@ fi
|
|||||||
%{_bindir}/replace
|
%{_bindir}/replace
|
||||||
%{_bindir}/resolve_stack_dump
|
%{_bindir}/resolve_stack_dump
|
||||||
%{_bindir}/resolveip
|
%{_bindir}/resolveip
|
||||||
%ifarch x86_64
|
#%ifarch x86_64
|
||||||
%{_bindir}/tokuft_logprint
|
#%{_bindir}/tokuft_logprint
|
||||||
%endif
|
#%endif
|
||||||
%{_bindir}/wsrep_sst_*
|
%{_bindir}/wsrep_sst_*
|
||||||
#%{_sbindir}/mysqlmanager
|
#%{_sbindir}/mysqlmanager
|
||||||
%dir %{_datadir}/mysql%{?MAJversion}
|
%dir %{_datadir}/mysql%{?MAJversion}
|
||||||
@ -560,10 +703,10 @@ fi
|
|||||||
%dir %{_datadir}/mysql/systemd
|
%dir %{_datadir}/mysql/systemd
|
||||||
%{_datadir}/mysql/systemd/*
|
%{_datadir}/mysql/systemd/*
|
||||||
%{_datadir}/mysql/wsrep_notify
|
%{_datadir}/mysql/wsrep_notify
|
||||||
%ifarch x86_64
|
#%ifarch x86_64
|
||||||
%dir %{_datadir}/mysql/docs
|
#%dir %{_datadir}/mysql/docs
|
||||||
%{_datadir}/mysql/docs/*
|
#%{_datadir}/mysql/docs/*
|
||||||
%endif
|
#%endif
|
||||||
%{_datadir}/mysql/mysql_performance_tables.sql
|
%{_datadir}/mysql/mysql_performance_tables.sql
|
||||||
%{_mandir}/man1/innochecksum.1*
|
%{_mandir}/man1/innochecksum.1*
|
||||||
%{_mandir}/man1/my_print_defaults.1*
|
%{_mandir}/man1/my_print_defaults.1*
|
||||||
@ -629,8 +772,12 @@ fi
|
|||||||
%{_libdir}/pkgconfig/mariadb.pc
|
%{_libdir}/pkgconfig/mariadb.pc
|
||||||
%{_mandir}/man1/myisam_ftdump.1*
|
%{_mandir}/man1/myisam_ftdump.1*
|
||||||
%{_mandir}/man1/mysql_config.1*
|
%{_mandir}/man1/mysql_config.1*
|
||||||
|
%{_mandir}/man1/mariadb_config.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 26 2020 Automatic Build System <autodist@mambasoft.it> 10.5.4-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu Jun 11 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 10.4.13-4mamba
|
* Thu Jun 11 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 10.4.13-4mamba
|
||||||
- fix libmysqlclient.so.18 compatibility symlink missing after upgrade obsoleting libmysqlclient
|
- fix libmysqlclient.so.18 compatibility symlink missing after upgrade obsoleting libmysqlclient
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user