From ca2fd68d4a09c26a9889d536ffcc101aeacf948009a26aaa1ee140fbb1c2bd99 Mon Sep 17 00:00:00 2001 From: Franck Bui Date: Thu, 26 Jan 2023 16:32:16 +0000 Subject: [PATCH] - Move the bash completion support for systemd-cryptenroll in udev. OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1344 --- files.systemd | 1 - files.udev | 1 + systemd.changes | 5 +++++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/files.systemd b/files.systemd index 36178f84..1bc8da22 100644 --- a/files.systemd +++ b/files.systemd @@ -137,7 +137,6 @@ %{_datadir}/bash-completion/completions/systemd-cat %{_datadir}/bash-completion/completions/systemd-cgls %{_datadir}/bash-completion/completions/systemd-cgtop -%{_datadir}/bash-completion/completions/systemd-cryptenroll %{_datadir}/bash-completion/completions/systemd-delta %{_datadir}/bash-completion/completions/systemd-detect-virt %{_datadir}/bash-completion/completions/systemd-id128 diff --git a/files.udev b/files.udev index daf66aa9..94571214 100644 --- a/files.udev +++ b/files.udev @@ -28,6 +28,7 @@ %{_bindir}/systemd-hwdb %{_bindir}/udevadm %if %{without bootstrap} +%{_datadir}/bash-completion/completions/systemd-cryptenroll %{_datadir}/bash-completion/completions/udevadm %endif %{_datadir}/pkgconfig/udev.pc diff --git a/systemd.changes b/systemd.changes index c942a69c..57fcca80 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jan 26 16:30:41 UTC 2023 - Franck Bui + +- Move the bash completion support for systemd-cryptenroll in udev. + ------------------------------------------------------------------- Thu Jan 26 16:13:43 UTC 2023 - Franck Bui