Hello community, here is the log from the commit of package cifs-utils for openSUSE:Factory checked in at 2012-02-10 17:11:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cifs-utils (Old) and /work/SRC/openSUSE:Factory/.cifs-utils.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cifs-utils", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/cifs-utils/cifs-utils.changes 2012-01-20 22:06:41.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.cifs-utils.new/cifs-utils.changes 2012-02-10 17:12:22.000000000 +0100 @@ -1,0 +2,41 @@ +Thu Feb 2 11:56:04 UTC 2012 - [email protected] + +- BuildRequire autoconf to avoid implicit dependency for post-11.4 systems. +- BuildRequire keyutils-devel for post-10.2 systems. +- BuildRequire libcap-ng-devel for post-11.2 systems. +- BuildRequire libwbclient-devel for post-10.2 systems. +- BuildRequire samba-winbind-devel for CentOS, Fedora, and RHEL systems. +- Add getcifsacl, setcifsacl, cifs.idmap, and cifs.upcall binaries and man + pages to the filelist. + +------------------------------------------------------------------- +Wed Feb 1 20:38:17 UTC 2012 - [email protected] + +- Update to cifs-utils 5.3. + + admins can now tell cifs.upcall to use an alternate krb5.conf file + + on remount, mount.cifs no longer adds a duplicate mtab entry + + the cifscreds utility has seen a major overhaul to allow for multiuser + mounts without krb5 auth + +- Update to cifs-utils 5.2. + + cifs.idmap can now map uid/gid to SID in addition to the other way around + + getcifsacl/setcifsacl are now installed by default in /usr/bin instead of + /usr/sbin. The manpages are now in section 1. + + cifs.upcall has a new scheme for picking the SPN on krb5 mounts. The + hostname is now always lowercased. If we fail to get a ticket using an + unqualified name, it now attempts to guess the domain name. + + A lot of manpage updates, additions and corrections + +- Update to cifs-utils 5.1. + + fix for a minor security issue that can corrupt the mtab + + new getcifsacl/setcifsacl tools that allow you to fetch and set raw + Windows ACLs via an xattr. + + a lot of manpage patches + +- Update to cifs-utils 5.0. + + mount.cifs always uses the original device string to ensure that umounts + by unprivileged users are not problematic + + there is a new cifs.idmap program for handling idmapping upcalls + + a lot of manpage patches + +------------------------------------------------------------------- Old: ---- cifs-utils-4.9.tar.bz2 New: ---- cifs-utils-5.3.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cifs-utils.spec ++++++ --- /var/tmp/diff_new_pack.Te4NZp/_old 2012-02-10 17:12:24.000000000 +0100 +++ /var/tmp/diff_new_pack.Te4NZp/_new 2012-02-10 17:12:24.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package cifs-utils # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: cifs-utils -Version: 4.9 +Version: 5.3 Release: 0 Summary: Utilities for doing and managing mounts of the Linux CIFS filesyste License: GPL-3.0+ @@ -35,9 +35,19 @@ %define initdir %{_sysconfdir}/init.d Provides: cifs-mount = %{version} Obsoletes: cifs-mount < %{version} +%if 0%{?suse_version} == 0 || 0%{?suse_version} > 1140 +BuildRequires: autoconf +%endif BuildRequires: automake +%if 0%{?suse_version} > 1020 +BuildRequires: keyutils-devel +%endif BuildRequires: krb5-devel +%if 0%{?suse_version} > 1120 +BuildRequires: libcap-ng-devel +%else BuildRequires: libcap-devel +%endif BuildRequires: libtalloc-devel %if 0%{?suse_version} > 1110 BuildRequires: fdupes @@ -45,6 +55,12 @@ %if 0%{?mandriva_version} BuildRequires: libkeyutils-devel %endif +%if 0%{?suse_version} > 1020 +BuildRequires: libwbclient-devel +%endif +%if 0%{?centos_version} || 0%{?fedora_version} || 0%{?rhel_version} +BuildRequires: samba-winbind-devel +%endif Requires: keyutils BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -106,11 +122,17 @@ %files %defattr(-,root,root) /sbin/mount.cifs -#/sbin/umount.cifs -%doc %{_mandir}/man8/mount.cifs.8.* -#%doc %{_mandir}/man8/umount.cifs.8.* +%{_bindir}/cifscreds +%{_bindir}/getcifsacl +%{_bindir}/setcifsacl +%{_sbindir}/cifs.idmap %{_sbindir}/cifs.upcall +%doc %{_mandir}/man1/cifscreds.1.* +%doc %{_mandir}/man1/getcifsacl.1.* +%doc %{_mandir}/man1/setcifsacl.1.* +%doc %{_mandir}/man8/cifs.idmap.8.* %doc %{_mandir}/man8/cifs.upcall.8.* +%doc %{_mandir}/man8/mount.cifs.8.* %if 0%{?suse_version} > 1100 %dir /lib/mkinitrd %dir /lib/mkinitrd/scripts ++++++ cifs-utils-4.9.tar.bz2 -> cifs-utils-5.3.tar.bz2 ++++++ ++++ 16754 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
