Hello community,

here is the log from the commit of package bluez for openSUSE:Factory checked 
in at 2016-06-13 21:54:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bluez (Old)
 and      /work/SRC/openSUSE:Factory/.bluez.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bluez"

Changes:
--------
--- /work/SRC/openSUSE:Factory/bluez/bluez.changes      2016-06-02 
12:38:53.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.bluez.new/bluez.changes 2016-06-13 
21:54:48.000000000 +0200
@@ -1,0 +2,9 @@
+Tue Jun  7 13:17:48 UTC 2016 - f...@suse.com
+
+- Don't require systemd-devel but systemd-rpm-macros (bsc#983167)
+  Bluez simply needs to know where the systemd default paths are, at
+  build time. For that there's no need to build-require systemd or
+  systemd-devel (and pull all theirs dependencies). Instead
+  build-require systemd-rpm-macros, which has much less dependencies.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ bluez.spec ++++++
--- /var/tmp/diff_new_pack.kxD318/_old  2016-06-13 21:54:50.000000000 +0200
+++ /var/tmp/diff_new_pack.kxD318/_new  2016-06-13 21:54:50.000000000 +0200
@@ -21,7 +21,7 @@
 # FIXME: Do not mangle dbus service / systemd service once we support systemd 
user services
 BuildRequires:  flex
 BuildRequires:  libcap-ng-devel
-BuildRequires:  systemd-devel
+BuildRequires:  systemd-rpm-macros
 BuildRequires:  pkgconfig(dbus-1) >= 1.6
 %{?systemd_requires}
 Version:        5.40
@@ -127,7 +127,9 @@
        --enable-cups           \
        --enable-test           \
        --enable-experimental   \
-       --enable-datafiles
+       --enable-datafiles      \
+       --with-systemdsystemunitdir=%{_unitdir}         \
+       --with-systemduserunitdir=%{_userunitdir}
 
 make %{?_smp_mflags} all V=1
 


Reply via email to