zm_database_init
The ZoneMinder RPMs for opensuse uses the python script zm_database_init to initialize and upgrade the ZoneMinder database schema.
- Links to home:Monex:stable / python-zm_database_init
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:joelgb:branches:home:Monex:stable/python-zm_database_init && cd $_ - Create Badge
Refresh
Source Files (show merged sources derived from linked package)
| Filename | Size | Changed |
|---|---|---|
| _link | 0000000164 164 Bytes | |
| config_path.patch | 0000004756 4.64 KB | |
| mysql_configuration_ConfigParser.patch | 0000000508 508 Bytes | |
| python-zm_database_init.spec.changes | 0000004823 4.71 KB | |
| python3-zm_database_init.spec | 0000001274 1.24 KB | |
| zm_database_init-3.3.3.tar.gz | 0000016020 15.6 KB |
Comments 3
Hello,
I'm not sure, if this is the right place for a remark, but: (At least my) Opensuse 16.0 comes withy python 3.13 and that does not use SafeConfigParser anymore (since 3.2) so zm_database_init throws an error via usage of SafeConfigParser in mysql_configuration.py. I just changed configparser.SafeConfigParser to configparser.ConfigParser. Seems working.
Hi Thomas. Change has been made. -Joel
Thank you! Now I see: Next time I will open a "Request".
Best Thomas