diff --git a/files.experimental b/files.experimental index 92d3b4ed..70b4984b 100644 --- a/files.experimental +++ b/files.experimental @@ -17,7 +17,6 @@ %if %{with sd_boot} %{_bindir}/ukify %endif -%{_bindir}/varlinkctl %{_datadir}/bash-completion/completions/oomctl %{_datadir}/bash-completion/completions/run0 %{_datadir}/bash-completion/completions/systemd-vmspawn @@ -34,7 +33,6 @@ %if %{with sd_boot} %{_mandir}/man1/ukify.1.gz %endif -%{_mandir}/man1/varlinkctl.1.gz %{_mandir}/man5/oomd.conf.5.gz %{_mandir}/man5/oomd.conf.d.5.gz %{_mandir}/man5/org.freedesktop.oom1.5.gz diff --git a/files.systemd b/files.systemd index 8a77a0c3..2ae82e52 100644 --- a/files.systemd +++ b/files.systemd @@ -138,6 +138,9 @@ %{_bindir}/timedatectl %if %{without bootstrap} %{_bindir}/userdbctl +%endif +%{_bindir}/varlinkctl +%if %{without bootstrap} %{_datadir}/bash-completion/completions/busctl %{_datadir}/bash-completion/completions/coredumpctl %{_datadir}/bash-completion/completions/hostnamectl @@ -268,6 +271,7 @@ %{_mandir}/man1/systemd.1.gz %{_mandir}/man1/timedatectl.1.gz %{_mandir}/man1/userdbctl.1.gz +%{_mandir}/man1/varlinkctl.1.gz %{_mandir}/man5/binfmt.d.5.gz %{_mandir}/man5/capsule@.service.5.gz %{_mandir}/man5/coredump.conf.5.gz diff --git a/systemd.changes b/systemd.changes index e9ff2057..e6864660 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jul 4 13:04:04 UTC 2024 - Franck Bui + +- varlinkctl is no more considered as experimental and has been moved to the + main package. + ------------------------------------------------------------------- Thu Jul 4 09:07:28 UTC 2024 - Franck Bui