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

- change path from radiusclient-ng to radiusclient [SME: 12526]
- update tmpfiles.d [SME: 12584]
This commit is contained in:
Jean-Philippe Pialasse 2024-04-13 04:55:21 -04:00
parent ee6c047686
commit c711c35136
19 changed files with 11 additions and 7 deletions

View File

@ -21,10 +21,10 @@ foreach (qw(raddb/radiusd.conf raddb/mods-config/files/authorize))
)); ));
} }
templates2events("/etc/raddb/radiusd.conf", "bootstrap-ldap-save"); templates2events("/etc/raddb/radiusd.conf", "bootstrap-ldap-save");
templates2events("/etc/radiusclient-ng/radiusclient.conf", "bootstrap-console-save"); templates2events("/etc/radiusclient/radiusclient.conf", "bootstrap-console-save");
templates2events("/etc/raddb/radiusd.conf", "smeserver-radiusd-update"); templates2events("/etc/raddb/radiusd.conf", "smeserver-radiusd-update");
templates2events("/etc/radiusclient-ng/radiusclient.conf", "smeserver-radiusd-update"); templates2events("/etc/radiusclient/radiusclient.conf", "smeserver-radiusd-update");
foreach (qw( foreach (qw(
raddb/clients.conf raddb/clients.conf
@ -34,7 +34,7 @@ foreach (qw(
raddb/sites-available/default raddb/sites-available/default
raddb/sites-available/inner-tunnel raddb/sites-available/inner-tunnel
raddb/proxy.conf raddb/proxy.conf
radiusclient-ng/servers radiusclient/servers
raddb/mods-config/files/authorize)) raddb/mods-config/files/authorize))
{ {
templates2events("/etc/$_", qw( templates2events("/etc/$_", qw(
@ -48,8 +48,8 @@ foreach (qw(
} }
foreach (qw( foreach (qw(
radiusclient-ng/dictionary radiusclient/dictionary
radiusclient-ng/dictionary.microsoft)) radiusclient/dictionary.microsoft))
{ {
templates2events("/usr/share/$_", qw( templates2events("/usr/share/$_", qw(
bootstrap-console-save bootstrap-console-save

View File

@ -1 +1 @@
D /var/run/radiusd/tmp 0700 radiusd radiusd - D /run/radiusd/tmp 0700 radiusd radiusd -

View File

@ -4,7 +4,7 @@ Summary: smeserver server and gateway - configure PPTP inbound VPN
%define name smeserver-radiusd %define name smeserver-radiusd
Name: %{name} Name: %{name}
%define version 11.0.0 %define version 11.0.0
%define release 5 %define release 6
Version: %{version} Version: %{version}
Release: %{release}%{?dist} Release: %{release}%{?dist}
License: GPL License: GPL
@ -28,6 +28,10 @@ Provides: e-smith-radiusd
smeserver server and gateway - configure radius server smeserver server and gateway - configure radius server
%changelog %changelog
* Sat Apr 13 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-6.sme
- change path from radiusclient-ng to radiusclient [SME: 12526]
- update tmpfiles.d [SME: 12584]
* Thu Apr 04 2024 Brian Read <brianr@koozali.org> 11.0.0-5.sme * Thu Apr 04 2024 Brian Read <brianr@koozali.org> 11.0.0-5.sme
- Update createlinks to create smeserver-package-update event[SME: 12579] - Update createlinks to create smeserver-package-update event[SME: 12579]