1 |
%define name smeserver-extrarepositories |
%define name smeserver-extrarepositories |
2 |
%define version 0.1 |
%define version 0.1 |
3 |
%define release 11 |
%define release 12 |
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 |
|
* Fri Dec 28 2018 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-12.sme |
22 |
|
- zoneminder needs ffmpeg from zmrepo [SME: 10539] |
23 |
|
|
24 |
* Fri Dec 28 2018 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-11.sme |
* Fri Dec 28 2018 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-11.sme |
25 |
- zmrepo url has changed [SME: 10675] |
- zmrepo url has changed [SME: 10675] |
26 |
|
|
827 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
828 |
REPO['GPGCheck']='no' |
REPO['GPGCheck']='no' |
829 |
REPO['GPGKey']="" |
REPO['GPGKey']="" |
830 |
REPO['Exclude']='ffmpeg-2.6.4,celt-0.11' |
REPO['Exclude']='' |
831 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
832 |
createrepo |
createrepo |
833 |
|
|