provide user and group mysql [release 11.4.2-2mamba;Fri Jun 28 2024]
This commit is contained in:
parent
6324ed8131
commit
d33e51a63a
11
mariadb.spec
11
mariadb.spec
@ -5,7 +5,7 @@
|
||||
%define userid 65018
|
||||
|
||||
Name: mariadb
|
||||
Version: 11.2.2
|
||||
Version: 11.4.2
|
||||
Release: 2mamba
|
||||
Summary: A SQL database engine designed as a drop-in replacement of MySQL(R)
|
||||
Group: Applications/Databases
|
||||
@ -57,6 +57,8 @@ Requires: %{name}-common = %{?epoch:%epoch:}%{version}-%{release}
|
||||
#Requires: lsb
|
||||
Provides: mysql
|
||||
Obsoletes: mysql < 10.5.9
|
||||
Provides: user(mysql)
|
||||
Provides: group(mysql)
|
||||
%systemd_requires
|
||||
|
||||
%description
|
||||
@ -200,6 +202,7 @@ cd libmariadb
|
||||
-DWITHOUT_PBXT_STORAGE_ENGINE=1 \
|
||||
-DCMAKE_C_FLAGS="-fPIC %{optflags} -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer -fno-delete-null-pointer-checks" \
|
||||
-DCMAKE_CXX_FLAGS="-fPIC %{optflags} -fno-strict-aliasing -DBIG_JOINS=1 -felide-constructors -fno-delete-null-pointer-checks" \
|
||||
-DCONNECT_WITH_MONGO=OFF \
|
||||
%ifarch arm
|
||||
-DCONNECT_WITH_JDBC=OFF
|
||||
%endif
|
||||
@ -582,6 +585,12 @@ fi
|
||||
%{_mandir}/man3/mysql_*.3*
|
||||
|
||||
%changelog
|
||||
* Fri Jun 28 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 11.4.2-2mamba
|
||||
- provide user and group mysql
|
||||
|
||||
* Sat Jun 08 2024 Automatic Build System <autodist@openmamba.org> 11.4.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Dec 28 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 11.2.2-2mamba
|
||||
- replace mysql_upgrade with mariadb-upgrade and don't run on first install; fix chown warning
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user