From 164a69e2d1014531cceef698d1db6fb6926653fad2e6eedd13b8419d2ec69a52 Mon Sep 17 00:00:00 2001 From: Franck Bui Date: Mon, 26 Jun 2023 14:28:56 +0000 Subject: [PATCH] - file-triggers: fix a typo that sneaked in the script dealing with tmpfiles (bsc#1212733) OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1404 --- systemd.changes | 6 ++++++ triggers.systemd | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/systemd.changes b/systemd.changes index 69e7e05..f491cad 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jun 26 14:26:28 UTC 2023 - Franck Bui + +- file-triggers: fix a typo that sneaked in the script dealing with tmpfiles + (bsc#1212733) + ------------------------------------------------------------------- Wed Jun 21 10:30:58 UTC 2023 - Franck Bui diff --git a/triggers.systemd b/triggers.systemd index 5a0e6c1..3d1095e 100644 --- a/triggers.systemd +++ b/triggers.systemd @@ -108,7 +108,7 @@ end -- Note: /run is never mounted during transactional updates. if posix.access("/run/systemd/system") then assert(rpm.execute("systemd-tmpfiles", "--create")) -endf +end %if %{without bootstrap} %transfiletriggerin -P 1000600 -n udev -p -- /usr/lib/udev/rules.d