/[smecontribs]/rpms/smeserver-shared-folders/contribs7/smeserver-shared-folders.spec
ViewVC logotype

Diff of /rpms/smeserver-shared-folders/contribs7/smeserver-shared-folders.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.48 by vip-ire, Mon Jun 27 17:51:29 2011 UTC Revision 1.70 by vip-ire, Thu Mar 1 21:44:31 2012 UTC
# Line 1  Line 1 
1  # $Id: smeserver-shared-folders.spec,v 1.47 2011/06/22 15:25:58 vip-ire Exp $  # $Id: smeserver-shared-folders.spec,v 1.69 2012/02/18 20:38:39 vip-ire Exp $
2  # Authority: vip-ire  # Authority: vip-ire
3  # Name: Daniel Berteaud  # Name: Daniel Berteaud
4    
# Line 6  Summary: sme server shared folders modul Line 6  Summary: sme server shared folders modul
6  %define name smeserver-shared-folders  %define name smeserver-shared-folders
7  Name: %{name}  Name: %{name}
8  %define version 0.1  %define version 0.1
9  %define release 45  %define release 67
10  Version: %{version}  Version: %{version}
11  Release: %{release}%{?dist}  Release: %{release}%{?dist}
12  License: GPL  License: GPL
# Line 73  Patch56: smeserver-shared-folders-0.1-lo Line 73  Patch56: smeserver-shared-folders-0.1-lo
73  Patch57: smeserver-shared-folders-0.1-dont_check_pass_if_enc_is_off.patch  Patch57: smeserver-shared-folders-0.1-dont_check_pass_if_enc_is_off.patch
74  Patch58: smeserver-shared-folders-0.1-ro_on_top_dir.patch  Patch58: smeserver-shared-folders-0.1-ro_on_top_dir.patch
75  Patch59: smeserver-shared-folders-0.1-add_ajaxplorer_support.patch  Patch59: smeserver-shared-folders-0.1-add_ajaxplorer_support.patch
76    Patch60: smeserver-shared-folders-0.1-samba_audit.patch
77    Patch61: smeserver-shared-folders-0.1-make_encfs_optional.patch
78    Patch62: smeserver-shared-folders-0.1-locale-2011-07-05.patch
79    Patch63: smeserver-shared-folders-0.1-fix_unencrypted_shares_modify.patch
80    Patch64: smeserver-shared-folders-0.1-fix_when_ajaxplorer_is_not_installed.patch
81    Patch65: smeserver-shared-folders-0.1-fix_encrypted_share_list.patch
82    Patch66: smeserver-shared-folders-0.1-dont_check_passwd_if_encrypt_disabled.patch
83    Patch67: smeserver-shared-folders-0.1-fix_creation_without_encfs.patch
84    Patch68: smeserver-shared-folders-0.1-locale-2011-10-18.patch
85    Patch69: smeserver-shared-folders-0.1-enable_followsymlinks_if_allowoverride_all.patch
86    Patch70: smeserver-shared-folders-0.1-recursive_setfacl.patch
87    Patch71: smeserver-shared-folders-0.1-samba_wide_links.patch
88    Patch72: smeserver-shared-folders-0.1-setfacl_physical.patch
89    Patch73: smeserver-shared-folders-0.1-fix_ajaxplorer_field_display.patch
90    Patch74: smeserver-shared-folders-0.1-hide_trash_if_disabled.patch
91    Patch75: smeserver-shared-folders-0.1-users_acl.patch
92    Patch76: smeserver-shared-folders-0.1-fixe_users_locale.patch
93    Patch77: smeserver-shared-folders-0.1-http_remove_ro_from_rw.patch
94    Patch78: smeserver-shared-folders-0.1-http_template_cleanup.patch
95    Patch79: smeserver-shared-folders-0.1-fix_root_users_acl.patch
96    Patch80: smeserver-shared-folders-0.1-locale-2012-02-18.patch
97    Patch81: smeserver-shared-folders-0.1-rsyncd.patch
98    
99  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
100  BuildArchitectures: noarch  BuildArchitectures: noarch
# Line 81  Requires: perl(CGI::FormMagick) Line 103  Requires: perl(CGI::FormMagick)
103  Requires: e-smith-formmagick >= 1.4.0-12  Requires: e-smith-formmagick >= 1.4.0-12
104  Requires: smeserver-mod_dav  Requires: smeserver-mod_dav
105  Requires: acl  Requires: acl
 Requires: fuse-encfs  
106    
107  BuildRequires: perl  BuildRequires: perl
108  BuildRequires: e-smith-devtools >= 1.11.0-03  BuildRequires: e-smith-devtools >= 1.11.0-03
# Line 92  This module allows you to create network Line 113  This module allows you to create network
113  with more flexibility than ibays as it supports ACLs  with more flexibility than ibays as it supports ACLs
114    
115  %changelog  %changelog
116    * Thu Mar 01 2012 Daniel Berteaud <daniel@firewall-services.com> 0.1-67.sme
117    - Add rsyncd support
118    
119    * Sat Feb 18 2012 Daniel Berteaud <daniel@firewall-services.com> 0.1-66.sme
120    - Fix bg locale
121    
122    * Sat Feb 18 2012 Daniel Berteaud <daniel@firewall-services.com> 0.1-65.sme
123    - Fix root ACL for users
124    - Apply locale 2012-02-18 patch
125    
126    * Sat Feb 18 2012 Daniel Berteaud <daniel@firewall-services.com> 0.1-64.sme
127    - In http access, remove ro users from rw list
128    - templates cleanup
129    
130    * Fri Feb 17 2012 Daniel Berteaud <daniel@firewall-services.com> 0.1-63.sme
131    - Replace fr with correct en-us locale for USERS entry
132    
133    * Mon Feb 13 2012 Daniel Berteaud <daniel@firewall-services.com> 0.1-62.sme
134    - Code cleanup
135    - Move ACL configuration in a separated page
136    - User level ACL support
137    
138    * Thu Dec 15 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-61.sme
139    - Hide Recycle Bin dir if recycle is disabled
140    
141    * Wed Nov 30 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-60.sme
142    - Fix Ajaxplorer field display when the form has an error
143    
144    * Tue Nov 08 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-59.sme
145    - Stop removing exec perm
146    - use --physical for setfacl (don't follow symlinks)
147    
148    * Mon Nov 07 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-58.sme
149    - Add wide links samba option
150    
151    * Thu Nov 03 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-57.sme
152    - Use recursive setfacl command (should greatly speedup share modification)
153    
154    * Tue Oct 18 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-56.sme
155    - Apply locale 2011-10-18 patch
156    - Enable FollowSymLinks if AllowOverride is set to All
157    
158    * Thu Sep 01 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-55.sme
159    - Fix share creation when encfs is not installed
160    
161    * Thu Aug 04 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-54.sme
162    - Don't check password length when encryption is disabled
163    
164    * Mon Jul 18 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-53.sme
165    - Fix encrypted share list
166    
167    * Wed Jul 13 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-52.sme
168    - Fix panel when ajaxplorer is not installed
169    
170    * Fri Jul 08 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-51.sme
171    - Fix modification of unencrypted shares
172    
173    * Tue Jul 05 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-50.sme
174    - Apply locale 2011-07-05 patch
175    
176    * Tue Jul 05 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-49.sme
177    - Make encryption support optional
178    - Sanitize password field in userpanelEncfs
179    - Prevent deletion of mounted, encrypted shares
180    
181    * Wed Jun 29 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-48.sme
182    - Enable samba auditing
183    
184    * Tue Jun 28 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-47.sme
185    - Fix Ajaxplorer fields on share creation
186    
187    * Tue Jun 28 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-46.sme
188    - Change the way ajaxplorer is integrated (add a new config section)
189    
190  * Mon Jun 27 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-45.sme  * Mon Jun 27 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-45.sme
191  - Add support for ajaxplorer  - Add support for ajaxplorer
192    
# Line 322  with more flexibility than ibays as it s Line 417  with more flexibility than ibays as it s
417  %patch57 -p1  %patch57 -p1
418  %patch58 -p1  %patch58 -p1
419  %patch59 -p1  %patch59 -p1
420    %patch60 -p1
421    %patch61 -p1
422    %patch62 -p1
423    %patch63 -p1
424    %patch64 -p1
425    %patch65 -p1
426    %patch66 -p1
427    %patch67 -p1
428    %patch68 -p1
429    %patch69 -p1
430    %patch70 -p1
431    %patch71 -p1
432    %patch72 -p1
433    %patch73 -p1
434    %patch74 -p1
435    %patch75 -p1
436    %patch76 -p1
437    %patch77 -p1
438    %patch78 -p1
439    %patch79 -p1
440    %patch80 -p1
441    %patch81 -p1
442    
443  %pre  %pre
444    /usr/sbin/useradd -c "Rsyncd User" \
445            -s /sbin/nologin -r -d /dev/null rsync 2> /dev/null || :
446    
447  %post  %post
448    
449  %build  %build
# Line 331  with more flexibility than ibays as it s Line 451  with more flexibility than ibays as it s
451  mkdir -p root/etc/e-smith/web/{common,functions}  mkdir -p root/etc/e-smith/web/{common,functions}
452  mkdir -p root/etc/e-smith/web/panels/manager/{cgi-bin,common,html}  mkdir -p root/etc/e-smith/web/panels/manager/{cgi-bin,common,html}
453  mkdir -p root/home/e-smith/files/shares  mkdir -p root/home/e-smith/files/shares
454    mkdir -p root/var/log/rsyncd
455    
456  perl createlinks  perl createlinks
457    
# Line 340  rm -rf $RPM_BUILD_ROOT Line 461  rm -rf $RPM_BUILD_ROOT
461  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
462      --file /etc/cron.daily/purge-shares-recycle 'attr(0755,root,root)' \      --file /etc/cron.daily/purge-shares-recycle 'attr(0755,root,root)' \
463      --file /etc/sysconfig/modules/fuse.modules 'attr(0755,root,root)' \      --file /etc/sysconfig/modules/fuse.modules 'attr(0755,root,root)' \
464        --file /var/service/rsyncd/run 'attr(0755,root,root)' \
465        --file /var/service/rsyncd/log/run 'attr(0755,root,root)' \
466        --dir /var/log/rsyncd 'attr(0770,root,smelog)' \
467      > %{name}-%{version}-%{release}-filelist      > %{name}-%{version}-%{release}-filelist
468  echo "%doc COPYING"          >> %{name}-%{version}-%{release}-filelist  echo "%doc COPYING"          >> %{name}-%{version}-%{release}-filelist
469    


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed