Hello community,

here is the log from the commit of package ofono for openSUSE:Factory checked 
in at 2020-08-19 18:58:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ofono (Old)
 and      /work/SRC/openSUSE:Factory/.ofono.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ofono"

Wed Aug 19 18:58:54 2020 rev:16 rq:827829 version:1.31

Changes:
--------
--- /work/SRC/openSUSE:Factory/ofono/ofono.changes      2019-11-03 
12:17:42.913029250 +0100
+++ /work/SRC/openSUSE:Factory/.ofono.new.3399/ofono.changes    2020-08-19 
18:59:39.955937128 +0200
@@ -1,0 +2,6 @@
+Wed Aug 19 07:47:38 UTC 2020 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Fix invalid usage of %{_libexecdir} to reference systemd owned
+  directories.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ofono.spec ++++++
--- /var/tmp/diff_new_pack.jkZQ2C/_old  2020-08-19 18:59:41.311937810 +0200
+++ /var/tmp/diff_new_pack.jkZQ2C/_new  2020-08-19 18:59:41.315937812 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ofono
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2014 Sergey Kondakov <virtuous...@gmail.com>.
 # Copyright (c) 2014 Bernd Wachter <bwach...@lart.info>.
 #
@@ -78,7 +78,7 @@
   --enable-pie \
   --enable-threads \
   --enable-test \
-  --with-systemdunitdir="%{_libexecdir}/systemd/system"
+  --with-systemdunitdir="%{_unitdir}"
 make %{?_smp_mflags} V=1
 
 %install
@@ -86,8 +86,8 @@
 
 ln -sv %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}
 
-mkdir -p %{buildroot}%{_libexecdir}/systemd/system/network.target.wants
-ln -s ../ofono.service 
%{buildroot}%{_libexecdir}/systemd/system/network.target.wants/ofono.service
+mkdir -p %{buildroot}%{_unitdir}/network.target.wants
+ln -s ../ofono.service 
%{buildroot}%{_unitdir}/network.target.wants/ofono.service
 
 %pre
 %service_add_pre ofono.service
@@ -108,8 +108,8 @@
 %{_sbindir}/rc%{name}
 %{_mandir}/man8/ofonod.8%{?ext_man}
 %{_unitdir}/ofono.service
-%{_libexecdir}/systemd/system/network.target.wants/ofono.service
-%dir %{_libexecdir}/systemd/system/network.target.wants
+%dir %{_unitdir}/network.target.wants
+%{_unitdir}/network.target.wants/ofono.service
 %config %{_sysconfdir}/ofono/
 %config %{_sysconfdir}/dbus-1/system.d/ofono.conf
 



Reply via email to