#198 Use sqlite instead of bdb for rpmdb
Merged 3 years ago by kalev. Opened 3 years ago by siosm.
siosm/workstation-ostree-config main  into  main

@@ -42,6 +42,9 @@ 

    - wheel

  tmp-is-dir: true

  

+ # We can drop this when it's the rpm-ostree default

+ rpmdb: sqlite

+ 

  postprocess-script: post.sh

  

  ignore-removed-users:

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

Looks good to me. Thanks!

Pull-Request has been merged by kalev

3 years ago
Metadata