From 3c9433d7cf4afc8d76660402f6c3d9d991596b83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Wed, 28 Mar 2018 08:53:37 +0200 Subject: [PATCH] Move udev transfiletriggers to the right package A redo of b5fa4adf after the rewrite to shell. --- systemd.spec | 7 +++++-- triggers.systemd | 4 ++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/systemd.spec b/systemd.spec index e4201f3..cce0f59 100644 --- a/systemd.spec +++ b/systemd.spec @@ -13,7 +13,7 @@ Name: systemd Url: http://www.freedesktop.org/wiki/Software/systemd Version: 238 -Release: 6%{?gitcommit:.git%{gitcommitshort}}%{?dist} +Release: 7%{?gitcommit:.git%{gitcommitshort}}%{?dist} # For a breakdown of the licensing, see README License: LGPLv2+ and MIT and GPLv2+ Summary: System and Service Manager @@ -706,7 +706,10 @@ fi %files tests -f .file-list-tests %changelog -* Tue Mar 27 2018 Colin Walters +* Wed Mar 28 2018 Zbigniew Jędrzejewski-Szmek - 238-7 +- Move udev transfiletriggers to the right package + +* Tue Mar 27 2018 Colin Walters - 238-6 - Use shell for triggers; see https://github.com/systemd/systemd/pull/8550 This fixes compatibility with rpm-ostree. diff --git a/triggers.systemd b/triggers.systemd index 1012702..c0a11d1 100644 --- a/triggers.systemd +++ b/triggers.systemd @@ -73,7 +73,7 @@ if test -d /run/systemd/system; then %{_bindir}/systemd-tmpfiles --create fi -%transfiletriggerin -- /usr/lib/udev/hwdb.d +%transfiletriggerin udev -- /usr/lib/udev/hwdb.d # This script will automatically invoke hwdb update if files have been # installed or updated in /usr/lib/udev/hwdb.d. if test -d /run/systemd/system; then @@ -87,7 +87,7 @@ if test -d /run/systemd/system; then %{_bindir}/journalctl --update-catalog fi -%transfiletriggerin -- /usr/lib/udev/rules.d +%transfiletriggerin udev -- /usr/lib/udev/rules.d # This script will automatically update udev with new rules if files # have been installed or updated in /usr/lib/udev/rules.d. if test -d /run/systemd/system; then