1 |
%define name smeserver-extrarepositories |
%define name smeserver-extrarepositories |
2 |
%define version 0.1 |
%define version 0.1 |
3 |
%define release 5 |
%define release 6 |
4 |
Summary: easy configuration of extra yum repo |
Summary: easy configuration of extra yum repo |
5 |
Name: %{name} |
Name: %{name} |
6 |
Version: %{version} |
Version: %{version} |
18 |
Provides configuration for external yum repository comaptible with Koozali SME Server. |
Provides configuration for external yum repository comaptible with Koozali SME Server. |
19 |
|
|
20 |
%changelog |
%changelog |
21 |
|
* Mon Jun 25 2018 John Crisp <jcrisp@safeandsounit.co.uk> 0.1-6.sme |
22 |
|
- Update reetp URL |
23 |
|
|
24 |
* Tue May 08 2018 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-5.sme |
* Tue May 08 2018 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-5.sme |
25 |
- add elrepo-kernel repo [SME: 10581] |
- add elrepo-kernel repo [SME: 10581] |
26 |
|
|
495 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
496 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
497 |
REPO['status']='disabled' |
REPO['status']='disabled' |
498 |
REPO['BaseURL']='https://reetspetit.com/smeserver/$releasever' |
REPO['BaseURL']='https://www.reetspetit.com/smeserver/$releasever' |
499 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
500 |
REPO['GPGCheck']='no' |
REPO['GPGCheck']='no' |
501 |
REPO['GPGKey']='https://reetspetit.com/RPM-GPG-KEY' |
REPO['GPGKey']='https://www.reetspetit.com/RPM-GPG-KEY' |
502 |
REPO['Exclude']='' |
REPO['Exclude']='' |
503 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
504 |
createrepo |
createrepo |