Opened 13 years ago

Last modified 12 years ago

#6 accepted task

Make sure a recent version of GPS Babel is available for EL 5 and 6

Reported by: mbaudier Owned by: mbaudier
Priority: major Milestone: 6.2
Component: wishlist Version: 6.1
Keywords: Cc:

Description

Either add it to ELGIS or see with Fedora / EPEL maintainer how to make it available in EPEL 5 (update) and 6 (add)

Change History (3)

comment:1 by micha, 13 years ago

The rpm installation of gpsbabel should have two postinstall actions:

  • Blacklist the garmin_gps kernel module in /etc/modprobe.d/blacklist.conf and remove it from memory:
    # rmmod garmin_gps
    
  • add a udev rule to allow regular users to access garmin devices. i.e.:
    # cat etc/udev/rules.d/51-garmin.rules
    # SYSFS{idVendor}=="091e", SYSFS{idProduct}=="0003", MODE="0666"
    # udevadm control --reload-rules
    

comment:2 by mbaudier, 12 years ago

Status: newaccepted

GpsBabel 1.4.2 is available in ELGIS6.

There is some work to have it for EL5 instead of the 1.3.x provided in EPEL, so I suggest that we don't bother with it.

For the additions you suggest in the postinstall, this means that we won't have the same spec file as Fedora anymore. But I'm personally for it since it would simplify my life as well.

comment:3 by mbaudier, 12 years ago

Milestone: 6.2
Note: See TracTickets for help on using tickets.