Don't update the hwdb on install, we don't have any hwdb files anymore
This commit is contained in:
parent
00f1348602
commit
bad9712fc3
@ -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 <peter.hutterer@redhat.com> 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 <releng@fedoraproject.org> - 1.12.6-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user