Bug 1070544
| Summary: | spacewalk-setup-postgresql-2.0.1 rpm should require lsof. | ||
|---|---|---|---|
| Product: | [Community] Spacewalk | Reporter: | Mark <mark.a.sloan> |
| Component: | Installation | Assignee: | Milan Zázrivec <mzazrivec> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Red Hat Satellite QA List <satqe-list> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 2.0 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | spacewalk-setup-postgresql-2.2.1-1 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-07-17 08:41:13 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1119298 | ||
|
Description
Mark
2014-02-27 04:14:29 UTC
since I wasn't going to figure out the DAV locking issue with git over http....
here is a diff for a patch. it or something like it could work.
diff spacewalk/spacewalk-setup-postgresql/spacewalk-setup-postgresql.spec spacewalk/spacewalk-setup-postgresql/spacewalk-setup-postgresql.spec.new
3c3
< Release: 1%{?dist}
---
> Release: 2%{?dist}
14a15
> Requires: lsof
17a19
> Requires: lsof
52a55,59
>
> * Wed Feb 26 2014 Mark Sloan <mark.a.slaon> 2.1.4-2
> - 1070544 - Add requires for lsof
>
>
Fixed in 8a86a13e7976d845c8ee0af13cf72ee03582d462 Spacewalk 2.2 has been released:
https://fedorahosted.org/spacewalk/wiki/ReleaseNotes22
|