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 0.beta3 |
%define release 2 |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
12 |
License: GPL |
License: GPL |
15 |
|
|
16 |
Patch0: smeserver-shared-folders-0.1-maxShareNameLength.patch |
Patch0: smeserver-shared-folders-0.1-maxShareNameLength.patch |
17 |
Patch1: smeserver-shared-folders-0.1-add_acl_in_fstab.patch |
Patch1: smeserver-shared-folders-0.1-add_acl_in_fstab.patch |
18 |
|
Patch2: smeserver-shared-folders-0.1-locale-2009-05-05.patch |
19 |
|
Patch3: smeserver-shared-folders-0.1-optimize_permissions.patch |
20 |
|
Patch4: smeserver-shared-folders-0.1-extended_access.patch |
21 |
|
Patch5: smeserver-shared-folders-0.1-keep_versions_in_panel.patch |
22 |
|
Patch6: smeserver-shared-folders-0.1-locale_extended_access.patch |
23 |
|
Patch7: smeserver-shared-folders-0.1-locale_add_description.patch |
24 |
|
Patch8: smeserver-shared-folders-0.1-remove_desc.patch |
25 |
|
Patch9: smeserver-shared-folders-0.1-http_skip_wrong_values.patch |
26 |
|
|
27 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
28 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
36 |
|
|
37 |
|
|
38 |
%description |
%description |
39 |
This module allows you to create network shares (only samba is supported for now) |
This module allows you to create network shares |
40 |
with more flexibility than ibay as it supports ACLs |
with more flexibility than ibays as it supports ACLs |
41 |
|
|
42 |
%changelog |
%changelog |
43 |
|
* Wed May 13 2009 Daniel B. <daniel@firewall-services.com> [0.1-2] |
44 |
|
- add http access, with some options in the panel |
45 |
|
- present the keepversion option of the recylcebin in the panel |
46 |
|
- changes in db keys |
47 |
|
- remove some descriptions in the panel |
48 |
|
- optimization in share-modiffy to limit the time needed |
49 |
|
to reset permissions |
50 |
|
|
51 |
|
* Tue May 05 2009 Daniel B. <daniel@firewall-services.com> [0.1-1] |
52 |
|
- Add locale patch 2009-05-05 |
53 |
|
|
54 |
* Tue Apr 28 2009 Daniel B. <daniel@firewall-services.com> [0.1-0.beta3] |
* Tue Apr 28 2009 Daniel B. <daniel@firewall-services.com> [0.1-0.beta3] |
55 |
- Add acl option in fstab via the template system |
- Add acl option in fstab via the template system |
56 |
(just like usrquota and grpquota) |
(just like usrquota and grpquota) |
69 |
|
|
70 |
%patch0 -p1 |
%patch0 -p1 |
71 |
%patch1 -p1 |
%patch1 -p1 |
72 |
|
%patch2 -p1 |
73 |
|
%patch3 -p1 |
74 |
|
%patch4 -p1 |
75 |
|
%patch5 -p1 |
76 |
|
%patch6 -p1 |
77 |
|
%patch7 -p1 |
78 |
|
%patch8 -p1 |
79 |
|
%patch9 -p1 |
80 |
|
|
81 |
%pre |
%pre |
82 |
%post |
%post |