Hello community,

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

Package is "cifs-utils", Maintainer is "sjayara...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/cifs-utils/cifs-utils.changes    2011-09-23 
01:53:30.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.cifs-utils.new/cifs-utils.changes       
2012-01-20 22:06:41.000000000 +0100
@@ -1,0 +2,21 @@
+Wed Dec 21 10:31:38 UTC 2011 - co...@suse.com
+
+- remove call to suse_update_config (very old work around)
+
+-------------------------------------------------------------------
+Thu Dec  1 16:04:20 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+-------------------------------------------------------------------
+Sat Sep 17 22:58:13 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+-------------------------------------------------------------------
+Wed Jun 22 10:42:54 UTC 2011 - sjayara...@suse.de
+
+- modify cifs init script to use /var/run instead of /var/lock/subsys for 
+  state file; (bnc#697218).
+
+-------------------------------------------------------------------
@@ -8,0 +30,5 @@
+
+- Update to cifs-utils 4.8.1.
+  + fix mis-generated autoconf files.
+
+- Update to cifs-utils 4.8.
@@ -21,0 +48,2 @@
+
+- Update to cifs-utils 4.7.

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

Other differences:
------------------
++++++ cifs-utils.spec ++++++
--- /var/tmp/diff_new_pack.dN6NbS/_old  2012-01-20 22:06:42.000000000 +0100
+++ /var/tmp/diff_new_pack.dN6NbS/_new  2012-01-20 22:06:42.000000000 +0100
@@ -16,12 +16,11 @@
 #
 
 
-Summary:        Utilities for doing and managing mounts of the Linux CIFS 
filesystem
-
 Name:           cifs-utils
 Version:        4.9
-Release:        1
-License:        GPLv3+
+Release:        0
+Summary:        Utilities for doing and managing mounts of the Linux CIFS 
filesyste
+License:        GPL-3.0+
 Group:          System/Filesystems
 Url:            http://www.samba.org/linux-cifs/cifs-utils/
 Source:         %{name}-%{version}.tar.bz2
@@ -34,10 +33,12 @@
 PreReq:         /sbin/chkconfig
 %endif
 %define         initdir %{_sysconfdir}/init.d
-AutoReqProv:    on
 Provides:       cifs-mount = %{version}
 Obsoletes:      cifs-mount < %{version}
-BuildRequires:  krb5-devel libcap-devel libtalloc-devel
+BuildRequires:  automake
+BuildRequires:  krb5-devel
+BuildRequires:  libcap-devel
+BuildRequires:  libtalloc-devel
 %if 0%{?suse_version} > 1110
 BuildRequires:  fdupes
 %endif
@@ -55,7 +56,6 @@
 %setup -q
 
 %build
-%{?suse_update_config:%{suse_update_config -f}}
 autoreconf --force --install
 export CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE"
 %{configure}

++++++ cifs.init ++++++
--- /var/tmp/diff_new_pack.dN6NbS/_old  2012-01-20 22:06:42.000000000 +0100
+++ /var/tmp/diff_new_pack.dN6NbS/_new  2012-01-20 22:06:42.000000000 +0100
@@ -45,7 +45,7 @@
 LC_ALL=en_US
 CIFSTAB="/etc/samba/cifstab"
 SMB_CONF="/etc/samba/smb.conf"
-CIFS_STATE_FILE="/var/lock/subsys/cifs"
+CIFS_STATE_FILE="/var/run/cifs"
 SLEEP=1
 TIMEOUT=10
 

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

Reply via email to