Accepting request 40553 from network:samba:STABLE
checked in (request 40553) OBS-URL: https://build.opensuse.org/request/show/40553 OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/cifs-utils?expand=0&rev=22
This commit is contained in:
parent
5359c53f90
commit
7dfcfb23b6
3
cifs-utils-4.4.tar.bz2
Normal file
3
cifs-utils-4.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:39af3f581d97c69c2da40c0238e598417c426e0e194e27800e787d0652f36b39
|
||||||
|
size 321180
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8287996c59609d3042691ae412d289995d63e7eaf561117f0b9a1ba421ecf25b
|
|
||||||
size 321737
|
|
@ -1,18 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
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
|
Tue May 4 10:36:02 UTC 2010 - sjayaraman@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cifs-utils (Version 4.5)
|
# spec file for package cifs-utils (Version 4.4)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# 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
|
Summary: Utilities for doing and managing mounts of the Linux CIFS filesystem
|
||||||
|
|
||||||
Name: cifs-utils
|
Name: cifs-utils
|
||||||
Version: 4.5
|
Version: 4.4
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Group: System/Filesystems
|
Group: System/Filesystems
|
||||||
@ -41,9 +41,6 @@ BuildRequires: krb5-devel libcap-devel libtalloc-devel
|
|||||||
%if 0%{?suse_version} > 1110
|
%if 0%{?suse_version} > 1110
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?mandriva_version}
|
|
||||||
BuildRequires: libkeyutils-devel
|
|
||||||
%endif
|
|
||||||
Requires: keyutils
|
Requires: keyutils
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user