storaged-project / blivet

A python module for configuration of block devices
GNU Lesser General Public License v2.1
99 stars 85 forks source link

Prepare for libblockdev 3.0 release #1135

Closed vojtechtrefny closed 1 year ago

vojtechtrefny commented 1 year ago

We need to make some changes related to the upcoming libblockdev 3.0 release. There are some API changes (see https://github.com/storaged-project/libblockdev/pull/877) and we also need to start requiring 3.0 from GI repository.

Note that all tests will fail until we actually bump libblockdev version to 3.0.

vojtechtrefny commented 1 year ago

Two new commits added to deal with the crypto plugin API changes, see https://github.com/storaged-project/libblockdev/pull/898 for details.