Bug 5707
| Summary: | kpackage rpm deinstall test do not verify depends | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Klein, Torsten <berlinux> |
| Component: | kdebase | Assignee: | Preston Brown <pbrown> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6.1 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2000-01-17 19:10:17 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 5746 has been marked as a duplicate of this bug. *** fixed for next release. |
sorry in bugzilla is no way to select kpackage - which is include in cartman. here is the fix for the small problem in kpackage: diff -uNr kpackage-1.3.9-old/kpackage/rpmInterface.cpp kpackage-1.3.9/kpackage/ --- kpackage-1.3.9-old/kpackage/rpmInterface.cpp Mon Jul 5 17:16:53 199 +++ kpackage-1.3.9/kpackage/rpmInterface.cpp Sun Sep 12 15:08:47 1999 @@ -54,7 +54,7 @@ static param puninstall[] = { {"Use Scripts",TRUE,FALSE}, - {"Check Dependencies",TRUE,FALSE}, + {"Check Dependencies",TRUE,TRUE}, {"Test (do not uninstall)",FALSE,FALSE}, {0,FALSE,FALSE} }; so long torsten klein