On 11.02.2015 02:22 AM, Mihai Moldovan wrote:
On 11.02.2015 12:30 AM, Orion Poplawski wrote:
Also, FYI:
- on Fedora ssh is in openssh-clients. Thanks. Does that hold for all versions?
Fixed by commit:
http://code.x2go.org/gitweb?p=cups-x2go.git;a=commitdiff;h=999285dd6230284e2...
- cups backends go in %{_prefix}/lib, not %_libexecdir Thanks again. This seems to also hold for OpenSUSE. Printer vendors seem to prefer libexec for their backends/drivers, just like Apple does. We should probably follow what the Linux distros do, though.
Fixed by commit:
http://code.x2go.org/gitweb?p=cups-x2go.git;a=commitdiff;h=12a42d5d71db9bb1e...
- Alsi, in Fedora, you should not own directories own by other packages that it requires.
Fixed by commit:
http://code.x2go.org/gitweb?p=cups-x2go.git;a=commitdiff;h=c11499dfb86dd942a...
I have:
%files %doc ChangeLog COPYING README.txt
Fixed by commit:
http://code.x2go.org/gitweb?p=cups-x2go.git;a=commitdiff;h=f45033517e33ad3b4...
%{_prefix}/lib/cups/backend/cups-x2go %config(noreplace) %{_sysconfdir}/cups/cups-x2go.conf %{_datadir}/ppd/cups-x2go/ %{_datadir}/x2go/
Fixed by commit:
http://code.x2go.org/gitweb?p=cups-x2go.git;a=commitdiff;h=bb502eacb4b4bf4bc...
Resolution of the arch issue is still pending. I'll wait for Mike#1 to comment on this.
Mihai