- udevadm hwdb
is deprecated, use systemd-hwdb
instead.
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd-rpm-macros?expand=0&rev=82
This commit is contained in:
parent
c89bcb87a5
commit
ef8c808e84
@ -209,7 +209,7 @@ fi \
|
||||
%systemd_user_postun_with_restart() %{nil}
|
||||
|
||||
%udev_hwdb_update() \
|
||||
[ -x /usr/bin/udevadm ] && /usr/bin/udevadm hwdb --update || : \
|
||||
[ -x /usr/bin/systemd-hwdb ] && /usr/bin/systemd-hwdb update || : \
|
||||
%{nil}
|
||||
|
||||
%udev_rules_update() \
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 26 14:11:14 UTC 2023 - Franck Bui <fbui@suse.com>
|
||||
|
||||
- `udevadm hwdb` is deprecated, use `systemd-hwdb` instead.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 23 17:14:04 UTC 2022 - Franck Bui <fbui@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package systemd-rpm-macros
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
|
Loading…
x
Reference in New Issue
Block a user