#2331 closed defect (fixed)
/usr/libexec on RedHat systems
Reported by: | Eric Lemings | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | 3.0 |
Component: | platforms | Version: | 2.5.x |
Keywords: | Cc: |
Description
Fedora, CentOS, and Red Hat systems are very nearly identical. The
attached patch adds RedHat? to Fedora and CentOS when /usr/libexec is
needed. It also fixes a bug for is_RedHat() function in the
xpra.os_utils module.
Attachments (1)
Change History (5)
Changed 21 months ago by
Attachment: | xpra-2.5.2.redhat-libexec.patch added |
---|
comment:1 Changed 21 months ago by
An lsb_release -a
command on RHEL 6 and RHEL 7 systems outputs a "Distributor ID" with the values "RedHatEnterpriseServer?" or "RedHatEnterpriseWorkstation?".
comment:2 Changed 21 months ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Thanks, applied in r22941 (will backport) with one change: we also skip CFLAGS
in setup.py
because redhat ships a patched distutils. (just like centos and fedora do)
comment:4 Changed 5 weeks ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/2331
Note: See
TracTickets for help on using
tickets.
Patch for /usr/libexec paths on Red Hat systems