Commit e96fde8 doesn't quite cut it:

```
backend/dbi.c: In function ‘dbDetectBackend’:
backend/dbi.c:39:5: warning: not enough variable arguments to fit a sentinel 
[-Wformat=]
     char *db_backend = rpmExpand("%{?_db_backend}");
     ^~~~
```

Also I think software should honor configuration: if it's configured to use db 
X then it shouldn't override that through auto-detection. Maybe more like, 
autodetect if %_db_backend set to "auto" or undefined, otherwise do what the 
configuration says even if it means erroring out of the situation?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/157#issuecomment-307781882
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to