* Sat Apr 13 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-7.sme

- fix init-accounts [SME: 12546]
This commit is contained in:
Jean-Philippe Pialasse 2024-04-13 04:35:40 -04:00
parent 8a0ed79245
commit cae29fee3b
2 changed files with 6 additions and 3 deletions

View File

@ -68,10 +68,10 @@ if ( $apacheuidtest != '102' )
#order is essential there: --setugids then --setperms, or suid guid perms will be lost
warn "failed to fix user group ids for apache" unless (
system("/bin/rpm --setugids httpd mod_auth_tkt mod_ssl php pwauth 2> /dev/null") == 0
system("/bin/rpm --setugids httpd mod_auth_tkt mod_ssl pwauth 2> /dev/null") == 0
);
warn "failed to fix permissions for apache" unless (
system("/bin/rpm --setperms httpd mod_auth_tkt mod_ssl php pwauth 2> /dev/null") == 0
system("/bin/rpm --setperms httpd mod_auth_tkt mod_ssl pwauth 2> /dev/null") == 0
);
# delete unwanted user accounts

View File

@ -4,7 +4,7 @@ Summary: smeserver server and gateway - base module
%define name smeserver-base
Name: %{name}
%define version 11.0.0
%define release 6
%define release 7
Version: %{version}
Release: %{release}%{?dist}
License: GPL
@ -181,6 +181,9 @@ fi
%changelog
* Sat Apr 13 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-7.sme
- fix init-accounts [SME: 12546]
* Thu Apr 04 2024 Brian Read <brianr@koozali.org> 11.0.0-6.sme
- Update createlinks to create smeserver-package-update event[SME: 12579]