Update to 1.2
This commit is contained in:
parent
fcce6f0fb2
commit
4d6c963e5f
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/iio-sensor-proxy-1.0.tar.xz
|
||||
/iio-sensor-proxy-1.1.tar.xz
|
||||
/iio-sensor-proxy-1.2.tar.xz
|
||||
|
@ -1,25 +0,0 @@
|
||||
From ea1801cea677474f32d6687bb94d8cab0fecc918 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Cristian=20Rodr=C3=ADguez?= <crrodriguez@opensuse.org>
|
||||
Date: Sun, 24 May 2015 15:26:58 +0200
|
||||
Subject: [PATCH] rules: Fix ACTION equality check
|
||||
|
||||
ACTION=add --> ACTION==add
|
||||
---
|
||||
data/40-iio-sensor-proxy.rules | 4 ++--
|
||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/data/40-iio-sensor-proxy.rules b/data/40-iio-sensor-proxy.rules
|
||||
index fea4cab..4fb2509 100644
|
||||
--- a/data/40-iio-sensor-proxy.rules
|
||||
+++ b/data/40-iio-sensor-proxy.rules
|
||||
@@ -2,5 +2,5 @@
|
||||
# IIO accelerometer to input proxy
|
||||
|
||||
ACTION=="add", SUBSYSTEM=="iio", TAG+="systemd", ENV{SYSTEMD_WANTS}="iio-sensor-proxy.service"
|
||||
-SUBSYSTEM=="input", ACTION="add", ENV{ID_INPUT_ACCELEROMETER}=="1", ENV{SYSTEMD_WANTS}="iio-sensor-proxy.service"
|
||||
-SUBSYSTEM=="platform", ACTION="add", ENV{MODALIAS}=="platform:applesmc", ENV{SYSTEMD_WANTS}="iio-sensor-proxy.service"
|
||||
+SUBSYSTEM=="input", ACTION=="add", ENV{ID_INPUT_ACCELEROMETER}=="1", ENV{SYSTEMD_WANTS}="iio-sensor-proxy.service"
|
||||
+SUBSYSTEM=="platform", ACTION=="add", ENV{MODALIAS}=="platform:applesmc", ENV{SYSTEMD_WANTS}="iio-sensor-proxy.service"
|
||||
--
|
||||
2.4.4
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: iio-sensor-proxy
|
||||
Version: 1.1
|
||||
Release: 2%{?dist}
|
||||
Version: 1.2
|
||||
Release: 1%{?dist}
|
||||
Summary: IIO accelerometer sensor to input device proxy
|
||||
|
||||
License: GPLv3+
|
||||
@ -60,6 +60,9 @@ This package contains the documentation for %{name}.
|
||||
%{_datadir}/gtk-doc/html/%{name}/
|
||||
|
||||
%changelog
|
||||
* Tue Sep 06 2016 Bastien Nocera <bnocera@redhat.com> - 1.2-1
|
||||
- Update to 1.2
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user