generated from smedev/Template-for-SMEServer-Core-Package
* Wed Mar 05 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-19.sme
- set module php 84 [SME: 12952] - remove openfusion repo [SME: 12882]
This commit is contained in:
parent
377c8b0512
commit
52d7e44832
@ -1,5 +1,5 @@
|
||||
{
|
||||
for my $name ( qw(addons contrib dungog fws base centosplus fasttrack updates smeupdates) )
|
||||
for my $name ( qw(addons contrib dungog fws base centosplus fasttrack updates smeupdates openfusion) )
|
||||
{
|
||||
my $repo = $DB->get($name);
|
||||
$repo->delete if $repo;
|
||||
|
@ -6,7 +6,7 @@ base.read_all_repos()
|
||||
base.fill_sack()
|
||||
|
||||
module_base = dnf.module.module_base.ModuleBase(base)
|
||||
module_base.switch_to(['php:remi-8.3'])
|
||||
module_base.switch_to(['php:remi-8.4'])
|
||||
module_base.switch_to(['perl:5.26'])
|
||||
module_base.switch_to(['python36:3.6'])
|
||||
module_base.switch_to(['mariadb:10.5'])
|
||||
|
@ -53,7 +53,7 @@ servicenames['mariadb']='mariadb',
|
||||
servicenames['nut']='nut',
|
||||
servicenames['openldap']='ldap',
|
||||
servicenames['openssh']='sshd',
|
||||
servicenames['php']='httpd-e-smith', 'php72-php-fpm', 'php73-php-fpm', 'php74-php-fpm', 'php80-php-fpm', 'php81-php-fpm', 'php82-php-fpm', 'php83-php-fpm',
|
||||
servicenames['php']='httpd-e-smith', 'php72-php-fpm', 'php73-php-fpm', 'php74-php-fpm', 'php80-php-fpm', 'php81-php-fpm', 'php82-php-fpm', 'php83-php-fpm', 'php84-php-fpm',
|
||||
servicenames['proftp']='ftp',
|
||||
servicenames['samba']='smb',
|
||||
servicenames['spamassassin']='spamassassin',
|
||||
|
@ -2,7 +2,7 @@
|
||||
Summary: Koozali SME Server rpm updater
|
||||
Name: %{name}
|
||||
%define version 11.0.0
|
||||
%define release 18
|
||||
%define release 19
|
||||
Version: %{version}
|
||||
Release: %{release}%{?dist}
|
||||
License: GPL
|
||||
@ -68,6 +68,10 @@ mkdir -p root/etc/yum.smerepos.d
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Mar 05 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-19.sme
|
||||
- set module php 84 [SME: 12952]
|
||||
- remove openfusion repo [SME: 12882]
|
||||
|
||||
* Sat Feb 15 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-18.sme
|
||||
- fix deltarpm is now a bolean [SME: 12755]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user