- 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
This commit is contained in:
Franck Bui 2023-01-26 16:32:16 +00:00 committed by Git OBS Bridge
parent 97cb083365
commit ca2fd68d4a
3 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jan 26 16:30:41 UTC 2023 - Franck Bui <fbui@suse.com>
- Move the bash completion support for systemd-cryptenroll in udev.
-------------------------------------------------------------------
Thu Jan 26 16:13:43 UTC 2023 - Franck Bui <fbui@suse.com>