--- rpms/smeserver-shared-folders/contribs7/smeserver-shared-folders.spec 2010/11/30 15:15:20 1.32 +++ rpms/smeserver-shared-folders/contribs7/smeserver-shared-folders.spec 2011/06/29 07:41:34 1.51 @@ -1,4 +1,4 @@ -# $Id: smeserver-shared-folders.spec,v 1.31 2010/11/30 15:00:01 slords Exp $ +# $Id: smeserver-shared-folders.spec,v 1.50 2011/06/28 16:01:43 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 29 +%define release 48 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -53,6 +53,27 @@ Patch36: smeserver-shared-folders-0.1-en Patch37: smeserver-shared-folders-0.1-webdav_support.patch Patch38: smeserver-shared-folders-0.1-purge_recycle.patch Patch39: smeserver-shared-folders-0.1-locale-2010-11-30.patch +Patch40: smeserver-shared-folders-0.1-fix_purge_script.patch +Patch41: smeserver-shared-folders-0.1-prop_alias_on_primary.patch +Patch42: smeserver-shared-folders-0.1-print_group_table_with_manual_perms.patch +Patch43: smeserver-shared-folders-0.1-update_manual_perms_warning.patch +Patch44: smeserver-shared-folders-0.1-fix_warning_in_httpd_template.patch +Patch45: smeserver-shared-folders-0.1-fix_www_access.patch +Patch46: smeserver-shared-folders-0.1-php_allow_url_fopen.patch +Patch47: smeserver-shared-folders-0.1-locale-2011-01-03.patch +Patch48: smeserver-shared-folders-0.1-fix_files_starting_with_dash.patch +Patch49: smeserver-shared-folders-0.1-dedup_writers.patch +Patch50: smeserver-shared-folders-0.1-expand_and_restart_http_on_group_mod.patch +Patch51: smeserver-shared-folders-0.1-fix_recycle_purge_script.patch +Patch52: smeserver-shared-folders-0.1-locale-2011-04-27.patch +Patch53: smeserver-shared-folders-0.1-encfs.patch +Patch54: smeserver-shared-folders-0.1-locale-2011-05-16.patch +Patch55: smeserver-shared-folders-0.1-add_missing_inactivity_entry.patch +Patch56: smeserver-shared-folders-0.1-locale-2011-05-17.patch +Patch57: smeserver-shared-folders-0.1-dont_check_pass_if_enc_is_off.patch +Patch58: smeserver-shared-folders-0.1-ro_on_top_dir.patch +Patch59: smeserver-shared-folders-0.1-add_ajaxplorer_support.patch +Patch60: smeserver-shared-folders-0.1-samba_audit.patch BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildArchitectures: noarch @@ -61,6 +82,7 @@ Requires: perl(CGI::FormMagick) Requires: e-smith-formmagick >= 1.4.0-12 Requires: smeserver-mod_dav Requires: acl +Requires: fuse-encfs BuildRequires: perl BuildRequires: e-smith-devtools >= 1.11.0-03 @@ -71,6 +93,67 @@ This module allows you to create network with more flexibility than ibays as it supports ACLs %changelog +* Wed Jun 29 2011 Daniel Berteaud 0.1-48.sme +- Enable samba auditing + +* Tue Jun 28 2011 Daniel Berteaud 0.1-47.sme +- Fix Ajaxplorer fields on share creation + +* Tue Jun 28 2011 Daniel Berteaud 0.1-46.sme +- Change the way ajaxplorer is integrated (add a new config section) + +* Mon Jun 27 2011 Daniel Berteaud 0.1-45.sme +- Add support for ajaxplorer + +* Wed Jun 22 2011 Daniel Berteaud 0.1-44.sme +- Set read only permissions on top dir of each share + +* Tue Jun 14 2011 Daniel Berteaud 0.1-43.sme +- Don't check password field if encryption is disabled + +* Tue May 17 2011 Daniel Berteaud 0.1-42.sme +- Add missing INACTIVITY entry in locale +- Apply locale 2011-05-17 patch + +* Mon May 16 2011 Daniel Berteaud 0.1-41.sme +- apply locale 2011-05-16 patch + +* Fri May 06 2011 Daniel Berteaud 0.1-40.sme +- Support encryption using EncFS + +* Wed Apr 27 2011 SME Translation Server 0.1-39.sme +- apply locale 2011-04-27 patch + +* Tue Apr 05 2011 Daniel Berteaud 0.1-38.sme +- Fix removing empty directories in recycles + +* Wed Mar 30 2011 Daniel Berteaud 0.1-37.sme +- expand httpd.conf and restart apache on group-modify + +* Tue Mar 29 2011 Daniel Berteaud 0.1-36.sme +- Deduplicate writer user list in apache configuration +- Always grant web access to user admin + +* Tue Jan 25 2011 Daniel Berteaud 0.1-35.sme +- Fix setting ACLs on files starting with a dash [SME: 6500] + +* Mon Jan 03 2011 Daniel Berteaud 0.1-34.sme +- Apply locale 2011-01-03 patch + +* Mon Jan 03 2011 Daniel Berteaud 0.1-33.sme +- New prop PHPAllowUrlFopen + +* Wed Dec 15 2010 Daniel Berteaud 0.1-32.sme +- Print the group table when ManualPermissions is enabled +- Fix a warning in httpd.conf templates +- Use www as group owner of the root dir if httpAccess is enabled + +* Fri Dec 10 2010 Daniel Berteaud 0.1-31.sme +- Add new prop AliasOnPrimary to toggle alias on the system domain + +* Thu Dec 2 2010 Daniel Berteaud 0.1-30.sme +- Fix purge script + * Tue Nov 30 2010 Daniel Berteaud 0.1-29.sme - apply locale 2010-11-30 patch @@ -229,6 +312,27 @@ with more flexibility than ibays as it s %patch37 -p1 %patch38 -p1 %patch39 -p1 +%patch40 -p1 +%patch41 -p1 +%patch42 -p1 +%patch43 -p1 +%patch44 -p1 +%patch45 -p1 +%patch46 -p1 +%patch47 -p1 +%patch48 -p1 +%patch49 -p1 +%patch50 -p1 +%patch51 -p1 +%patch52 -p1 +%patch53 -p1 +%patch54 -p1 +%patch55 -p1 +%patch56 -p1 +%patch57 -p1 +%patch58 -p1 +%patch59 -p1 +%patch60 -p1 %pre %post @@ -246,6 +350,7 @@ rm -rf $RPM_BUILD_ROOT (cd root ; find . -depth -print | cpio -dump $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)' \ > %{name}-%{version}-%{release}-filelist echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist