diff --git a/python-mysqlclient.changes b/python-mysqlclient.changes index fe15b92..cd7d844 100644 --- a/python-mysqlclient.changes +++ b/python-mysqlclient.changes @@ -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 diff --git a/python-mysqlclient.spec b/python-mysqlclient.spec index b50ec81..25542a0 100644 --- a/python-mysqlclient.spec +++ b/python-mysqlclient.spec @@ -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 #