6
0

Accepting request 903200 from Base:System

- Bump to version 13

- Make use of "Suggests:" in %systemd_ordering
  Until libzypp supports "OrderWithRequires:", we need to specify a
  similar ordering constraint that can be understood by the dep solver
  as well. Hence the use of "Suggests:" in %systemd_ordering
  (workaround for bsc#1187332).

OBS-URL: https://build.opensuse.org/request/show/903200
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd-rpm-macros?expand=0&rev=36
This commit is contained in:
2021-07-03 18:50:32 +00:00
committed by Git OBS Bridge
3 changed files with 21 additions and 1 deletions

View File

@@ -53,10 +53,15 @@ Requires(preun): systemd \
Requires(postun): systemd \
%{nil}
# In case you're wondering why "Suggests:" is also used: libzypp
# doesn't understand "OrderWithRequires:" yet, see bsc#1187332 for
# details.
%systemd_ordering \
OrderWithRequires(pre): systemd \
OrderWithRequires(post): systemd \
OrderWithRequires(preun): systemd \
OrderWithRequires(postun): systemd \
Suggests: systemd \
%{nil}
%_restart_on_update_force() /usr/bin/systemctl try-restart %{*} || : %{nil}

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Jun 30 09:59:31 UTC 2021 - Franck Bui <fbui@suse.com>
- Bump to version 13
-------------------------------------------------------------------
Wed Jun 30 09:52:48 UTC 2021 - Franck Bui <fbui@suse.com>
- Make use of "Suggests:" in %systemd_ordering
Until libzypp supports "OrderWithRequires:", we need to specify a
similar ordering constraint that can be understood by the dep solver
as well. Hence the use of "Suggests:" in %systemd_ordering
(workaround for bsc#1187332).
-------------------------------------------------------------------
Thu May 20 10:18:23 UTC 2021 - Franck Bui <fbui@suse.com>

View File

@@ -17,7 +17,7 @@
Name: systemd-rpm-macros
Version: 12
Version: 13
Release: 0
Summary: RPM macros for systemd
License: LGPL-2.1-or-later