Accepting request 35740 from network:samba:STABLE
Copy from network:samba:STABLE/cifs-utils based on submit request 35740 from user lmuelle OBS-URL: https://build.opensuse.org/request/show/35740 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cifs-utils?expand=0&rev=2
This commit is contained in:
parent
cf7839212c
commit
db8ef2e25a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d50e26c2804cb1e9e675305a76b5c4684d87b8260893d0fec6bf34c2bc3922a4
|
|
||||||
size 315986
|
|
3
cifs-utils-4.1.tar.bz2
Normal file
3
cifs-utils-4.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4108fdd7426b025d592e4461a9b715735f5dbc9ebb95bfccfd6f8c3bb0633d73
|
||||||
|
size 312719
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 25 14:22:38 UTC 2010 - lmuelle@suse.de
|
||||||
|
|
||||||
|
- Update to cif-utils 4.1.
|
||||||
|
+ fix ver= option passed to the kernel
|
||||||
|
+ fix error handling when duplicating options string
|
||||||
|
+ make check_mountpoint a noop for non-legacy builds
|
||||||
|
+ remove uuid option
|
||||||
|
+ remove bogus rsize/wsize options
|
||||||
|
+ check for NULL addr pointer before handling scopeid
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 22 12:09:17 UTC 2010 - lmuelle@suse.de
|
||||||
|
|
||||||
|
- Add %version dependency to Provides and Obsoletes.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Mar 14 15:32:49 UTC 2010 - lmuelle@suse.de
|
Sun Mar 14 15:32:49 UTC 2010 - lmuelle@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cifs-utils (Version 4.0)
|
# spec file for package cifs-utils (Version 4.1)
|
||||||
#
|
#
|
||||||
# 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.0
|
Version: 4.1
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Group: System/Filesystems
|
Group: System/Filesystems
|
||||||
@ -35,8 +35,8 @@ PreReq: /sbin/chkconfig
|
|||||||
%endif
|
%endif
|
||||||
%define initdir %{_sysconfdir}/init.d
|
%define initdir %{_sysconfdir}/init.d
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Provides: cifs-mount
|
Provides: cifs-mount = %{version}
|
||||||
Obsoletes: cifs-mount
|
Obsoletes: cifs-mount < %{version}
|
||||||
BuildRequires: krb5-devel libtalloc-devel
|
BuildRequires: krb5-devel libtalloc-devel
|
||||||
%if 0%{?suse_version} > 1110
|
%if 0%{?suse_version} > 1110
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -112,5 +112,4 @@ exit 0
|
|||||||
/lib/mkinitrd/scripts/setup-cifs.sh
|
/lib/mkinitrd/scripts/setup-cifs.sh
|
||||||
/lib/mkinitrd/scripts/boot-cifs.sh
|
/lib/mkinitrd/scripts/boot-cifs.sh
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user