From bad9712fc366b1ca46d6faa2c240ef3bac5ab464 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 14 Feb 2019 16:56:04 +1000 Subject: [PATCH] Don't update the hwdb on install, we don't have any hwdb files anymore --- libinput.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libinput.spec b/libinput.spec index bbf0774..932c907 100644 --- a/libinput.spec +++ b/libinput.spec @@ -5,7 +5,7 @@ Name: libinput Version: 1.12.6 -Release: 2%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 3%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} Summary: Input device library License: MIT @@ -70,7 +70,6 @@ pathfix.py -i %{__python3} -p -n $(git grep -l '#!/usr/bin/.*python3') %post %{?ldconfig} -/usr/bin/udevadm hwdb --update >/dev/null 2>&1 || : %ldconfig_postun @@ -118,6 +117,9 @@ pathfix.py -i %{__python3} -p -n $(git grep -l '#!/usr/bin/.*python3') %{_mandir}/man1/libinput-replay.1* %changelog +* Thu Feb 14 2019 Peter Hutterer 1.12.6-3 +- Don't update the hwdb on install, we don't have any hwdb files anymore + * Fri Feb 01 2019 Fedora Release Engineering - 1.12.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild