Second Fix pkgdb (un)privileged operations for old python-bugzilla
The change below broke bugz.fedoraproject.org.
Backing out the change to the unprivileged user but leaving the privileged
user change in appears to fix things (although we haven't tested everything
as stg doesn't talk to bugzilla as much as production does.) Since
bugz.fedoraproject.org is fairly visible, I'd like to apply the following
hotfix to fix that. I'll alert the cvsadmin to let me know if this
re-breaks processing of scmadmin requests.
diff --git a/modules/hotfix/files/pkgdb/utils.py b/modules/hotfix/files/pkgdb/utils.py
index 8c121c5..ef0001b 100644
--- a/modules/hotfix/files/pkgdb/utils.py
+++ b/modules/hotfix/files/pkgdb/utils.py
@@ -51,7 +51,7 @@ from cherrypy import request
from sqlalchemy import select, and_
from sqlalchemy.exceptions import DataError