Bug 202805
Summary: | rpm --verify returns undocumented "C" flag, "C" check cannot be disabled | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Mark Frazer <mark> |
Component: | rpm | Assignee: | Paul Nasrat <nobody+pnasrat> |
Status: | CLOSED WONTFIX | QA Contact: | Mike McLean <mikem> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 4 | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2006-08-16 15:37:22 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Mark Frazer
2006-08-16 15:21:13 UTC
use restorecon to fix contexts. File bugs against rsync for not preserving xattrs which hold the contexts. This check is gone in later RPM so I'm not going to release a man page update for fc4 at this time. rpm -qa | while read rpm ; do rpm -ql $rpm | restorecon -f - ; done did the trick. I googled a bit for this before filing the bug and saw a few people running ES4 that had a similar problem. thanks for the fix! I wonder, why this is marked as WONTFIX+CLOSED. I was just wondering the same undocumentd ninth field "C", Googled around, asked on linuxquestions.org but couldn't find anything until then here. Ah, sorry. Paul already wrote why it wont be fixed. Ok. Just it still gives those "C":s in Fedora core 5, with rpm version 4.4.2 |