Hello community, here is the log from the commit of package bumblebee for openSUSE:Factory checked in at 2018-08-08 14:53:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bumblebee (Old) and /work/SRC/openSUSE:Factory/.bumblebee.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bumblebee" Wed Aug 8 14:53:03 2018 rev:11 rq:627830 version:3.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/bumblebee/bumblebee.changes 2018-07-25 16:14:34.350094874 +0200 +++ /work/SRC/openSUSE:Factory/.bumblebee.new/bumblebee.changes 2018-08-08 14:54:04.673607266 +0200 @@ -1,0 +2,19 @@ +Tue Aug 7 08:53:48 UTC 2018 - [email protected] + +- Fix directory mode on the bash-completion + +------------------------------------------------------------------- +Sat Jul 28 13:37:06 UTC 2018 - [email protected] + +- Trim aims from description, say what it does. Trim bias. +- Do not ignore errors from groupadd. + +------------------------------------------------------------------- +Fri Jul 27 00:00:00 UTC 2018 - [email protected] + +- Please, do not overwrite bumblebee configs (adding noreplace) +- fixing some rpmlint errors + * bash-completion goes to /usr/share/bash-completion/completions/ not /etc/bash_completion.d/ + * rpmlint filter for zero-size 10-dummy.conf + +------------------------------------------------------------------- New: ---- bumblebee-rpmlintrc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bumblebee.spec ++++++ --- /var/tmp/diff_new_pack.wFcmk5/_old 2018-08-08 14:54:05.109607986 +0200 +++ /var/tmp/diff_new_pack.wFcmk5/_new 2018-08-08 14:54:05.109607986 +0200 @@ -24,6 +24,7 @@ Group: Hardware/Other URL: https://github.com/Bumblebee-Project/bumblebee Source0: http://bumblebee-project.org/%{name}-%{version}.tar.gz +Source1: %{name}-rpmlintrc Patch0: nvidia-uvm-modeset-drm-support.patch Patch1: bumblebee-decimal-pciid.patch BuildRequires: glib2-devel @@ -57,11 +58,10 @@ %endif %description -Bumblebee daemon is a rewrite of the original Bumblebee service, -providing an elegant and stable means of managing Optimus hybrid -graphics chipsets. A primary goal of this project is to not only -enable use of the discrete GPU for rendering, but also to enable -smart power management of the dGPU when it's not in use. +The Bumblebee daemon is a rewrite of the original Bumblebee service, +providing a means of managing Optimus hybrid graphics chipsets. This +project not only enables use of the discrete GPU for rendering, but +also smart power management of the dGPU when it is not in use. %prep %setup -q @@ -86,9 +86,12 @@ ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcbumblebeed # Fix service to run after dkms and modules leading service sed -i '3i After=dkms.service systemd-modules-load.service' %{buildroot}%{_libexecdir}/systemd/system/bumblebeed.service +# according to rpmlint error suse-filelist-forbidden-bashcomp-userdirs +install -d -m 0755 %{buildroot}/%{_datadir}/bash-completion/completions/ +mv %{buildroot}/%{_sysconfdir}/bash_completion.d/bumblebee %{buildroot}/%{_datadir}/bash-completion/completions/ %pre -getent group bumblebee >/dev/null || groupadd -r bumblebee || : +getent group bumblebee >/dev/null || groupadd -r bumblebee %service_add_pre bumblebeed.service %post @@ -116,16 +119,17 @@ %license COPYING %doc README.markdown %dir %{_sysconfdir}/bumblebee -%config %{_sysconfdir}/bumblebee/xorg.conf.nouveau -%config %{_sysconfdir}/bumblebee/xorg.conf.nvidia -%config %{_sysconfdir}/bumblebee/bumblebee.conf +%config(noreplace) %{_sysconfdir}/bumblebee/xorg.conf.nouveau +%config(noreplace) %{_sysconfdir}/bumblebee/xorg.conf.nvidia +%config(noreplace) %{_sysconfdir}/bumblebee/bumblebee.conf %dir %{_sysconfdir}/bumblebee/xorg.conf.d %config %{_sysconfdir}/bumblebee/xorg.conf.d/10-dummy.conf %dir %{_libexecdir}/systemd/system %{_libexecdir}/systemd/system/bumblebeed.service %{_sbindir}/rcbumblebeed %{_udevrulesdir}/99-bumblebee-nvidia-dev.rules -%config %{_sysconfdir}/bash_completion.d/bumblebee +%dir %{_datadir}/bash-completion/completions/ +%{_datadir}/bash-completion/completions/bumblebee %{_datadir}/doc/bumblebee %{_sbindir}/bumblebeed %{_bindir}/optirun ++++++ bumblebee-rpmlintrc ++++++ addFilter("zero-length.*/etc/bumblebee/xorg.conf.d/10-dummy.conf")
