* Thu Feb 20 2025 Jean-Philippe Pialasse <jpp@koozali.org> 0.1-50.sme
- add mariadb LTS repos 10.5 10.6 10.11 11.4 11.7 [SME: 12936]
This commit is contained in:
parent
8f8423d4f4
commit
2fc91ec5f4
@ -1,6 +1,6 @@
|
|||||||
%define name smeserver-extrarepositories
|
%define name smeserver-extrarepositories
|
||||||
%define version 0.1
|
%define version 0.1
|
||||||
%define release 49
|
%define release 50
|
||||||
Summary: easy configuration of extra yum repo
|
Summary: easy configuration of extra yum repo
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
@ -20,6 +20,9 @@ Source1: https://download.postgresql.org/pub/repos/yum/keys/PGDG-RPM-GPG-KEY-RHE
|
|||||||
Provides configuration for external yum repository comaptible with Koozali SME Server.
|
Provides configuration for external yum repository comaptible with Koozali SME Server.
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 20 2025 Jean-Philippe Pialasse <jpp@koozali.org> 0.1-50.sme
|
||||||
|
- add mariadb LTS repos 10.5 10.6 10.11 11.4 11.7 [SME: 12936]
|
||||||
|
|
||||||
* Fri Feb 14 2025 Jean-Philippe Pialasse <jpp@koozali.org> 0.1-49.sme
|
* Fri Feb 14 2025 Jean-Philippe Pialasse <jpp@koozali.org> 0.1-49.sme
|
||||||
- remove epel as in core now [SME: 12920]
|
- remove epel as in core now [SME: 12920]
|
||||||
|
|
||||||
@ -712,6 +715,28 @@ REPO['IncludePkgs']=''
|
|||||||
REPO['Priority']='10'
|
REPO['Priority']='10'
|
||||||
createrepo
|
createrepo
|
||||||
|
|
||||||
|
#####################
|
||||||
|
#####################
|
||||||
|
# Mariadb
|
||||||
|
#####################
|
||||||
|
#####################
|
||||||
|
for nodever in "10.5" "10.6" "10.11" "11.4" "11.7"; do
|
||||||
|
REPO['reponame']="mariadb$nodever"
|
||||||
|
REPO['pkgname']='mariadb'
|
||||||
|
REPO['fullreponame']="Mariadb $nodever LTS"
|
||||||
|
REPO['EnableGroups']='no'
|
||||||
|
REPO['Visible']='yes'
|
||||||
|
REPO['status']='disabled'
|
||||||
|
REPO['BaseURL']="https://rpm.mariadb.org/$nodever/rhel/\$releasever/\$basearch"
|
||||||
|
REPO['MirrorList']=''
|
||||||
|
REPO['GPGCheck']='yes'
|
||||||
|
REPO['GPGKey']="https://rpm.mariadb.org/RPM-GPG-KEY-MariaDB"
|
||||||
|
REPO['Exclude']=''
|
||||||
|
REPO['IncludePkgs']=''
|
||||||
|
REPO['Priority']=''
|
||||||
|
createrepo
|
||||||
|
done
|
||||||
|
|
||||||
|
|
||||||
#####################
|
#####################
|
||||||
#####################
|
#####################
|
||||||
@ -1543,6 +1568,7 @@ cat %{name}-%{version}-filelist| grep fws > %{name}-%{version}-filelist-fws
|
|||||||
cat %{name}-%{version}-filelist| grep fusioninventory-agent > %{name}-%{version}-filelist-fusioninventory-agent
|
cat %{name}-%{version}-filelist| grep fusioninventory-agent > %{name}-%{version}-filelist-fusioninventory-agent
|
||||||
cat %{name}-%{version}-filelist| grep lemonldap > %{name}-%{version}-filelist-lemonldap
|
cat %{name}-%{version}-filelist| grep lemonldap > %{name}-%{version}-filelist-lemonldap
|
||||||
cat %{name}-%{version}-filelist| grep libreswan > %{name}-%{version}-filelist-libreswan
|
cat %{name}-%{version}-filelist| grep libreswan > %{name}-%{version}-filelist-libreswan
|
||||||
|
cat %{name}-%{version}-filelist| grep mariadb > %{name}-%{version}-filelist-mariadb
|
||||||
cat %{name}-%{version}-filelist| grep mongodb > %{name}-%{version}-filelist-mongodb
|
cat %{name}-%{version}-filelist| grep mongodb > %{name}-%{version}-filelist-mongodb
|
||||||
cat %{name}-%{version}-filelist| grep nginx > %{name}-%{version}-filelist-nginx
|
cat %{name}-%{version}-filelist| grep nginx > %{name}-%{version}-filelist-nginx
|
||||||
cat %{name}-%{version}-filelist| grep node > %{name}-%{version}-filelist-node
|
cat %{name}-%{version}-filelist| grep node > %{name}-%{version}-filelist-node
|
||||||
@ -1698,6 +1724,13 @@ Libreswan Repository
|
|||||||
%files libreswan -f %{name}-%{version}-filelist-libreswan
|
%files libreswan -f %{name}-%{version}-filelist-libreswan
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
|
%package mariadb
|
||||||
|
Summary: Mariadb Repositories
|
||||||
|
%description mariadb
|
||||||
|
MariaDB Repositories
|
||||||
|
%files mariadb -f %{name}-%{version}-filelist-mariadb
|
||||||
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%package mongodb
|
%package mongodb
|
||||||
Summary: MongoDB Repositories
|
Summary: MongoDB Repositories
|
||||||
%description mongodb
|
%description mongodb
|
||||||
|
Loading…
x
Reference in New Issue
Block a user