rpms/garmintools/devel garmintools.conf, NONE, 1.1 garmintools.spec, 1.2, 1.3

Fabian Affolter fab at fedoraproject.org
Sun Jul 18 22:12:49 UTC 2010


Author: fab

Update of /cvs/pkgs/rpms/garmintools/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv20048

Modified Files:
	garmintools.spec 
Added Files:
	garmintools.conf 
Log Message:
* Sat Jul 17 2010 Fabian Affolter <fabian at bernewireless.net> - 0.10-4
- Rename garmintools to garmintools.conf to fix #615119



--- NEW FILE garmintools.conf ---
# stop garmin_gps serial from loading for USB garmin devices
blacklist garmin_gps


Index: garmintools.spec
===================================================================
RCS file: /cvs/pkgs/rpms/garmintools/devel/garmintools.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- garmintools.spec	8 Dec 2009 21:04:00 -0000	1.2
+++ garmintools.spec	18 Jul 2010 22:12:47 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           garmintools
 Version:        0.10
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Communication tools for Garmin devices
 
 License:        GPLv2+
@@ -8,7 +8,7 @@ Group:          Applications/Productivit
 URL:            http://code.google.com/p/garmintools/
 Source:         http://garmintools.googlecode.com/files/%{name}-%{version}.tar.gz
 Source1:        51-garmin.rules
-Source2:        garmintools
+Source2:        garmintools.conf
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libusb-devel
@@ -18,9 +18,10 @@ Requires:       udev
 
 
 %description
-This software provides Linux users with the ability to communicate with the 
-Garmin Forerunner 305 via the USB interface. All of the documented Garmin 
-protocols as of Rev C (May 19, 2006) for the USB physical link implemented.
+This software provides Linux users with the ability to communicate with
+the Garmin Forerunner 305 via the USB interface. All of the documented
+Garmin protocols as of Rev C (May 19, 2006) for the USB physical link
+implemented.
 This means that if you have a Garmin with a USB connection to a PC, you 
 ought to be able to use this software to communicate with it.
 
@@ -50,7 +51,7 @@ make %{?_smp_mflags}
 rm -rf %{buildroot}
 make install DESTDIR=%{buildroot} INSTALL="install -p"
 install -Dp -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/udev/rules.d/51-garmin.rules
-install -Dp -m 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/modprobe.d/garmintools
+install -Dp -m 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/modprobe.d/garmintools.conf
 find %{buildroot} -name '*.la' -exec rm -f {} ';'
 
 
@@ -85,6 +86,9 @@ rmmod garmin_gps &>/dev/null || true
 
 
 %changelog
+* Sat Jul 17 2010 Fabian Affolter <fabian at bernewireless.net> - 0.10-4
+- Rename garmintools to garmintools.conf to fix #615119
+
 * Tue Dec  8 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 0.10-3
 - Explicitly BR libgarmin-static in accordance with the Packaging
   Guidelines (libgarmin-devel is still static-only).



More information about the scm-commits mailing list