1 |
# $Id: smeserver-shared-folders.spec,v 1.9 2024/02/21 19:40:10 terryfage Exp $ |
# $Id: smeserver-shared-folders.spec,v 1.12 2024/02/27 15:26:22 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 20 |
%define release 23 |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
12 |
License: GPL |
License: GPL |
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 |
Patch15: smeserver-shared-folders-0.3-bz12119-admin-write.patch |
31 |
|
Patch16: smeserver-shared-folders-0.3-bz12477-shared-group.patch |
32 |
|
Patch17: smeserver-shared-folders-0.3-bz12515-audit-def-off.patch |
33 |
|
|
34 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
35 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
48 |
with more flexibility than ibays as it supports ACLs |
with more flexibility than ibays as it supports ACLs |
49 |
|
|
50 |
%changelog |
%changelog |
51 |
|
* Wed Mar 20 2024 Zsolt Vasarhelyi <vasarhelyizsolt@hotmail.com> 0.3-23.sme |
52 |
|
- NFR: have samba audit off by default for shared-folders [SME: 12515] |
53 |
|
|
54 |
|
* Wed Feb 28 2024 Zsolt Vasarhelyi <vasarhelyizsolt@hotmail.com> 0.3-22.sme |
55 |
|
- NFR Add everyone group to groups list in shared folder's permissions [SME: 12477] |
56 |
|
fix createlinks - httpd updated to httpd-e-smith like all others in rpm |
57 |
|
|
58 |
|
* Tue Feb 27 2024 Zsolt Vasarhelyi <vasarhelyizsolt@hotmail.com> 0.3-21.sme |
59 |
|
- Corrected wrong patch Update - No write access for admin in shared folder [SME: 12119] |
60 |
|
fixed previous build error using old patch (Terry Fage) |
61 |
|
|
62 |
* Tue Feb 27 2024 Zsolt Vasarhelyi <vasarhelyizsolt@hotmail.com> 0.3-20.sme |
* Tue Feb 27 2024 Zsolt Vasarhelyi <vasarhelyizsolt@hotmail.com> 0.3-20.sme |
63 |
- Updated patch 15 - No write access for admin in shared folder [SME: 12119] |
- Updated patch 15 - No write access for admin in shared folder [SME: 12119] |
64 |
with this patch admin has write access both before and after saving permissions |
with this patch admin has write access both before and after saving permissions |
444 |
%patch13 -p1 |
%patch13 -p1 |
445 |
%patch14 -p1 |
%patch14 -p1 |
446 |
%patch15 -p1 |
%patch15 -p1 |
447 |
|
%patch16 -p1 |
448 |
|
%patch17 -p1 |
449 |
|
|
450 |
%pre |
%pre |
451 |
/usr/sbin/useradd -c "Rsyncd User" \ |
/usr/sbin/useradd -c "Rsyncd User" \ |