Hello community,

here is the log from the commit of package bbswitch for openSUSE:Factory 
checked in at 2020-08-29 20:44:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bbswitch (Old)
 and      /work/SRC/openSUSE:Factory/.bbswitch.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bbswitch"

Sat Aug 29 20:44:00 2020 rev:9 rq:830349 version:0.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/bbswitch/bbswitch.changes        2020-04-04 
12:26:33.227997531 +0200
+++ /work/SRC/openSUSE:Factory/.bbswitch.new.3399/bbswitch.changes      
2020-08-29 20:44:23.509516310 +0200
@@ -1,0 +2,7 @@
+Tue Aug 18 15:16:14 UTC 2020 - Dominique Leuenberger <[email protected]>
+
+- Fix wrong usage of %{_libexecdir} for systemd owned directories
+  below %{_prefix}/lib and stop marking those files as %config just
+  because the end in .conf.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ bbswitch.spec ++++++
--- /var/tmp/diff_new_pack.R7YORJ/_old  2020-08-29 20:44:24.149516578 +0200
+++ /var/tmp/diff_new_pack.R7YORJ/_new  2020-08-29 20:44:24.153516579 +0200
@@ -65,15 +65,15 @@
 for flavor in %{flavors_to_build}; do
         make -C %{kernel_source $flavor} %{?linux_make_arch} modules_install 
M=$PWD/obj/$flavor
 done
-install -dm755 %{buildroot}%{_libexecdir}/modules-load.d
-echo "bbswitch" >> %{buildroot}%{_libexecdir}/modules-load.d/bbswitch.conf
+install -dm755 %{buildroot}%{_prefix}/lib/modules-load.d
+echo "bbswitch" >> %{buildroot}%{_prefix}/lib/modules-load.d/bbswitch.conf
 install -dm755 %{buildroot}%{_sysconfdir}/modprobe.d/
 echo "options bbswitch load_state=0 unload_state=1" >> 
%{buildroot}%{_sysconfdir}/modprobe.d/50-bbswitch.conf
 
 %files
 %doc source/COPYING source/README.md source/NEWS
-%dir %{_libexecdir}//modules-load.d
-%config %{_libexecdir}/modules-load.d/bbswitch.conf
+%dir %{_prefix}/lib/modules-load.d
+%{_prefix}/lib/modules-load.d/bbswitch.conf
 %config %{_sysconfdir}/modprobe.d/50-bbswitch.conf
 
 %changelog


Reply via email to