Modify ↓
Ticket #1124 (closed task: fixed)
SuSE bcfg2-web problem with Django dep
Reported by: | Josef Prazak <[email protected]…> | Owned by: | desai |
---|---|---|---|
Priority: | trivial | Milestone: | Bcfg2 1.3.0 Release |
Component: | bcfg2-client | Version: | 1.0 |
Keywords: | Cc: | [email protected]… |
Description
OpenSUSE 11.4, 12.1, SLE11SP2 build OK, but install bcfg2-web requred Django instead of python-django. Pleas fix in bcfg2.spec.
This solution works for me, but id don't tested for other distros.
Attachments
Change History
Changed 11 years ago by Josef Prazak <[email protected]…>
- Attachment test.patch added
comment:1 Changed 11 years ago by m4z <[email protected]…>
- Cc [email protected]… added
I suggest the attached (tested) change instead, because:
- on all supported openSUSE versions (11.4 and 12.1 right now), apache2 provides httpd (verify with "zypper wp httpd").
- every version before 11.3 is deprecated and caught by the if clause just above your changes anyway, so i incuded the changes there, otherwise your group tag would be redundant.
comment:2 Changed 11 years ago by m4z <[email protected]…>
Hmm, I might sound rude, which was not what I intended. What I meant was: Thanks for pointing out the error and even doing all the work of including the patch! But the second patch is more minimal, so I'd prefer that one.
comment:3 Changed 11 years ago by solj
- Status changed from new to closed
- Resolution set to fixed
Applied in 60267297e10b55758767ba34271d1b8934c38ad2. Thanks!
Note: See
TracTickets for help on using
tickets.
fix openSUSE bcfg2-web dependecy for python-django