-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix directory ownership of RPM packages #1375
Comments
We need to figure out if this impacts major scenarios, might not fit 3.1 GA. |
Potential problems caused by this issue are described at https://docs.fedoraproject.org/en-US/packaging-guidelines/UnownedDirectories/, headers:
Our targeting pack RPMs are generated using infra that doesn't account for this, I think: If that's right, I believe we should fix in 5.0 and consider as a servicing fix for 3.1. Installing then uninstalling
|
I found this doc about guidelines that I think is quite useful for When I look at the I think having all packs co-own the directories is the way to go, "The directory is owned by a package which is not required for your package to function." A virtual package for the "SDK filesystem" is an alternative, but it would make the set of RPM packages diverge from the set of Debian packages so I don't see it as a great option. I believe the packs also need to co-own |
dotnet/docs#14339 (comment)
Something in Core-Setup should probably own
packs
.The text was updated successfully, but these errors were encountered: