Before commit a484970 ("token config: have module return a true
value"), libpve-access-control implicitly relied on the implicit
return value from cfs_register_file() as the return value of the
module.Signed-off-by: Fiona Ebner <[email protected]> --- Note that libpve-access-control needs to be bumped first! debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 594d29c..4265c93 100644 --- a/debian/control +++ b/debian/control @@ -40,7 +40,7 @@ Depends: corosync (>= 2.3.4-1), ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, -Breaks: libpve-access-control (<= 6.0-3), +Breaks: libpve-access-control (<= 9.0.5), libpve-guest-common-perl (<= 3.0-2), libpve-storage-perl (<= 6.0-9), pve-container (<= 3.0-10), -- 2.47.3
