Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package enlightenment for openSUSE:Factory checked in at 2022-05-06 18:59:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/enlightenment (Old) and /work/SRC/openSUSE:Factory/.enlightenment.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "enlightenment" Fri May 6 18:59:23 2022 rev:38 rq:975438 version:0.25.3 Changes: -------- --- /work/SRC/openSUSE:Factory/enlightenment/enlightenment.changes 2022-05-02 16:25:28.800832231 +0200 +++ /work/SRC/openSUSE:Factory/.enlightenment.new.1538/enlightenment.changes 2022-05-06 18:59:38.521376431 +0200 @@ -1,0 +2,7 @@ +Thu May 5 12:28:03 UTC 2022 - Simon Lees <[email protected]> + +- Recommend acpid for bindings (Should now remove popup) [boo#1196609] +- system.conf allow all users, this is required because we no + longer automatically add people to the users group. [boo#1196609] + +------------------------------------------------------------------- @@ -4 +11 @@ -- boo#1197326 - Don't Enable modules that don't exist in profile +- boo#1197326,1196609 - Don't Enable modules that don't exist in profile @@ -6,0 +14 @@ +- Recommend acpid for bindings ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ enlightenment.spec ++++++ --- /var/tmp/diff_new_pack.JoFiyZ/_old 2022-05-06 18:59:41.477379659 +0200 +++ /var/tmp/diff_new_pack.JoFiyZ/_new 2022-05-06 18:59:41.481379663 +0200 @@ -44,6 +44,7 @@ Patch3: feature-wizard-auto-lang.patch Patch4: feature-wizard-keylayout-from-sys.patch Patch5: feature-qt-apps-gtk2-theme.patch +# We'd rather log to the journal then e's log file. Patch6: feature-openSUSE-log-to-journal.patch # boo#1197326 Don't Enable modules that don't exist in profile migration. Patch7: fix-upstream-dont-migrate-sysinfoluncher.patch @@ -136,6 +137,8 @@ %endif %if 0%{?suse_version} Recommends: NetworkManager-appindicator +# For acpid bindings +Recommends: acpid Recommends: alsa-plugins-pulse # Recommended to make NetworkManager Intergration work Recommends: gnome-keyring @@ -300,11 +303,6 @@ # remove files from not wanted place rm %{buildroot}%{_datadir}/enlightenment/{COPYING,AUTHORS} -%if %{enable_wayland} -unlink %{buildroot}/%{_datadir}/xsessions/enlightenment.desktop -mv %{buildroot}/%{_datadir}/wayland-sessions/enlightenment.desktop %{buildroot}/%{_datadir}/xsessions/enlightenment.desktop -%endif - mkdir -p %{buildroot}%{_sysconfdir}/alternatives touch %{buildroot}%{_sysconfdir}/alternatives/default-xsession.desktop ln -s %{_sysconfdir}/alternatives/default-xsession.desktop %{buildroot}%{_datadir}/xsessions/default.desktop ++++++ system.conf ++++++ --- /var/tmp/diff_new_pack.JoFiyZ/_old 2022-05-06 18:59:41.593379786 +0200 +++ /var/tmp/diff_new_pack.JoFiyZ/_new 2022-05-06 18:59:41.593379786 +0200 @@ -55,11 +55,11 @@ # root is allowed to do anything - but it needs to be here explicitly anyway user: root allow: * # members of operator, staff and admin groups should be able to do all -group: users allow: backlight -group: users allow: ddc -group: users allow: rfkill -group: users allow: l2ping -group: users allow: cpufreq +user: * allow: backlight +user: * allow: ddc +user: * allow: rfkill +user: * allow: l2ping +user: * allow: cpufreq # deny everyone else by default user: * deny: *
