required content update

This commit is contained in:
Joey Hess 2021-05-25 10:04:29 -04:00
parent 45c0fb29f0
commit 01331f0b8f
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -6,4 +6,13 @@
There must also be the same problem for required content, and that should There must also be the same problem for required content, and that should
also be fixed. Will be easy to do once the information is gathered also be fixed. Will be easy to do once the information is gathered
into the keys database. into the keys database.
Actually, in the drop --auto case, required content is automatically
handled correctly, because when checking preferred content it also checks
required content.
However, drop without --auto normally honors required content, but if the
same content is used by 2 files, one required and the other not, dropping
the latter file will drop the content of the first, violating required
content settings. This seems like it ought to be fixed.
"""]] """]]