Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lightdm for openSUSE:Factory checked in at 2023-03-19 16:15:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lightdm (Old) and /work/SRC/openSUSE:Factory/.lightdm.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lightdm" Sun Mar 19 16:15:52 2023 rev:111 rq:1072473 version:1.32.0 Changes: -------- --- /work/SRC/openSUSE:Factory/lightdm/lightdm.changes 2022-12-09 13:18:59.779389026 +0100 +++ /work/SRC/openSUSE:Factory/.lightdm.new.31432/lightdm.changes 2023-03-19 16:15:53.675122599 +0100 @@ -1,0 +2,5 @@ +Thu Mar 16 15:25:32 UTC 2023 - Callum Farmer <gm...@opensuse.org> + +- Split bash-completion to separate sub-package + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lightdm.spec ++++++ --- /var/tmp/diff_new_pack.E8yI4O/_old 2023-03-19 16:15:54.351125886 +0100 +++ /var/tmp/diff_new_pack.E8yI4O/_new 2023-03-19 16:15:54.355125906 +0100 @@ -193,6 +193,17 @@ This package contains development files needed for developing Qt5-based LightDM clients. +%package bash-completion +Summary: Bash completion for lightdm +Group: System/Shells +Requires: %{name} +Requires: bash-completion +Supplements: (%{name} and bash-completion) +BuildArch: noarch + +%description bash-completion +bash command line completion support for lightdm. + %prep %autosetup -p1 @@ -351,10 +362,6 @@ %{_datadir}/accountsservice/interfaces/org.freedesktop.DisplayManager.AccountsService.xml %{_datadir}/dbus-1/interfaces/org.freedesktop.DisplayManager.AccountsService.xml %{_datadir}/polkit-1/actions/org.freedesktop.DisplayManager.AccountsService.policy -%dir %{_datadir}/bash-completion/ -%dir %{_datadir}/bash-completion/completions/ -%{_datadir}/bash-completion/completions/dm-tool -%{_datadir}/bash-completion/completions/lightdm %dir %{_datadir}/xgreeters/ %ghost %attr(711,lightdm,lightdm) %dir %{rundir}/lightdm/ %attr(750,lightdm,lightdm) %dir %{_localstatedir}/log/lightdm/ @@ -403,4 +410,10 @@ %{_libdir}/pkgconfig/lib%{qt5_libname}.pc %{_includedir}/%{qt5_libname}/ +%files bash-completion +%dir %{_datadir}/bash-completion/ +%dir %{_datadir}/bash-completion/completions/ +%{_datadir}/bash-completion/completions/dm-tool +%{_datadir}/bash-completion/completions/lightdm + %changelog