Hello community,

here is the log from the commit of package upower for openSUSE:Factory checked 
in at 2012-10-19 08:53:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/upower (Old)
 and      /work/SRC/openSUSE:Factory/.upower.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "upower", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/upower/upower.changes    2012-09-25 
14:18:17.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.upower.new/upower.changes       2012-10-19 
08:53:11.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Oct 17 13:19:29 UTC 2012 - [email protected]
+
+- Fix build with new udev rules location
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ upower.spec ++++++
--- /var/tmp/diff_new_pack.Auj70D/_old  2012-10-19 08:53:12.000000000 +0200
+++ /var/tmp/diff_new_pack.Auj70D/_new  2012-10-19 08:53:12.000000000 +0200
@@ -19,6 +19,8 @@
 # We cannot enable systemd support right now, as the sleep support is in >= 183
 %define with_systemd 0
 
+%define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
+
 Name:           upower
 Summary:        Power Device Enumeration Framework
 License:        GPL-2.0+
@@ -114,10 +116,10 @@
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+%makeinstall udevrulesdir=%{_udevrulesdir}
 rm -f %{buildroot}%{_libdir}/*.la
 %if ! %{with_systemd}
-rm %{buildroot}/lib/systemd/system-sleep/notify-upower.sh
+rm %{buildroot}/%{_unitdir}/../system-sleep/notify-upower.sh
 %endif
 %find_lang %{name}
 
@@ -148,9 +150,9 @@
 %dir %{_libexecdir}/upower
 %{_libexecdir}/upower/upowerd
 %if %{with_systemd}
-/lib/systemd/system-sleep/notify-upower.sh
+%{_unitdir}/../system-sleep/notify-upower.sh
 %endif
-/lib/udev/rules.d/*.rules
+%{_udevrulesdir}/*.rules
 %{_unitdir}/upower.service
 %config %{_sysconfdir}/dbus-1/system.d/org.freedesktop.UPower.conf
 %{_datadir}/dbus-1/interfaces/org.freedesktop.UPower.xml


-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to