From 187db5d4928f4769b0c345adcf872b64219f0cac Mon Sep 17 00:00:00 2001 From: wangshuo Date: Wed, 29 Jul 2020 20:47:41 +0800 Subject: [PATCH] fix wrong pathfor 65-libwacom.rules --- libwacom.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libwacom.spec b/libwacom.spec index d0b4093..09a9ae3 100644 --- a/libwacom.spec +++ b/libwacom.spec @@ -1,6 +1,6 @@ Name: libwacom Version: 1.4.1 -Release: 1 +Release: 2 Summary: Wacom Tablets Library Requires: %{name}-data License: MIT @@ -50,7 +50,7 @@ make %{?_smp_mflags} check %files %{_libdir}/libwacom.so.* %{_libdir}/udev/hwdb.d/* -%{_libdir}/udev/rules.d/* +%{_udevrulesdir}/65-libwacom.rules %{_bindir}/libwacom-list-local-devices %{_mandir}/man1/libwacom-list-local-devices.1* %license COPYING @@ -69,6 +69,9 @@ make %{?_smp_mflags} check %{_datadir}/libwacom/layouts/*.svg %changelog +* Thu Jul 23 2020 Wang Shuo - 1.4.1-2 +- fix wrong path for 65-libwacom.rules + * Thu Jul 23 2020 jinzhimin - 1.4.1-1 - Package update -- Gitee