RPM 4.16.0 sqlite backend database

Panu Matilainen pmatilai at redhat.com
Mon Oct 5 07:56:49 UTC 2020


On 10/3/20 6:12 PM, Scott Andrews wrote:
> I have built rpm version 4.16.0 and had to add %_db_backend sqlite
> to /etc/rpm/macros
> Maybe I missed something but......
> How can I build rpm 4.16.0 to use the sqlite database as the default?

There's no particular configure switch for that at the moment. Just 
update %_db_backend in macros.in b build, eg something like this'll get 
the job done:

sed -i -e "/_db_backend/ s/ bdb/ sqlite/g" macros.in

	- Panu -



More information about the Rpm-list mailing list