Bug 223639
Summary: | rpm removes %doc files under some conditions when they should not be removed | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Sam Varshavchik <mrsam> | ||||||
Component: | rpm | Assignee: | Paul Nasrat <nobody+pnasrat> | ||||||
Status: | CLOSED DUPLICATE | QA Contact: | |||||||
Severity: | medium | Docs Contact: | |||||||
Priority: | medium | ||||||||
Version: | 6 | ||||||||
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: | 2007-07-03 12:21:01 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: | |||||||||
Attachments: |
|
Description
Sam Varshavchik
2007-01-21 02:32:15 UTC
Created attachment 146069 [details]
First spec file
Created attachment 146070 [details]
Second spec file
Yep. See #209306 for details. DUPLICATE FWIW, rpm-4.4.8 (which has removed the skip lists mentioned in #209306) "works" $ sudo rpm -ivh bugtest-1-1.i686.rpm Preparing... ########################################### [100%] 1:bugtest ########################################### [100%] $ sudo rpm -ivh bugtest-1-2.i686.rpm Preparing... ########################################### [100%] 1:bugtest ########################################### [100%] $ sudo rpm -e bugtest-1-1 $ rpm -Vv bugtest ........ /usr/share/doc/bugtest-1 ........ d /usr/share/doc/bugtest-1/doc.txt $ ls -al /usr/share/doc/bugtest-1/ total 36 drwxr-xr-x 2 root root 4096 2007-01-21 21:23 . drwxr-xr-x 759 root root 24576 2007-01-21 21:23 .. -rw-r--r-- 1 root root 4 2007-01-21 21:17 doc.txt So UPSTREAM or DUPLICATE, your call. Thanks for the reproducer. Performance degradation related to this problem is likely fixed in rpm cvs, will be in rpm-4.4.9-0.3 when built. UPSTREAM |