| Summary: | [RFE] Pleas create EPEL-6 branch for the GUIless build of this component | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Matěj Cepl <mcepl> | ||||
| Component: | libinfinity | Assignee: | Till Maas <opensource> | ||||
| Status: | CLOSED DEFERRED | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | rawhide | CC: | mcepl, opensource | ||||
| 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-10-13 20:39:39 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: | |||||
| Attachments: |
|
||||||
|
Description
Matěj Cepl
2013-10-12 12:34:06 UTC
| %if 0%{?rhel} >= 7
Why is the comparison with '7' and not with '6'? And why is it working in koji?
Would you mind maintaining it for EPEL6? I won't use it there and would not notice bugs.
(In reply to Till Maas from comment #1) > | %if 0%{?rhel} >= 7 > Why is the comparison with '7' and not with '6'? And why is it working in > koji? Because EL-7 will (hopefully) have enough gtk3 powers to allow building GUI? > Would you mind maintaining it for EPEL6? I won't use it there and would not > notice bugs. Probably not. I have found out that actually gedit-collaboration plugin (which I planned to use the server with) is unmaintained and broken, so it doesn't work with infinoted-5. (In reply to Matěj Cepl from comment #2) > (In reply to Till Maas from comment #1) > > | %if 0%{?rhel} >= 7 > > Why is the comparison with '7' and not with '6'? And why is it working in > > koji? > > Because EL-7 will (hopefully) have enough gtk3 powers to allow building GUI? Ah, yes, I confused bcond_with and without. It is clear to me now. > > Would you mind maintaining it for EPEL6? I won't use it there and would not > > notice bugs. > > Probably not. I have found out that actually gedit-collaboration plugin > (which I planned to use the server with) is unmaintained and broken, so it > doesn't work with infinoted-5. Ok. I applied your patch in GIT, therefore a branch for EPEL 6 is now easily possible. I will re-consider creating a branch when there is demand for it again. |