1 |
# $Id: smeserver-shared-folders.spec,v 1.7 2022/07/25 06:53:12 jpp Exp $ |
# $Id: smeserver-shared-folders.spec,v 1.9 2024/02/21 19:40:10 terryfage Exp $ |
2 |
# Authority: vip-ire |
# Authority: vip-ire |
3 |
# Name: Daniel Berteaud |
# Name: Daniel Berteaud |
4 |
|
|
6 |
%define name smeserver-shared-folders |
%define name smeserver-shared-folders |
7 |
Name: %{name} |
Name: %{name} |
8 |
%define version 0.3 |
%define version 0.3 |
9 |
%define release 18 |
%define release 20 |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
12 |
License: GPL |
License: GPL |
27 |
Patch12: smeserver-shared-folders-0.3-locale-2021-08-23.patch |
Patch12: smeserver-shared-folders-0.3-locale-2021-08-23.patch |
28 |
Patch13: smeserver-shared-folders-0.3-bz11523-php-fpm.patch |
Patch13: smeserver-shared-folders-0.3-bz11523-php-fpm.patch |
29 |
Patch14: smeserver-shared-folders-0.3-bz12060-httpd24.patch |
Patch14: smeserver-shared-folders-0.3-bz12060-httpd24.patch |
30 |
|
Patch15: smeserver-shared-folders-0.3-bz12119-admin-write.patch |
31 |
|
|
32 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
33 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
41 |
BuildRequires: e-smith-devtools >= 1.11.0-03 |
BuildRequires: e-smith-devtools >= 1.11.0-03 |
42 |
AutoReqProv: no |
AutoReqProv: no |
43 |
|
|
|
|
|
|
|
|
44 |
%description |
%description |
45 |
This module allows you to create network shares |
This module allows you to create network shares |
46 |
with more flexibility than ibays as it supports ACLs |
with more flexibility than ibays as it supports ACLs |
47 |
|
|
48 |
%changelog |
%changelog |
49 |
|
* Tue Feb 27 2024 Zsolt Vasarhelyi <vasarhelyizsolt@hotmail.com> 0.3-20.sme |
50 |
|
- Updated patch 15 - No write access for admin in shared folder [SME: 12119] |
51 |
|
with this patch admin has write access both before and after saving permissions |
52 |
|
|
53 |
|
* Thu Feb 22 2024 Zsolt Vasarhelyi <vasarhelyizsolt@hotmail.com> 0.3-19.sme |
54 |
|
- No write access for admin in shared folder [SME: 12119] |
55 |
|
with this patch admin has write access both before and after saving permissions |
56 |
|
|
57 |
* Mon Aug 01 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.3-18.sme |
* Mon Aug 01 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.3-18.sme |
58 |
- update to httpd 2.4 access syntax [SME: 12060] |
- update to httpd 2.4 access syntax [SME: 12060] |
59 |
removed compat lines, added requires e-smith-apache >= 2.6.0-19 |
removed compat lines, added requires e-smith-apache >= 2.6.0-19 |
430 |
%patch12 -p1 |
%patch12 -p1 |
431 |
%patch13 -p1 |
%patch13 -p1 |
432 |
%patch14 -p1 |
%patch14 -p1 |
433 |
|
%patch15 -p1 |
434 |
|
|
435 |
%pre |
%pre |
436 |
/usr/sbin/useradd -c "Rsyncd User" \ |
/usr/sbin/useradd -c "Rsyncd User" \ |