Hi, I'd like to control auto-dep generation on a subpackage basis. A Go software unit is just a subdirectory in a specific location. Therefore my current Go autodep attr logic processes all those subdirectories. Unfortunately unit test files are mixed with normal files in Go. So, if you separate unit tests in specific subpackages (as current Fedora specs do), there is the risk one of those subpackages will own the same directory as the subpackage containing the main go code. And rpm will then think the unit test subpackage ships the whole Go code unit. Is there a way to pass a subpackage-specific variable or package name to the dep generator, so it can learn to disable provides for unit tests? (auto requires are fine — unit test code has dep requirements) Regards, -- Nicolas Mailhot _______________________________________________ packaging mailing list -- packaging@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to packaging-leave@xxxxxxxxxxxxxxxxxxxxxxx