rpm-ostree will use sqlite by default starting with Fedora 34 (https://github.com/coreos/rpm-ostree/pull/2408), but we temporarily need this option to build with an sqlite rpmdb on Fedora 33 hosts on which rpm-ostree still defaults to bdb.
See also https://fedoraproject.org/wiki/Changes/Sqlite_Rpmdb
This also includes minor repo & ref fixes for non Pungi and unofficial builds.
rpm-ostree will use sqlite by default starting with Fedora 34 (https://github.com/coreos/rpm-ostree/pull/2408), but we temporarily need this option to build with an sqlite rpmdb on Fedora 33 hosts on which rpm-ostree still defaults to bdb.
See also https://fedoraproject.org/wiki/Changes/Sqlite_Rpmdb
This also includes minor repo & ref fixes for non Pungi and unofficial builds.
I can split this PR in two if needed.