Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 976056

Summary: rpm repo remove lists synchronized packages as removed even though they are not
Product: [Retired] Pulp Reporter: Jeremy Cline <jcline>
Component: rpm-supportAssignee: Randy Barlow <rbarlow>
Status: CLOSED DUPLICATE QA Contact: Preethi Thomas <pthomas>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 2.2 BetaCC: nobody
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-06-20 17:14:36 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jeremy Cline 2013-06-19 20:05:22 UTC
Description of problem: 'pulp-admin rpm repo remove' does not (and should not) remove sync'd packages, but when the command is run the sync'd packages appear in the list of removed units.


Version-Release number of selected component (if applicable): pulp-rpm-admin-extensions-2.2.0-0.4.beta.fc18.noarch


How reproducible: always


Steps to Reproduce:
1. pulp-admin rpm repo create --repo-id=zoo --feed=http://repos.fedorapeople.org/repos/pulp/pulp/demo_repos/zoo/
2. pulp-admin rpm repo sync run --repo-id=zoo
3. pulp-admin rpm repo remove rpm --repo-id=zoo --str-eq='release=1'
4. pulp-admin rpm repo content rpm --repo-id=zoo --str-eq='release=1'

Actual results: The packages are listed as removed, but aren't


Expected results: the packages should not be listed as removed. 


Additional info:

Comment 1 Preethi Thomas 2013-06-20 17:14:36 UTC

*** This bug has been marked as a duplicate of bug 916977 ***