Hide Forgot
Created attachment 811569 [details] suggested patch Description of problem: infinoted could be useful even on RHEL-6 even though we cannot build GUI components there (unfortunately). http://koji.fedoraproject.org/koji/taskinfo?taskID=6053262 Version-Release number of selected component (if applicable): libinfinity-0.5.4-1.el6.src.rpm
| %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.