Updating link to change in openSUSE:Factory/cifs-utils revision 6.0

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/cifs-utils?expand=0&rev=88793fa66c7fab0eae6436c440170d48
This commit is contained in:
OBS User buildservice-autocommit 2010-05-25 11:17:54 +00:00 committed by Git OBS Bridge
parent 7dfcfb23b6
commit 69355c28db
4 changed files with 23 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:39af3f581d97c69c2da40c0238e598417c426e0e194e27800e787d0652f36b39
size 321180

3
cifs-utils-4.5.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8287996c59609d3042691ae412d289995d63e7eaf561117f0b9a1ba421ecf25b
size 321737

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon May 24 04:19:38 UTC 2010 - sjayaraman@suse.de
- Update to cifs-utils 4.5.
+ strip leading delimiter off of prefixpath option in mount.cifs.
+ remove magic number for max_username in parse_options.
+ turn into a multicall binary for smb2.
+ fix uninitialized variable in cred parsing error path.
+ cleanup mount.cifs option parsing.
-------------------------------------------------------------------
Wed May 5 13:22:57 UTC 2010 - lmuelle@suse.de
- BuildRequire libkeyutils-devel on Mandriva systems.
-------------------------------------------------------------------
Tue May 4 10:36:02 UTC 2010 - sjayaraman@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package cifs-utils (Version 4.4)
# spec file for package cifs-utils (Version 4.5)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -19,7 +19,7 @@
Summary: Utilities for doing and managing mounts of the Linux CIFS filesystem
Name: cifs-utils
Version: 4.4
Version: 4.5
Release: 1
License: GPLv3+
Group: System/Filesystems
@ -41,6 +41,9 @@ BuildRequires: krb5-devel libcap-devel libtalloc-devel
%if 0%{?suse_version} > 1110
BuildRequires: fdupes
%endif
%if 0%{?mandriva_version}
BuildRequires: libkeyutils-devel
%endif
Requires: keyutils
BuildRoot: %{_tmppath}/%{name}-%{version}-build