--- rpms/smeserver-shared-folders/contribs8/smeserver-shared-folders.spec 2013/03/03 22:04:40 1.1 +++ rpms/smeserver-shared-folders/contribs8/smeserver-shared-folders.spec 2013/11/25 11:52:28 1.6 @@ -1,4 +1,4 @@ -# $Id: smeserver-shared-folders.spec,v 1.82 2012/10/20 11:01:16 vip-ire Exp $ +# $Id: smeserver-shared-folders.spec,v 1.5 2013/10/29 16:04:59 vip-ire Exp $ # Authority: vip-ire # Name: Daniel Berteaud @@ -6,7 +6,7 @@ Summary: sme server shared folders modul %define name smeserver-shared-folders Name: %{name} %define version 0.1 -%define release 79 +%define release 84 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -109,6 +109,11 @@ Patch92: smeserver-shared-folders-0.1-lo Patch93: smeserver-shared-folders-0.1-share_name_starting_with_a_num.patch Patch94: smeserver-shared-folders-0.1-name_ending_with_dollar.patch Patch95: smeserver-shared-folders-0.1-enhanced_audit.patch +Patch96: smeserver-shared-folders-0.1-locale-2013-07-14.patch +Patch97: smeserver-shared-folders-0.1-ntacl.patch +Patch98: smeserver-shared-folders-0.1-ajaxplorer2pydio.patch +Patch99: smeserver-shared-folders-0.1-locale-2013-10-29.patch +Patch100: smeserver-shared-folders-0.1-dump_acl_and_xattr_for_manual_perm.patch BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildArchitectures: noarch @@ -127,6 +132,22 @@ This module allows you to create network with more flexibility than ibays as it supports ACLs %changelog +* Mon Nov 25 2013 Daniel Berteaud 0.1-84.sme +- Dump ACL and extended attributes in /home/e-smith/db/shares if + ManualPermissions is set + +* Tue Oct 29 2013 Daniel Berteaud 0.1-83.sme +- apply locale 2013-10-29 patch + +* Tue Oct 22 2013 Daniel Berteaud 0.1-82.sme +- Rename ajaxplorer to pydio + +* Thu Oct 17 2013 Daniel Berteaud 0.1-81.sme +- Add NT ACL support + +* Sun Jul 14 2013 JP Pialasse 0.1-80.sme +- apply locale 2013-07-14 patch + * Sat Oct 20 2012 Daniel Berteaud 0.1-79.sme - Enhance samba audit @@ -508,6 +529,11 @@ with more flexibility than ibays as it s %patch93 -p1 %patch94 -p1 %patch95 -p1 +%patch96 -p1 +%patch97 -p1 +%patch98 -p1 +%patch99 -p1 +%patch100 -p1 %pre /usr/sbin/useradd -c "Rsyncd User" \ @@ -521,6 +547,7 @@ mkdir -p root/etc/e-smith/web/{common,fu mkdir -p root/etc/e-smith/web/panels/manager/{cgi-bin,common,html} mkdir -p root/home/e-smith/files/shares mkdir -p root/var/log/rsyncd +mkdir -p root/home/e-smith/db/shares perl createlinks @@ -533,6 +560,7 @@ rm -rf $RPM_BUILD_ROOT --file /var/service/rsyncd/run 'attr(0755,root,root)' \ --file /var/service/rsyncd/log/run 'attr(0755,root,root)' \ --dir /var/log/rsyncd 'attr(0770,root,smelog)' \ + --dir /home/e-smith/db/shares 'attr(0750,root,root)' \ > %{name}-%{version}-%{release}-filelist echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist