11
0

Accepting request 1061222 from Base:System

- Bump to version 19

- `udevadm hwdb` is deprecated, use `systemd-hwdb` instead.

OBS-URL: https://build.opensuse.org/request/show/1061222
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd-rpm-macros?expand=0&rev=43
This commit is contained in:
2023-01-28 17:42:42 +00:00
committed by Git OBS Bridge
3 changed files with 13 additions and 3 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,13 @@
-------------------------------------------------------------------
Thu Jan 26 14:12:28 UTC 2023 - Franck Bui <fbui@suse.com>
- Bump to version 19
-------------------------------------------------------------------
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
@@ -17,7 +17,7 @@
Name: systemd-rpm-macros
Version: 18
Version: 19
Release: 0
Summary: RPM macros for systemd
License: LGPL-2.1-or-later