diff --git a/contriborbase b/contriborbase deleted file mode 100644 index ef36a67..0000000 --- a/contriborbase +++ /dev/null @@ -1 +0,0 @@ -sme10 diff --git a/root/etc/e-smith/tests/50-hosts/configuration.conf b/root/etc/e-smith/tests/50-hosts/configuration.conf index f25177c..d2c3967 100644 --- a/root/etc/e-smith/tests/50-hosts/configuration.conf +++ b/root/etc/e-smith/tests/50-hosts/configuration.conf @@ -87,7 +87,6 @@ ntpd=service|InitscriptOrder|55|status|disabled php=service|status|enabled popd=service|access|private|status|enabled pppoe=service|DemandIdleTime|no|InitscriptOrder|57|SynchronousPPP|no|status|disabled -pptpd=service|sessions|10|status|disabled qmail=service|InitscriptOrder|80|status|enabled random=service|InitscriptOrder|20|status|enabled rsyslog=service|InitscriptOrder|05|status|enabled @@ -101,4 +100,5 @@ telnet=service|access|private|status|disabled testing=service|destruction|0 tinydns=service|InitscriptOrder|81|NOCServer|service.e-smith.com|Nameservers|ns1.e-smith.com,ns2.e-smith.com,ns3.e-smith.com,ns4.e-smith.com|PublishDomain|e-smith.net|SOA_Expiry|1048576|SOA_Minimum|2560|SOA_Refresh|16384|SOA_Retry|2048|status|enabled twig=service|status|disabled +vpn=configuration|sessions|10|status|disabled xinetd=service|InitscriptOrder|50|status|enabled diff --git a/smeserver-hosts.spec b/smeserver-hosts.spec index ce4791d..3374888 100644 --- a/smeserver-hosts.spec +++ b/smeserver-hosts.spec @@ -3,7 +3,7 @@ Summary: smeserver module for managing hosts entries Name: smeserver-hosts %define version 11.0.0 -%define release 5 +%define release 6 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -27,6 +27,9 @@ smeserver module to allow the configuration of the hosts database, which is used to build the DNS and DHCP configuration. %changelog +* Fri Feb 21 2025 Jean-Philippe Pialasse 11.0.0-6.sme +- remove pptpd reference [SME: 11418] + * Thu Apr 04 2024 Brian Read 11.0.0-5.sme - Update createlinks to create smeserver-package-update event[SME: 12579]