]> git.pld-linux.org Git - packages/systemd.git/commitdiff
pass arguments from %systemd_trigger to %systemd_post; rel 2 auto/th/systemd-250.1-2
authorJan Palus <atler@pld-linux.org>
Thu, 6 Jan 2022 18:37:58 +0000 (19:37 +0100)
committerJan Palus <atler@pld-linux.org>
Thu, 6 Jan 2022 18:37:58 +0000 (19:37 +0100)
bluez.spec failed with:

error: The %systemd_post macro requires some arguments

rpm-macros.patch
systemd.spec

index 2a820bcd77ed999b7682369616e32fcf1e74bbba..692676301163c4a3771883ee157c549de25a3d3c 100644 (file)
@@ -85,7 +85,7 @@
 +      [ -d /run/systemd/system ] && /bin/systemctl reload %{*} || : \
 +%{nil}
 +
-+%systemd_trigger %systemd_post
++%systemd_trigger() %systemd_post %*
 +
 +%systemdunitdir %_unitdir
 +%systemduserunitdir %_userunitdir
index 9bb7944305e43ee5ee1b290f6584f019a7b27812..6dfc9d574e3c182313fd8ebe32926e085d989aeb 100644 (file)
@@ -31,7 +31,7 @@ Summary(pl.UTF-8):    systemd - zarządca systemu i usług dla Linuksa
 Name:          systemd
 # Verify ChangeLog and NEWS when updating (since there are incompatible/breaking changes very often)
 Version:       250.1
-Release:       1
+Release:       2
 Epoch:         1
 License:       GPL v2+ (udev), LGPL v2.1+ (the rest)
 Group:         Base
This page took 0.339176 seconds and 4 git commands to generate.