Accepting request 780216 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/780216
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mysqlclient?expand=0&rev=8
This commit is contained in:
Dominique Leuenberger 2020-03-01 20:26:12 +00:00 committed by Git OBS Bridge
commit e5bf0c9110
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 11 16:02:55 UTC 2020 - pgajdos@suse.com
- %check: choose better database user name
-------------------------------------------------------------------
Mon Dec 9 20:22:50 UTC 2019 - pgajdos@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package python-mysqlclient
#
# Copyright (c) 2019 SUSE LLC
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -69,7 +69,7 @@ cconf=abuild-myclient.cnf
#
# start the mariadb server
#
%mysql_testserver_start -u abuild -p abuildpw
%mysql_testserver_start -u auth_db_user -p auth_db_pass
#
# creating client mysql config
#