Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 817fd5c8a8364cdb7b05785c7b91ec318d7b2984
https://github.com/openSUSE/open-build-service/commit/817fd5c8a8364cdb7b057…
Author: Frank Schreiner <schreiner(a)suse.de>
Date: 2021-03-01 (Mon, 01 Mar 2021)
Changed paths:
M dist/obs-server.spec
Log Message:
-----------
[backend] changed Recommends DBD to Requires
In our default BSConfig nowadays $source_db_sqlite and $published_db_sqlite
are enabled. This breaks bs_srcserver in the default configuration because of
missing DBI and DBD::SQLite.
This patch changes the Recommends in the spec file to an Requires to get
the default installation consistent again.
Commit: 0041dc31b4b67aa9baf8b1796c9e14568ca58597
https://github.com/openSUSE/open-build-service/commit/0041dc31b4b67aa9baf8b…
Author: Adrian Schröter <adrian(a)suse.de>
Date: 2021-03-01 (Mon, 01 Mar 2021)
Changed paths:
M dist/obs-server.spec
Log Message:
-----------
Merge pull request #10821 from M0ses/change_recommends_to_requires_dbd_sqlite
[backend] changed Recommends DBD to Requires
Compare: https://github.com/openSUSE/open-build-service/compare/b3f9227e3c66...0041d…