--- rpms/smeserver-shared-folders/contribs7/smeserver-shared-folders.spec 2012/02/18 11:16:35 1.68 +++ rpms/smeserver-shared-folders/contribs7/smeserver-shared-folders.spec 2012/03/20 15:39:06 1.72 @@ -1,4 +1,4 @@ -# $Id: smeserver-shared-folders.spec,v 1.67 2012/02/18 00:23:03 vip-ire Exp $ +# $Id: smeserver-shared-folders.spec,v 1.71 2012/03/11 18:32:22 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 65 +%define release 69 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -94,6 +94,9 @@ Patch77: smeserver-shared-folders-0.1-ht Patch78: smeserver-shared-folders-0.1-http_template_cleanup.patch Patch79: smeserver-shared-folders-0.1-fix_root_users_acl.patch Patch80: smeserver-shared-folders-0.1-locale-2012-02-18.patch +Patch81: smeserver-shared-folders-0.1-rsyncd.patch +Patch82: smeserver-shared-folders-0.1-webdav_access_when_no_auth_required.patch +Patch83: smeserver-shared-folders-0.1-locale-2012-03-20.patch BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildArchitectures: noarch @@ -112,6 +115,19 @@ This module allows you to create network with more flexibility than ibays as it supports ACLs %changelog +* Tue Mar 20 2012 SME Translation Server 0.1-69.el6 +- apply locale 2012-03-20 patch + +* Sun Mar 11 2012 Daniel Berteaud 0.1-68.sme +- Enable webdav even when no auth is required + (but auth will still be required for write operations) + +* Thu Mar 01 2012 Daniel Berteaud 0.1-67.sme +- Add rsyncd support + +* Sat Feb 18 2012 Daniel Berteaud 0.1-66.sme +- Fix bg locale + * Sat Feb 18 2012 Daniel Berteaud 0.1-65.sme - Fix root ACL for users - Apply locale 2012-02-18 patch @@ -431,8 +447,14 @@ with more flexibility than ibays as it s %patch78 -p1 %patch79 -p1 %patch80 -p1 +%patch81 -p1 +%patch82 -p1 +%patch83 -p1 %pre +/usr/sbin/useradd -c "Rsyncd User" \ + -s /sbin/nologin -r -d /dev/null rsync 2> /dev/null || : + %post %build @@ -440,6 +462,7 @@ with more flexibility than ibays as it s mkdir -p root/etc/e-smith/web/{common,functions} 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 perl createlinks @@ -449,6 +472,9 @@ rm -rf $RPM_BUILD_ROOT /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ --file /etc/cron.daily/purge-shares-recycle 'attr(0755,root,root)' \ --file /etc/sysconfig/modules/fuse.modules 'attr(0755,root,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)' \ > %{name}-%{version}-%{release}-filelist echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist