diff --git a/gpsd.changes b/gpsd.changes index 9b506f8..2ddb23f 100644 --- a/gpsd.changes +++ b/gpsd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 20 13:19:27 UTC 2013 - suse@bugs.jan.ritzerfeld.org + +- Fixed typo in udev rule (bnc#848936) + ------------------------------------------------------------------- Mon Oct 28 13:56:07 UTC 2013 - p.drouand@gmail.com diff --git a/gpsd.spec b/gpsd.spec index 5639579..b43ac61 100644 --- a/gpsd.spec +++ b/gpsd.spec @@ -35,6 +35,8 @@ Requires: udev Requires(pre): coreutils %fillup_prereq BuildRequires: bluez-devel BuildRequires: chrpath +BuildRequires: dbus-1-glib-devel +BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: libcap-devel BuildRequires: libqt4-devel >= 4.5.3 @@ -47,8 +49,6 @@ BuildRequires: update-desktop-files BuildRequires: xmlto BuildRequires: xorg-x11-devel BuildRequires: xorg-x11-libXpm-devel -BuildRequires: dbus-1-glib-devel -BuildRequires: fdupes Source: http://download-mirror.savannah.gnu.org/releases/gpsd/%{name}-%{version}.tar.gz Source1: rules.gpsd Source2: udev.gpsd diff --git a/rules.gpsd b/rules.gpsd index 0a56960..6b425ec 100644 --- a/rules.gpsd +++ b/rules.gpsd @@ -1,6 +1,6 @@ SUBSYSTEM != "tty", GOTO="gpsd_end" -ACTION != "remove, GOTO="gpsd_add" +ACTION != "remove", GOTO="gpsd_add" KERNEL=="ttyUSB*", RUN="gpsd.sh" LABEL="gpsd_add"