* Mon Mar 25 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-3.sme

- initial release of smeserver-update based on smeserver-yum [SME: 12114]
  * tidy centos repos, add rocky repos, add support for metalinks
  * tidy most references to yum (except manager), tidy config and templates
  * rename yum_** esmith db, except yum_repositories
  * renamed yum.service to dnf.service
- adapt dnf with available plugins and new config [SME: 12527]
  * moved yum.conf to dnf.conf with deltarpm , fastestmirror support
  * add requirement for dnf post-transaction-actions
  * adapt setting for priorities
- yum-cron moved to dnf-automatic [SME: 12528]
- TODO smeserver.py plugin
This commit is contained in:
Jean-Philippe Pialasse 2024-03-25 22:51:00 -04:00
parent db4ed8eeab
commit 9ccd691b95

View File

@ -1,8 +1,8 @@
%define name smeserver-update %define name smeserver-update
Summary: Koozali SME Server rpm updater Summary: Koozali SME Server rpm updater
Name: %{name} Name: %{name}
%define version 2.6.2 %define version 11.0.0
%define release 9 %define release 3
Version: %{version} Version: %{version}
Release: %{release}%{?dist} Release: %{release}%{?dist}
License: GPL License: GPL
@ -70,7 +70,7 @@ mkdir -p root/etc/yum.smerepos.d
%changelog %changelog
* Mon Mar 25 2024 Jean-Philippe Pialasse <jpp@koozali.org> 2.6.2-9.sme * Mon Mar 25 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-3.sme
- initial release of smeserver-update based on smeserver-yum [SME: 12114] - initial release of smeserver-update based on smeserver-yum [SME: 12114]
* tidy centos repos, add rocky repos, add support for metalinks * tidy centos repos, add rocky repos, add support for metalinks
* tidy most references to yum (except manager), tidy config and templates * tidy most references to yum (except manager), tidy config and templates
@ -83,6 +83,12 @@ mkdir -p root/etc/yum.smerepos.d
- yum-cron moved to dnf-automatic [SME: 12528] - yum-cron moved to dnf-automatic [SME: 12528]
- TODO smeserver.py plugin - TODO smeserver.py plugin
* Sat Mar 23 2024 Brian Read <brianr@koozali.org> 11.0.0-2.sme
- Change Requires: e-smith- to Requires:smeserver-
* Sat Mar 23 2024 Brian Read <brianr@koozali.org> 11.0.0-1.sme
- Update Release and Version to base version and 1st release for SME11 [SME: 12518]
* Fri Mar 15 2024 Jean-Philippe Pialasse <jpp@koozali.org> 2.6.2-8.sme * Fri Mar 15 2024 Jean-Philippe Pialasse <jpp@koozali.org> 2.6.2-8.sme
- disable brp-python-bytecompile [SME: 12511] - disable brp-python-bytecompile [SME: 12511]