- 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:
Franck Bui 2023-01-26 14:11:52 +00:00 committed by Git OBS Bridge
parent c89bcb87a5
commit ef8c808e84
3 changed files with 7 additions and 2 deletions

View File

@ -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() \

View File

@ -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>

View File

@ -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