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
|
%define userid 65018
|
||||||
|
|
||||||
Name: mariadb
|
Name: mariadb
|
||||||
Version: 11.2.2
|
Version: 11.4.2
|
||||||
Release: 2mamba
|
Release: 2mamba
|
||||||
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
|
||||||
@ -57,6 +57,8 @@ Requires: %{name}-common = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
#Requires: lsb
|
#Requires: lsb
|
||||||
Provides: mysql
|
Provides: mysql
|
||||||
Obsoletes: mysql < 10.5.9
|
Obsoletes: mysql < 10.5.9
|
||||||
|
Provides: user(mysql)
|
||||||
|
Provides: group(mysql)
|
||||||
%systemd_requires
|
%systemd_requires
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -200,6 +202,7 @@ cd libmariadb
|
|||||||
-DWITHOUT_PBXT_STORAGE_ENGINE=1 \
|
-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_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" \
|
-DCMAKE_CXX_FLAGS="-fPIC %{optflags} -fno-strict-aliasing -DBIG_JOINS=1 -felide-constructors -fno-delete-null-pointer-checks" \
|
||||||
|
-DCONNECT_WITH_MONGO=OFF \
|
||||||
%ifarch arm
|
%ifarch arm
|
||||||
-DCONNECT_WITH_JDBC=OFF
|
-DCONNECT_WITH_JDBC=OFF
|
||||||
%endif
|
%endif
|
||||||
@ -582,6 +585,12 @@ fi
|
|||||||
%{_mandir}/man3/mysql_*.3*
|
%{_mandir}/man3/mysql_*.3*
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- replace mysql_upgrade with mariadb-upgrade and don't run on first install; fix chown warning
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user