Compare commits

...

3 Commits

Author SHA1 Message Date
f0f7b201cc * Wed Mar 05 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-29.sme
- change key type from service to configuration [SME: 11367]
2025-03-05 22:10:01 -05:00
d0b26d9228 * Thu Feb 20 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-28.sme
- clean sme-server.target [SME: 12931]
2025-02-20 22:55:39 -05:00
c58758fe43 * Sun Feb 16 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-27.sme
- fix missing allowed shell for login [SME: 12926]
2025-02-16 02:18:26 -05:00
14 changed files with 27 additions and 7 deletions

View File

@@ -1 +1 @@
service
configuration

View File

@@ -1 +1 @@
service
configuration

View File

@@ -1 +1 @@
service
configuration

View File

@@ -1 +1 @@
service
configuration

View File

@@ -1 +1 @@
service
configuration

View File

@@ -0,0 +1,5 @@
{
foreach my $sservice (qw(serial-console pppoe modSSL pam_abl pam_faillock)) {
$DB->set_prop($sservice, "type", "configuration") if ${$sservice}{type} eq "service";
}
}

View File

@@ -1 +1,2 @@
/bin/bash
/usr/bin/bash

View File

@@ -1 +1,2 @@
/bin/bash2
/usr/bin/bash2

View File

@@ -1 +1,2 @@
/sbin/e-smith/console
/usr/sbin/e-smith/console

View File

@@ -1 +1,2 @@
/bin/csh
/usr/bin/csh

View File

@@ -1 +1,2 @@
/bin/false
/usr/bin/false

View File

@@ -1 +1,2 @@
/bin/sh
/usr/bin/sh

View File

@@ -8,6 +8,6 @@ Requires=basic.target
Conflicts=rescue.service rescue.target multi-user.target
After=basic.target rescue.service rescue.target runit.service
AllowIsolate=yes
Wants=atd.service auditd.service avahi-daemon.service brandbot.path nfs-client.target remote-fs.target rhel-configure.service
Wants=atd.service auditd.service avahi-daemon.service nfs-client.target remote-fs.target
Wants=dbus.service plymouth-quit-wait.service plymouth-quit.service systemd-logind.service systemd-update-utmp-runlevel.service systemd-user-sessions.service

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 26
%define release 29
Version: %{version}
Release: %{release}%{?dist}
License: GPL
@@ -192,6 +192,15 @@ fi
%changelog
* Wed Mar 05 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-29.sme
- change key type from service to configuration [SME: 11367]
* Thu Feb 20 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-28.sme
- clean sme-server.target [SME: 12931]
* Sun Feb 16 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-27.sme
- fix missing allowed shell for login [SME: 12926]
* Wed Feb 12 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-26.sme
- add pam_abl requirement [SME: 12914]
- add isdn4k-utils requirement for ippp isdn connections [SME: 12909]