Hello community,

here is the log from the commit of package lxdm for openSUSE:Factory checked in 
at 2014-05-22 20:38:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lxdm (Old)
 and      /work/SRC/openSUSE:Factory/.lxdm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lxdm"

Changes:
--------
--- /work/SRC/openSUSE:Factory/lxdm/lxdm.changes        2014-04-26 
10:06:12.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.lxdm.new/lxdm.changes   2014-05-22 
20:38:11.000000000 +0200
@@ -1,0 +2,10 @@
+Fri May  9 23:50:22 UTC 2014 - t...@gmx.com
+
+- Fix build failure produced by Request 233253
+
+-------------------------------------------------------------------
+Fri May  9 12:03:53 UTC 2014 - a...@suse.com
+
+- Use %_rundir instead of /var/run.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ lxdm.spec ++++++
--- /var/tmp/diff_new_pack.r8G9QP/_old  2014-05-22 20:38:13.000000000 +0200
+++ /var/tmp/diff_new_pack.r8G9QP/_new  2014-05-22 20:38:13.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lxdm
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -67,6 +67,9 @@
 Recommends:     gnome-control-center-user-faces
 Provides:       lxdm-conf = %version
 Obsoletes:      lxdm-conf < %version
+%if ! %{defined _rundir}
+%define _rundir %{_localstatedir}/run
+%endif
 
 %description
 LXDM is the future display manager of LXDE, the Lightweight X11 Desktop
@@ -107,9 +110,9 @@
 chmod -x %buildroot/%_sysconfdir/pam.d/%name
 ln -sf %_sbindir/%name-binary %buildroot/%_bindir/%name
 %find_lang %name
-%__mkdir_p %buildroot/%_localstatedir/run
+%__mkdir_p %buildroot/%_rundir
 %__mkdir_p %buildroot/%_localstatedir/lib/%name
-touch %buildroot/%_localstatedir/run/%name.pid
+touch %buildroot/%_rundir/%name.pid
 %__mkdir_p %{buildroot}%{_dminitdir}/
 %__cp %{SOURCE5} %{buildroot}%{_dminitdir}/
 %__mkdir -p %{buildroot}%{_localstatedir}/adm/fillup-templates
@@ -155,7 +158,7 @@
 %attr(640,lxdm,lxdm) %config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf
 %config(noreplace) %{_sysconfdir}/pam.d/%{name}
 %attr(750,lxdm,lxdm) %dir %{_localstatedir}/lib/%{name}
-%ghost %{_localstatedir}/run/%{name}.pid
+%ghost %_rundir/%{name}.pid
 %exclude /%_datadir/pixmaps
 %{_dminitdir}/lxdm
 %config %{_localstatedir}/adm/fillup-templates/sysconfig.lxdm


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to