Hello community,

here is the log from the commit of package polkit for openSUSE:Factory checked 
in at 2016-06-12 18:51:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/polkit (Old)
 and      /work/SRC/openSUSE:Factory/.polkit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "polkit"

Changes:
--------
--- /work/SRC/openSUSE:Factory/polkit/polkit.changes    2015-12-09 
22:30:00.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.polkit.new/polkit.changes       2016-06-12 
18:51:09.000000000 +0200
@@ -1,0 +2,12 @@
+Wed Jun  8 11:13:43 UTC 2016 - [email protected]
+
+- Use pkgconfig() instead of requiring systemd package names directly.
+
+-------------------------------------------------------------------
+Tue Jun  7 15:25:00 UTC 2016 - [email protected]
+
+- systemd.pc is shipped by systemd main package (bsc#983167)
+  Strangely polkit wants systemd.pc to detect that the target system
+  is running systemd even if its configured to build systemd support...
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ polkit.spec ++++++
--- /var/tmp/diff_new_pack.we5Tps/_old  2016-06-12 18:51:10.000000000 +0200
+++ /var/tmp/diff_new_pack.we5Tps/_new  2016-06-12 18:51:10.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package polkit
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,9 +17,6 @@
 
 
 %define with_systemd 1
-%if 0%{with_systemd}
-%define systemdsystemunitdir %(pkg-config --variable systemdsystemunitdir 
systemd)
-%endif
 
 Name:           polkit
 Summary:        PolicyKit Authorization Framework
@@ -54,7 +51,9 @@
 BuildRequires:  libtool
 BuildRequires:  pam-devel
 %if 0%{?with_systemd}
-BuildRequires:  systemd-devel
+BuildRequires:  systemd-rpm-macros
+BuildRequires:  pkgconfig(libsystemd)
+BuildRequires:  pkgconfig(systemd)
 %endif
 %if 0%{?suse_version} >= 1310
 BuildRequires:  pkgconfig(mozjs-17.0)
@@ -238,7 +237,7 @@
 # $HOME for polkit user
 %dir %{_localstatedir}/lib/polkit
 %if %{with_systemd}
-%{systemdsystemunitdir}/polkit.service
+%{_unitdir}/polkit.service
 %endif
 
 %files devel




Reply via email to