Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xboxdrv for openSUSE:Factory checked 
in at 2021-08-25 20:57:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xboxdrv (Old)
 and      /work/SRC/openSUSE:Factory/.xboxdrv.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xboxdrv"

Wed Aug 25 20:57:57 2021 rev:8 rq:913988 version:0.8.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/xboxdrv/xboxdrv.changes  2020-05-08 
23:09:31.374373498 +0200
+++ /work/SRC/openSUSE:Factory/.xboxdrv.new.1899/xboxdrv.changes        
2021-08-25 20:59:22.817068867 +0200
@@ -1,0 +2,5 @@
+Tue Aug 24 10:12:41 UTC 2021 - Callum Farmer <gm...@opensuse.org>
+
+- Move modprobe.d files out of /etc
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ xboxdrv.spec ++++++
--- /var/tmp/diff_new_pack.XcPQbk/_old  2021-08-25 20:59:23.341068179 +0200
+++ /var/tmp/diff_new_pack.XcPQbk/_new  2021-08-25 20:59:23.345068174 +0200
@@ -15,7 +15,10 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
-
+%if 0%{?suse_version} < 1550 && 0%{?sle_version} < 150300
+# systemd-rpm-macros(or kmod) is wrong in 15.2
+%define _modprobedir /lib/modprobe.d
+%endif
 Name:           xboxdrv
 Version:        0.8.8
 Release:        0
@@ -73,7 +76,7 @@
 chmod a-x %{buildroot}%{_mandir}/man1/%{name}.1
 
 install -Dpm 0644 50-xpad.conf \
-  %{buildroot}%{_sysconfdir}/modprobe.d/50-xpad.conf
+  %{buildroot}%{_modprobedir}/50-xpad.conf
 
 install -Dpm 0644 %{name}.conf %{buildroot}%{_sysconfdir}/%{name}.conf
 install -Dpm 0644 %{name}.service %{buildroot}%{_unitdir}/%{name}.service
@@ -100,8 +103,10 @@
 %license COPYING
 %doc AUTHORS NEWS PROTOCOL README.md TODO
 %config(noreplace) %{_sysconfdir}/%{name}.conf
-%dir %{_sysconfdir}/modprobe.d/
-%config %{_sysconfdir}/modprobe.d/50-xpad.conf
+%if 0%{?suse_version} < 1550 && 0%{?sle_version} < 150300
+%dir %{_modprobedir}
+%endif
+%{_modprobedir}/50-xpad.conf
 %{_bindir}/%{name}
 %{_sbindir}/rc%{name}
 %{_unitdir}/%{name}.service

Reply via email to