Hello community,

here is the log from the commit of package laptop-mode-tools for 
openSUSE:Factory checked in at 2016-01-05 21:55:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/laptop-mode-tools (Old)
 and      /work/SRC/openSUSE:Factory/.laptop-mode-tools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "laptop-mode-tools"

Changes:
--------
--- /work/SRC/openSUSE:Factory/laptop-mode-tools/laptop-mode-tools.changes      
2015-11-10 10:03:14.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.laptop-mode-tools.new/laptop-mode-tools.changes 
2016-01-05 21:55:55.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Jan  4 12:48:43 UTC 2016 - [email protected]
+
+- Fix lmt-udev installation location (bsc#960497). 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ laptop-mode-tools.spec ++++++
--- /var/tmp/diff_new_pack.XMrTQZ/_old  2016-01-05 21:55:56.000000000 +0100
+++ /var/tmp/diff_new_pack.XMrTQZ/_new  2016-01-05 21:55:56.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package laptop-mode-tools
 #
-# 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,6 +17,8 @@
 
 
 %{!?_tmpfilesdir:%global _tmpfilesdir /usr/lib/tmpfiles.d}
+%{!?_udevdir:%global _udevdir  %{_libexecdir}/udev}
+
 Name:           laptop-mode-tools
 Version:        1.67
 Release:        0
@@ -64,15 +66,13 @@
 %build
 
 %install
-DESTDIR=%{buildroot} MAN_D=%{_mandir} INSTALL=install INIT_D=%{_initddir} 
LIB_D=%{_libdir} UDEV_D=%{_udevrulesdir} SYSTEMD_UNIT_D=%{_unitdir} 
ACPI=DISABLED PMU=disabled APM=disabled ./install.sh
+DESTDIR=%{buildroot} MAN_D=%{_mandir} INSTALL=install INIT_D=%{_initddir} 
LIB_D=%{_libdir} UDEV_D=%{_udevdir} SYSTEMD_UNIT_D=%{_unitdir} ACPI=DISABLED 
PMU=disabled APM=disabled ./install.sh
 %if 0%{?suse_version} < 1315
 install -D -m 0755 %{SOURCE1} 
%{buildroot}%{_libexecdir}/pm-utils/power.d/laptop-mode-tools
 %endif
 chmod 644 %{buildroot}/%{_mandir}/man8/*
 # Don't ship sysvinit script
 rm -r %{buildroot}%{_sysconfdir}/init.d
-# Fix a weird issue...
-mv %{buildroot}%{_udevrulesdir}/rules.d/99-laptop-mode.rules 
%{buildroot}%{_udevrulesdir}/99-laptop-mode.rules
 # Hack to remove sysvinit script link in usr/sbin
 ln -s service %{buildroot}/%{_sbindir}/rclaptop-mode
 %if 0%{?suse_version} > 1315
@@ -114,7 +114,7 @@
 %{_libexecdir}/pm-utils/power.d/laptop-mode-tools
 %endif
 %{_sbindir}/rclaptop-mode
-%{_udevrulesdir}/lmt-udev
+%{_udevdir}/lmt-udev
 %{_udevrulesdir}/99-laptop-mode.rules
 %if 0%{?suse_version} < 1315
 %{_libexecdir}/pm-utils/sleep.d/01laptop-mode


Reply via email to