Bug 681619
Summary: | remove_package fails in RHEL5 | ||
---|---|---|---|
Product: | [Retired] Pulp | Reporter: | Preethi Thomas <pthomas> |
Component: | z_other | Assignee: | Pradeep Kilambi <pkilambi> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Preethi Thomas <pthomas> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | unspecified | Keywords: | Triaged |
Target Milestone: | --- | ||
Target Release: | Sprint 21 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-08-16 14:01:48 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: | |||
Bug Depends On: | |||
Bug Blocks: | 641987 |
Description
Preethi Thomas
2011-03-02 18:45:21 UTC
commit 6f2ef59e5adddccac908b1d364fd2fb475b203ea Author: Pradeep Kilambi <pkilambi> Date: Wed Mar 2 14:23:17 2011 -0500 use older style lookup on rhel5 Build: 0.144 verified [root@dell-per805-01 upload]# rpm -q pulp pulp-0.0.144-1 [root@dell-per805-01 upload]# pulp-admin -u admin -p admin repo add_package -p gofer-0.20-1.fc14.noarch.rpm --source=preethi --id=upload Following dependencies are suggested. ['gofer-0.20-1.fc14.noarch.rpm'] Would you like us to add these?(Y/N/Q):y Successfully added packages ['gofer-0.20-1.fc14.noarch', 'gofer-0.20-1.fc14.noarch'] to repo [upload]. [root@dell-per805-01 upload]# pulp-admin -u admin -p admin repo remove_package -p gofer-0.20-1.fc14.noarch.rpm usage: Usage: pulp-admin <options> repo remove_package <options> pulp-admin: error: Option --id is required; please see --help [root@dell-per805-01 upload]# pulp-admin -u admin -p admin repo remove_package -p gofer-0.20-1.fc14.noarch.rpm --id=preethi Following dependencies are suggested. ['gofer-0.20-1.fc14.noarch.rpm'] Would you like us to add these?(Y/N/Q):y Successfully removed package ['gofer-0.20-1.fc14.noarch.rpm'] from repo [preethi]. Closing with Community Release 15 pulp-0.0.223-4. |