Hello community,

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

Package is "wpa_supplicant"

Changes:
--------
--- /work/SRC/openSUSE:Factory/wpa_supplicant/wpa_supplicant.changes    
2013-09-11 13:24:50.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.wpa_supplicant.new/wpa_supplicant.changes       
2014-05-22 20:37:58.000000000 +0200
@@ -1,0 +2,5 @@
+Thu May  8 11:18:08 CEST 2014 - [email protected]
+
+- use _rundir macro 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ wpa_supplicant.spec ++++++
--- /var/tmp/diff_new_pack.ZudmEK/_old  2014-05-22 20:37:59.000000000 +0200
+++ /var/tmp/diff_new_pack.ZudmEK/_new  2014-05-22 20:37:59.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package wpa_supplicant
 #
-# 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
@@ -56,6 +56,9 @@
 Patch3:         wpa_supplicant-errormsg.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Requires:       logrotate
+%if ! %{defined _rundir}
+%define _rundir %{_localstatedir}/run
+%endif
 
 %description
 wpa_supplicant is an implementation of the WPA Supplicant component,
@@ -115,7 +118,7 @@
 install -m 0644 %{SOURCE5} %{buildroot}/%{_datadir}/dbus-1/system-services
 install -d %{buildroot}/%{_sysconfdir}/logrotate.d/
 install -m 644 %{SOURCE4} 
%{buildroot}/%{_sysconfdir}/logrotate.d/wpa_supplicant
-install -d %{buildroot}/%{_localstatedir}/run/%{name}
+install -d %{buildroot}/%{_rundir}/%{name}
 install -d %{buildroot}%{_mandir}/man{5,8}
 install -m 0644 wpa_supplicant/doc/docbook/*.8 %{buildroot}%{_mandir}/man8
 install -m 0644 wpa_supplicant/doc/docbook/*.5 %{buildroot}%{_mandir}/man5
@@ -150,9 +153,9 @@
 %{_datadir}/dbus-1/system-services
 %config %{_sysconfdir}/%{name}/%{name}.conf
 %config(noreplace) %{_sysconfdir}/logrotate.d/wpa_supplicant
-%dir %{_localstatedir}/run/%{name}
+%dir %{_rundir}/%{name}
 %if 0%{?suse_version} > 1140
-%ghost %{_localstatedir}/run/%{name}
+%ghost %{_rundir}/%{name}
 %endif
 %if 0%{?suse_version} > 1230
 %{_unitdir}/wpa_supplicant.service

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

Reply via email to