SHA256
1
0
forked from pool/mariadb

Accepting request 931186 from home:gmbr3:Active

- Add CONFIG parameter to %sysusers_generate_pre

OBS-URL: https://build.opensuse.org/request/show/931186
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=284
This commit is contained in:
Danilo Spinella 2021-11-15 09:01:42 +00:00 committed by Git OBS Bridge
parent 70e0242f8e
commit 6b5e134a25
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Nov 12 21:44:03 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
- Add CONFIG parameter to %sysusers_generate_pre
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Nov 9 08:34:26 UTC 2021 - Danilo Spinella <danilo.spinella@suse.com> Tue Nov 9 08:34:26 UTC 2021 - Danilo Spinella <danilo.spinella@suse.com>

View File

@ -113,7 +113,6 @@ BuildRequires: procps
# Some tests and myrocks_hotbackup script need python3 # Some tests and myrocks_hotbackup script need python3
BuildRequires: python3 BuildRequires: python3
BuildRequires: sqlite BuildRequires: sqlite
BuildRequires: sysuser-shadow
BuildRequires: sysuser-tools BuildRequires: sysuser-tools
BuildRequires: tcpd-devel BuildRequires: tcpd-devel
# Tests requires time and ps and some perl modules # Tests requires time and ps and some perl modules
@ -474,7 +473,7 @@ export CXXFLAGS="$CFLAGS -felide-constructors"
%make_build %make_build
nm --numeric-sort sql/mysqld > sql/mysqld.sym nm --numeric-sort sql/mysqld > sql/mysqld.sym
cd .. cd ..
%sysusers_generate_pre %{SOURCE12} mysql %sysusers_generate_pre %{SOURCE12} mysql mysql-user.conf
%install %install
# Helper function to generate filelist for binaries and their manpages # Helper function to generate filelist for binaries and their manpages