Hello community,

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

Package is "cifs-utils"

Changes:
--------
--- /work/SRC/openSUSE:Factory/cifs-utils/cifs-utils.changes    2014-04-03 
16:38:28.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.cifs-utils.new/cifs-utils.changes       
2014-05-22 20:37:49.000000000 +0200
@@ -1,0 +2,5 @@
+Thu May  8 11:45:19 CEST 2014 - [email protected]
+
+- use _rundir macro 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ cifs-utils.spec ++++++
--- /var/tmp/diff_new_pack.Vet2Da/_old  2014-05-22 20:37:50.000000000 +0200
+++ /var/tmp/diff_new_pack.Vet2Da/_new  2014-05-22 20:37:50.000000000 +0200
@@ -75,9 +75,13 @@
 BuildRequires:  pkgconfig
 %endif
 Requires:       keyutils
-%if %suse_version > 1220
+%if 0%{?suse_version} > 1220
 BuildRequires:  gpg-offline
 %endif
+%if ! %{defined _rundir}
+%define _rundir %{_localstatedir}/run
+%endif
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -142,12 +146,12 @@
        ${RPM_BUILD_ROOT}/%{_sysconfdir}/sysconfig/%{NET_CFGDIR}/if-{down,up}.d 
\
        ${RPM_BUILD_ROOT}/%{_sysconfdir}/samba \
        ${RPM_BUILD_ROOT}/%{_sbindir} \
-       ${RPM_BUILD_ROOT}/var/run
+       ${RPM_BUILD_ROOT}/%{_rundir}
 install -m 0755 -p ${RPM_SOURCE_DIR}/cifs.init 
${RPM_BUILD_ROOT}/%{_sysconfdir}/init.d/cifs
 install -m 0600 -p ${RPM_SOURCE_DIR}/cifstab 
${RPM_BUILD_ROOT}/%{_sysconfdir}/samba/cifstab
 ln -s %{_sysconfdir}/init.d/${cifs_init_script} 
${RPM_BUILD_ROOT}/%{_sbindir}/rccifs
 touch 
${RPM_BUILD_ROOT}/%{_sysconfdir}/sysconfig/%{NET_CFGDIR}/if-{down,up}.d/${script}
 \
-       ${RPM_BUILD_ROOT}/var/run/cifs
+       ${RPM_BUILD_ROOT}%{_rundir}/cifs
 %endif
 # Hardlink duplicate files
 %if 0%{?suse_version} > 1110
@@ -220,7 +224,7 @@
 %attr(0600,root,root) %config(noreplace) %{_sysconfdir}/samba/cifstab
 %{_sbindir}/rccifs
 %dir %{_sysconfdir}/samba
-%ghost %{_localstatedir}/run/cifs
+%ghost %{_rundir}/cifs
 %endif
 
 %files devel



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

Reply via email to