diff --git a/cifs-utils.spec b/cifs-utils.spec index 3cea5cf..fe3c80c 100644 --- a/cifs-utils.spec +++ b/cifs-utils.spec @@ -3,7 +3,7 @@ Name: cifs-utils Version: 6.1 -Release: 2%{pre_release}%{?dist} +Release: 3%{pre_release}%{?dist} Summary: Utilities for mounting and managing CIFS mounts Group: System Environment/Daemons @@ -18,6 +18,7 @@ Requires(post): /usr/sbin/alternatives Requires(preun): /usr/sbin/alternatives Source0: ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/%{name}-%{version}%{pre_release}.tar.bz2 +Patch1: 0001-setcifsacl-add-fallback-for-when-plugin-can-t-be-loa.patch %description The SMB/CIFS protocol is a standard file sharing protocol widely deployed @@ -38,6 +39,7 @@ necessary for building ID mapping plugins for cifs-utils. %prep %setup -q -n %{name}-%{version}%{pre_release} +%patch1 -p1 %build %configure --prefix=/usr ROOTSBINDIR=%{_sbindir} @@ -87,8 +89,11 @@ fi %{_includedir}/cifsidmap.h %changelog +* Mon Jul 15 2013 Jeff Layton 6.1-3 +- allow setcifsacl to work if plugin can't be loaded (bz#984087) + * Mon Jul 15 2013 Jeff Layton 6.1-2 -- Convert idmapping plugin symlink to use alternatives system +- Convert idmapping plugin symlink to use alternatives system (bz#984088) * Tue Jul 02 2013 Jeff Layton 6.1-1 - update to 6.1 release