* Thu Feb 13 2025 Jean-Philippe Pialasse <jpp@koozali.org> 1.0-1.sme

- create akmods wrapper [SME: 12921]
This commit is contained in:
Jean-Philippe Pialasse 2025-02-13 17:32:34 -05:00
parent e042f24dc4
commit 84659fedd0
6 changed files with 27 additions and 25 deletions

4
.gitignore vendored
View File

@ -1,3 +1,5 @@
*.xz
*.gz
*.rpm *.rpm
*.log *.log
*spec-20* *spec-20*

View File

@ -1,4 +1,4 @@
NAME := smeserver-akmod NAME := smeserver-akmods
SPECFILE = $(firstword $(wildcard *.spec)) SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common define find-makefile-common

View File

@ -1,20 +1,20 @@
# <img src="https://www.koozali.org/images/koozali/Logo/Png/Koozali_logo_2016.png" width="25%" vertical="auto" style="vertical-align:bottom"> smeserver-akmod # <img src="https://www.koozali.org/images/koozali/Logo/Png/Koozali_logo_2016.png" width="25%" vertical="auto" style="vertical-align:bottom"> smeserver-akmods
SMEServer Koozali developed git repo for smeserver-akmod contrib SMEServer Koozali developed git repo for smeserver-akmods contrib
## Wiki ## Wiki
<br />https://wiki.koozali.org/smeserver-akmod <br />https://wiki.koozali.org/smeserver-akmods
## Bugzilla ## Bugzilla
Show list of outstanding bugs: [All](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=UNCONFIRMED&bug_status=CONFIRMED&bug_status=NEEDINFO&bug_status=IN_PROGRESS&bug_status=RESOLVED&bug_status=VERIFIED&classification=Contribs&component=smeserver-akmod&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced) Show list of outstanding bugs: [All](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=UNCONFIRMED&bug_status=CONFIRMED&bug_status=NEEDINFO&bug_status=IN_PROGRESS&bug_status=RESOLVED&bug_status=VERIFIED&classification=Contribs&component=smeserver-akmods&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
[Confirmed](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=CONFIRMED&classification=Contribs&component=smeserver-akmod&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced) [Confirmed](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=CONFIRMED&classification=Contribs&component=smeserver-akmods&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
[Unconfirmed](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=UNCONFIRMED&classification=Contribs&component=smeserver-akmod&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced) [Unconfirmed](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=UNCONFIRMED&classification=Contribs&component=smeserver-akmods&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
[Need Info](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=NEEDINFO&classification=Contribs&component=smeserver-akmod&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced) [Need Info](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=NEEDINFO&classification=Contribs&component=smeserver-akmods&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
[In Progress](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=IN_PROGRESS&classification=Contribs&component=smeserver-akmod&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced) [In Progress](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=IN_PROGRESS&classification=Contribs&component=smeserver-akmods&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
[Verified](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=VERIFIED&classification=Contribs&component=smeserver-akmod&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced) [Verified](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=VERIFIED&classification=Contribs&component=smeserver-akmods&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
[Resolved](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=RESOLVED&classification=Contribs&component=smeserver-akmod&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced) [Resolved](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=RESOLVED&classification=Contribs&component=smeserver-akmods&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
## Description ## Description
wrapper to load akmod service on reboot in order to compil kmod modules wrapper to load akmods service on reboot in order to compil kmod modules

View File

@ -4,7 +4,7 @@ use esmith::Build::CreateLinks qw(:all);
use esmith::Build::Backup qw(:all); use esmith::Build::Backup qw(:all);
# our event specific for updating with yum without reboot # our event specific for updating with yum without reboot
$event = 'smeserver-akmod-update'; $event = 'smeserver-akmods-update';
#add here the path to your templates needed to expand #add here the path to your templates needed to expand
#see the /etc/systemd/system-preset/49-koozali.preset should be present for systemd integration on all you yum update event #see the /etc/systemd/system-preset/49-koozali.preset should be present for systemd integration on all you yum update event
@ -25,17 +25,17 @@ event_link('systemd-reload', $event, '50');
#event_services($event, 'xxxx' => 'restart', 'yyyy' => 'restart'); #event_services($event, 'xxxx' => 'restart', 'yyyy' => 'restart');
#Backup contrib files #Backup contrib files
# backup_includes("smeserver-akmod", qw( # backup_includes("smeserver-akmods", qw(
# files(s) to be backed up # files(s) to be backed up
#)); #));
#Other possible entries: #Other possible entries:
#Server manager entry #Server manager entry
#panel_link("smeserver-akmod", 'manager'); #panel_link("smeserver-akmods", 'manager');
#Events to smeserver-akmod #Events to smeserver-akmods
#$event = 'smeserver-akmod-smeserver-akmod'; #$event = 'smeserver-akmods-smeserver-akmods';
# safe_symlink("restart", "root/etc/e-smith/events/$event/services2adjust/smeserver-akmod"); # safe_symlink("restart", "root/etc/e-smith/events/$event/services2adjust/smeserver-akmods");
# templates2events("/etc/smeserver-akmod/smeserver-akmod.conf", $event); # templates2events("/etc/smeserver-akmods/smeserver-akmods.conf", $event);

View File

@ -1 +1 @@
enable akmod.service enable akmods.service

View File

@ -1,7 +1,7 @@
%define name smeserver-akmod %define name smeserver-akmods
%define version 1.0 %define version 1.0
%define release 1 %define release 1
Summary: This is what smeserver-akmod does. Summary: This is what smeserver-akmods does.
Name: %{name} Name: %{name}
Version: %{version} Version: %{version}
Release: %{release}%{?dist} Release: %{release}%{?dist}
@ -16,11 +16,11 @@ Requires: smeserver-release >= 11.0
AutoReqProv: no AutoReqProv: no
%description %description
wrapper to load akmod service on reboot in order to compil kmod modules wrapper to load akmods service on reboot in order to compil kmod modules
%changelog %changelog
* Thu Feb 13 2025 Jean-Philippe Pialasse <jpp@koozali.org> 1.0-1.sme * Thu Feb 13 2025 Jean-Philippe Pialasse <jpp@koozali.org> 1.0-1.sme
- create akmod wrapper [SME: 12921] - create akmods wrapper [SME: 12921]
%prep %prep