1 |
%define name smeserver-extrarepositories |
%define name smeserver-extrarepositories |
2 |
%define version 0.1 |
%define version 0.1 |
3 |
%define release 22 |
%define release 34 |
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} |
11 |
BuildRoot: /var/tmp/%{name}-%{version} |
BuildRoot: /var/tmp/%{name}-%{version} |
12 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
13 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
14 |
Requires: e-smith-release >= 9.0 |
Requires: e-smith-release >= 10.0 |
15 |
AutoReqProv: no |
AutoReqProv: no |
16 |
|
|
17 |
%description |
%description |
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 |
|
* Tue Nov 09 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-34.sme |
22 |
|
- add asterisk [SME: 11512] |
23 |
|
- add lemonldap [SME: 11740] |
24 |
|
- add bareos [SME: 11741] |
25 |
|
- add zabbix repo up to 55 and add scl sub repos [SME: 11744] |
26 |
|
|
27 |
|
* Tue Jul 06 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-33.sme |
28 |
|
- add migrate fragment for pwauth in epel [SME: 11639] |
29 |
|
|
30 |
|
* Wed Jun 30 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 0.1-32.sme |
31 |
|
- Requires e-smith >= 10 |
32 |
|
- exclude pwauh from EPEL [SME: 11639] |
33 |
|
|
34 |
|
* Sun May 02 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 0.1-31.sme |
35 |
|
- add perl-JSON to openfusion [SME: 11579] |
36 |
|
|
37 |
|
* Thu Mar 25 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-30.sme |
38 |
|
- fix zabbix key |
39 |
|
- fix update event for packages with multiple repo |
40 |
|
|
41 |
|
* Thu Mar 25 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-29.sme |
42 |
|
- add new zabbix version |
43 |
|
|
44 |
|
* Mon Mar 22 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-28.sme |
45 |
|
- add extra packages from openfusion [SME: 11223] |
46 |
|
- fix wrong event for remi-unsafe [SME: 11181] |
47 |
|
- add repo for postgsql |
48 |
|
- remove digium asterisk repo for SME10 [SME: 11482] |
49 |
|
- remove geekery repo [SME: 11483] |
50 |
|
|
51 |
|
* Mon Dec 21 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 0.1-27.sme |
52 |
|
- Add perl-Disk-Free and perl-Type-Tiny to Migrate script [SME: 11024] |
53 |
|
|
54 |
|
* Mon Dec 21 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 0.1-26.sme |
55 |
|
- Add perl-Disk-Free for smeserver-affa [SME: 11024] |
56 |
|
|
57 |
|
* Wed Dec 02 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 0.1-25.sme |
58 |
|
- add extar packages from Openfusion for NextCloud [SME: 11223] |
59 |
|
- perl-Array-Compare perl-Type-Tiny perl-Exporter-Tiny |
60 |
|
|
61 |
|
* Tue Nov 17 2020 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-24.sme |
62 |
|
- add event on update to avoid reboot [SME: 11181] |
63 |
|
- remove remi-safe as it is now in core rpm [SME: 11182] |
64 |
|
|
65 |
* Tue Oct 27 2020 Brian Read <brianr@bjsystems.co.uk> 0.1-22.sme |
* Tue Oct 27 2020 Brian Read <brianr@bjsystems.co.uk> 0.1-22.sme |
66 |
- Initial import to SME10 tree [SME: 11057] |
- Initial import to SME10 tree [SME: 11057] |
67 |
|
|
158 |
echo "${REPO['Visible']}" > $RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/defaults/${REPO['reponame']}/Visible |
echo "${REPO['Visible']}" > $RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/defaults/${REPO['reponame']}/Visible |
159 |
echo "${REPO['status']}" > $RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/defaults/${REPO['reponame']}/status |
echo "${REPO['status']}" > $RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/defaults/${REPO['reponame']}/status |
160 |
echo "repository" > $RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/defaults/${REPO['reponame']}/type |
echo "repository" > $RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/defaults/${REPO['reponame']}/type |
161 |
|
|
162 |
|
mkdir -p $RPM_BUILD_ROOT/etc/e-smith/events/smeserver-extrarepositories-${REPO['pkgname']}-update/templates2expand/etc/yum.smerepos.d/ |
163 |
|
touch $RPM_BUILD_ROOT/etc/e-smith/events/smeserver-extrarepositories-${REPO['pkgname']}-update/templates2expand/etc/yum.smerepos.d/sme-base.repo |
164 |
|
|
165 |
[[ "${REPO['BaseURL']}" != '' ]] && echo "${REPO['BaseURL']}" >\ |
[[ "${REPO['BaseURL']}" != '' ]] && echo "${REPO['BaseURL']}" >\ |
166 |
$RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/defaults/${REPO['reponame']}/BaseURL |
$RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/defaults/${REPO['reponame']}/BaseURL |
167 |
[[ "${REPO['GPGKey']}" != '' ]] && echo "${REPO['GPGKey']}" >\ |
[[ "${REPO['GPGKey']}" != '' ]] && echo "${REPO['GPGKey']}" >\ |
176 |
} |
} |
177 |
|
|
178 |
|
|
|
|
|
|
###################### |
|
179 |
##################### |
##################### |
|
# asterisk 13 LTS |
|
180 |
##################### |
##################### |
181 |
|
# asterisk |
182 |
##################### |
##################### |
183 |
REPO['reponame']='asterisk-13' |
##################### |
184 |
REPO['fullreponame']='Asterisk-13 - EL' |
for elasver in "13" "16" '17' '18' ; do |
185 |
REPO['EnableGroups']='yes' |
REPO['reponame']="asterisk-$elasver" |
186 |
REPO['GPGCheck']='no' |
REPO['pkgname']='asterisk' |
187 |
REPO['Visible']='no' |
REPO['fullreponame']="Asterisk $elasver (LTS) Packages @ tucny.com" |
188 |
|
REPO['EnableGroups']='no' |
189 |
|
REPO['Visible']='yes' |
190 |
REPO['status']='disabled' |
REPO['status']='disabled' |
191 |
REPO['BaseURL']='http://packages.asterisk.org/centos/$releasever/asterisk-13/$basearch/' |
REPO['BaseURL']=""#https://ast.tucny.com/repo/asterisk-$elasver/el\$releasever/\$basearch/ |
192 |
REPO['MirrorList']='' |
REPO['MirrorList']="https://ast.tucny.com/mirrorlist.php?release=\$releasever&arch=\$basearch&repo=asterisk-$elasver" |
193 |
REPO['GPGKey']='' |
REPO['GPGCheck']='yes' |
194 |
|
REPO['GPGKey']="https://ast.tucny.com/repo/RPM-GPG-KEY-dtucny" |
195 |
REPO['Exclude']='' |
REPO['Exclude']='' |
196 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
197 |
createrepo |
createrepo |
198 |
|
done |
199 |
|
|
200 |
###################### |
REPO['reponame']='asterisk-common' |
201 |
##################### |
REPO['pkgname']='asterisk' |
202 |
# asterisk current |
REPO['fullreponame']='Asterisk Common Requirement Packages @ tucny.com' |
203 |
##################### |
REPO['EnableGroups']='no' |
|
##################### |
|
|
REPO['reponame']='asterisk-current' |
|
|
REPO['fullreponame']='Asterisk-current - EL' |
|
|
REPO['EnableGroups']='yes' |
|
|
REPO['GPGCheck']='no' |
|
204 |
REPO['Visible']='no' |
REPO['Visible']='no' |
205 |
REPO['status']='disabled' |
REPO['status']='disabled' |
206 |
REPO['BaseURL']='http://packages.asterisk.org/centos/$releasever/current/$basearch/' |
REPO['BaseURL']=''#https://ast.tucny.com/repo/asterisk-common/el$releasever/$basearch/ |
207 |
REPO['MirrorList']='' |
REPO['MirrorList']='https://ast.tucny.com/mirrorlist.php?release=$releasever&arch=$basearch&repo=asterisk-common' |
208 |
REPO['GPGKey']='' |
REPO['GPGCheck']='yes' |
209 |
|
REPO['GPGKey']='https://ast.tucny.com/repo/RPM-GPG-KEY-dtucny' |
210 |
REPO['Exclude']='' |
REPO['Exclude']='' |
211 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
212 |
createrepo |
createrepo |
213 |
|
|
214 |
|
|
215 |
|
|
216 |
##################### |
##################### |
217 |
##################### |
##################### |
218 |
# Digium Repo |
#atomic |
219 |
##################### |
##################### |
220 |
##################### |
##################### |
221 |
REPO['reponame']='digium-current' |
REPO['reponame']='atomic' |
222 |
REPO['fullreponame']='Digium packages - EL' |
REPO['pkgname']=${REPO['reponame']} |
223 |
|
REPO['fullreponame']='Atomic' |
224 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
225 |
REPO['Visible']='no' |
REPO['Visible']='no' |
226 |
REPO['status']='disabled' |
REPO['status']='disabled' |
227 |
REPO['BaseURL']='http://packages.digium.com/centos/$releasever/current/$basearch/' |
REPO['BaseURL']='' |
228 |
REPO['MirrorList']='' |
REPO['MirrorList']='http://www.atomicorp.com/mirrorlist/atomic/centos-$releasever-$basearch' |
229 |
REPO['GPGCheck']='no' |
REPO['GPGCheck']='yes' |
230 |
REPO['GPGKey']='' |
REPO['GPGKey']='https://www.atomicorp.com/RPM-GPG-KEY.art.txt' |
231 |
REPO['Exclude']='' |
REPO['Exclude']='' |
232 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
233 |
createrepo |
createrepo |
234 |
|
|
235 |
##################### |
##################### |
236 |
##################### |
##################### |
237 |
# Digium 13 |
# BareOS |
238 |
##################### |
##################### |
239 |
##################### |
##################### |
240 |
REPO['reponame']='digium-13' |
REPO['reponame']='bareos20' |
241 |
REPO['fullreponame']='Digium-13 packages - EL' |
REPO['pkgname']='bareos' |
242 |
|
REPO['fullreponame']='Backup Archiving Recovery Open Sourced' |
243 |
|
REPO['EnableGroups']='no' |
244 |
|
REPO['Visible']='yes' |
245 |
|
REPO['status']='disabled' |
246 |
|
REPO['BaseURL']='https://download.bareos.org/bareos/release/20/CentOS_$releasever' |
247 |
|
REPO['MirrorList']='' |
248 |
|
REPO['GPGCheck']='yes' |
249 |
|
REPO['GPGKey']='https://download.bareos.org/bareos/release/20/CentOS_$releasever/repodata/repomd.xml.key' |
250 |
|
REPO['Exclude']='' |
251 |
|
REPO['IncludePkgs']='' |
252 |
|
createrepo |
253 |
|
|
254 |
|
REPO['reponame']='bareos20-source' |
255 |
|
REPO['pkgname']='bareos' |
256 |
|
REPO['fullreponame']='Backup Archiving Recovery Open Sourced - Sources' |
257 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
258 |
REPO['Visible']='no' |
REPO['Visible']='no' |
259 |
REPO['status']='disabled' |
REPO['status']='disabled' |
260 |
REPO['BaseURL']='http://packages.digium.com/centos/$releasever/digium-13/$basearch/' |
REPO['BaseURL']='https://download.bareos.org/bareos/release/20/CentOS_$releasever/src' |
261 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
262 |
REPO['GPGCheck']='no' |
REPO['GPGCheck']='yes' |
263 |
REPO['GPGKey']='' |
REPO['GPGKey']='https://download.bareos.org/bareos/release/20/CentOS_$releasever/repodata/repomd.xml.key' |
264 |
REPO['Exclude']='' |
REPO['Exclude']='' |
265 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
266 |
createrepo |
createrepo |
267 |
|
|
268 |
##################### |
REPO['reponame']='bareos20-debuginfo' |
269 |
##################### |
REPO['pkgname']='bareos' |
270 |
#atomic |
REPO['fullreponame']='Backup Archiving Recovery Open Sourced - Debuginfo' |
|
##################### |
|
|
##################### |
|
|
REPO['reponame']='atomic' |
|
|
REPO['fullreponame']='Atomic' |
|
271 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
272 |
REPO['Visible']='no' |
REPO['Visible']='no' |
273 |
REPO['status']='disabled' |
REPO['status']='disabled' |
274 |
REPO['BaseURL']='' |
REPO['BaseURL']='https://download.bareos.org/bareos/release/20/CentOS_$releasever/debug' |
275 |
REPO['MirrorList']='http://www.atomicorp.com/mirrorlist/atomic/centos-$releasever-$basearch' |
REPO['MirrorList']='' |
276 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
277 |
REPO['GPGKey']='https://www.atomicorp.com/RPM-GPG-KEY.art.txt' |
REPO['GPGKey']='https://download.bareos.org/bareos/release/20/CentOS_$releasever/repodata/repomd.xml.key' |
278 |
REPO['Exclude']='' |
REPO['Exclude']='' |
279 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
280 |
createrepo |
createrepo |
281 |
|
|
282 |
|
|
283 |
|
|
284 |
##################### |
##################### |
285 |
##################### |
##################### |
286 |
#centos-sclo-centos |
#centos-sclo-centos |
287 |
##################### |
##################### |
288 |
##################### |
##################### |
289 |
REPO['reponame']='centos-sclo-centos' |
REPO['reponame']='centos-sclo-centos' |
290 |
|
REPO['pkgname']=${REPO['reponame']} |
291 |
REPO['fullreponame']='Centos-RH Software collections' |
REPO['fullreponame']='Centos-RH Software collections' |
292 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
293 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
306 |
##################### |
##################### |
307 |
##################### |
##################### |
308 |
REPO['reponame']='centos-sclo-rh' |
REPO['reponame']='centos-sclo-rh' |
309 |
|
REPO['pkgname']=${REPO['reponame']} |
310 |
REPO['fullreponame']='Centos-RH Software collections' |
REPO['fullreponame']='Centos-RH Software collections' |
311 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
312 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
325 |
##################### |
##################### |
326 |
##################### |
##################### |
327 |
REPO['reponame']='egroupware' |
REPO['reponame']='egroupware' |
328 |
|
REPO['pkgname']=${REPO['reponame']} |
329 |
REPO['fullreponame']='server_eGroupWare' |
REPO['fullreponame']='server_eGroupWare' |
330 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
331 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
346 |
declare -A elashort=( ['6.x']='6.x' ['5.x']='5.x' ['1.6']='1' ) |
declare -A elashort=( ['6.x']='6.x' ['5.x']='5.x' ['1.6']='1' ) |
347 |
for elasver in "6.x" "5.x" "1.6"; do |
for elasver in "6.x" "5.x" "1.6"; do |
348 |
REPO['reponame']="elastic${elashort[$elasver]}" |
REPO['reponame']="elastic${elashort[$elasver]}" |
349 |
|
REPO['pkgname']='elastic' |
350 |
REPO['fullreponame']="Elasticsearch repository for $elasver packages" |
REPO['fullreponame']="Elasticsearch repository for $elasver packages" |
351 |
REPO['EnableGroups']='yes' |
REPO['EnableGroups']='yes' |
352 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
366 |
##################### |
##################### |
367 |
##################### |
##################### |
368 |
REPO['reponame']='elrepo' |
REPO['reponame']='elrepo' |
369 |
|
REPO['pkgname']='elrepo' |
370 |
REPO['fullreponame']='ELRepo.org Community Enterprise Linux Repository' |
REPO['fullreponame']='ELRepo.org Community Enterprise Linux Repository' |
371 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
372 |
REPO['Visible']='no' |
REPO['Visible']='no' |
385 |
##################### |
##################### |
386 |
##################### |
##################### |
387 |
REPO['reponame']='elrepo-kernel' |
REPO['reponame']='elrepo-kernel' |
388 |
|
REPO['pkgname']='elrepo' |
389 |
REPO['fullreponame']='ELRepo.org Community Enterprise Linux Repository Kernel' |
REPO['fullreponame']='ELRepo.org Community Enterprise Linux Repository Kernel' |
390 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
391 |
REPO['Visible']='no' |
REPO['Visible']='no' |
404 |
##################### |
##################### |
405 |
##################### |
##################### |
406 |
REPO['reponame']='epel' |
REPO['reponame']='epel' |
407 |
|
REPO['pkgname']=${REPO['reponame']} |
408 |
REPO['fullreponame']='EPEL' |
REPO['fullreponame']='EPEL' |
409 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
410 |
REPO['Visible']='no' |
REPO['Visible']='no' |
413 |
REPO['MirrorList']='http://mirrors.fedoraproject.org/mirrorlist?repo=epel-$releasever&arch=$basearch' |
REPO['MirrorList']='http://mirrors.fedoraproject.org/mirrorlist?repo=epel-$releasever&arch=$basearch' |
414 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
415 |
REPO['GPGKey']='http://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL' |
REPO['GPGKey']='http://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL' |
416 |
REPO['Exclude']='perl-Razor-Agent' |
REPO['Exclude']='perl-Razor-Agent,pwauth' |
417 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
418 |
createrepo |
createrepo |
419 |
|
|
423 |
##################### |
##################### |
424 |
##################### |
##################### |
425 |
REPO['reponame']='erlang' |
REPO['reponame']='erlang' |
426 |
|
REPO['pkgname']=${REPO['reponame']} |
427 |
REPO['fullreponame']='erlang programming language' |
REPO['fullreponame']='erlang programming language' |
428 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
429 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
442 |
##################### |
##################### |
443 |
##################### |
##################### |
444 |
REPO['reponame']='freeswitch' |
REPO['reponame']='freeswitch' |
445 |
|
REPO['pkgname']=${REPO['reponame']} |
446 |
REPO['fullreponame']='Freeswitch' |
REPO['fullreponame']='Freeswitch' |
447 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
448 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
461 |
##################### |
##################### |
462 |
##################### |
##################### |
463 |
REPO['reponame']='fws' |
REPO['reponame']='fws' |
464 |
|
REPO['pkgname']=${REPO['reponame']} |
465 |
REPO['fullreponame']='Firewall Services' |
REPO['fullreponame']='Firewall Services' |
466 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
467 |
REPO['Visible']='no' |
REPO['Visible']='no' |
480 |
##################### |
##################### |
481 |
##################### |
##################### |
482 |
REPO['reponame']='fws-testing' |
REPO['reponame']='fws-testing' |
483 |
|
REPO['pkgname']='fws' |
484 |
REPO['fullreponame']='Firewall Services testing' |
REPO['fullreponame']='Firewall Services testing' |
485 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
486 |
REPO['Visible']='no' |
REPO['Visible']='no' |
495 |
|
|
496 |
##################### |
##################### |
497 |
##################### |
##################### |
498 |
# Geekery (last update 2016-09-25) |
# LemonLDAP-NG |
499 |
##################### |
##################### |
500 |
##################### |
##################### |
501 |
REPO['reponame']='geekery' |
REPO['reponame']='lemonldap-ng' |
502 |
REPO['fullreponame']='geekery repository' |
REPO['pkgname']='lemonldap' |
503 |
|
REPO['fullreponame']='LemonLDAP::NG packages' |
504 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
505 |
REPO['Visible']='no' |
REPO['Visible']='yes' |
|
REPO['status']='disabled' |
|
|
REPO['BaseURL']='' |
|
|
REPO['MirrorList']='http://geekery.epac.to/geekery/el$releasever-mirrors' |
|
|
REPO['GPGCheck']='yes' |
|
|
REPO['GPGKey']='http://geekery.altervista.org/download.php?filename=GEEKERY-GPG-KEY' |
|
|
REPO['Exclude']='' |
|
|
REPO['IncludePkgs']='' |
|
|
createrepo |
|
|
|
|
|
##################### |
|
|
##################### |
|
|
# Libreswan |
|
|
##################### |
|
|
##################### |
|
|
REPO['reponame']='libreswan' |
|
|
REPO['fullreponame']='Libreswan' |
|
|
REPO['EnableGroups']='no' |
|
|
REPO['Visible']='no' |
|
506 |
REPO['status']='disabled' |
REPO['status']='disabled' |
507 |
REPO['BaseURL']='http://download.libreswan.org/binaries/rhel/$releasever/$basearch/' |
REPO['BaseURL']='https://lemonldap-ng.org/redhat/stable/$releasever/noarch' |
508 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
509 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
510 |
REPO['GPGKey']='http://download.libreswan.org/binaries/RPM-GPG-KEY-libreswan' |
REPO['GPGKey']='https://lemonldap-ng.org/_media/rpm-gpg-key-ow2' |
|
REPO['Exclude']='' |
|
|
REPO['IncludePkgs']='' |
|
|
createrepo |
|
|
|
|
|
|
|
|
##################### |
|
|
##################### |
|
|
# NodeJS 4 |
|
|
##################### |
|
|
##################### |
|
|
REPO['reponame']='node4' |
|
|
REPO['fullreponame']='NodeJS 4' |
|
|
REPO['EnableGroups']='no' |
|
|
REPO['Visible']='no' |
|
|
REPO['status']='disabled' |
|
|
REPO['BaseURL']='https://rpm.nodesource.com/pub_4.x/el/$releasever/$basearch/' |
|
|
REPO['MirrorList']='' |
|
|
REPO['GPGCheck']='no' |
|
|
REPO['GPGKey']='https://deb.nodesource.com/gpgkey/nodesource.gpg.key' |
|
|
REPO['Exclude']='' |
|
|
REPO['IncludePkgs']='' |
|
|
createrepo |
|
|
|
|
|
##################### |
|
|
##################### |
|
|
# NodeJS 5 |
|
|
##################### |
|
|
##################### |
|
|
REPO['reponame']='node5' |
|
|
REPO['fullreponame']='NodeJS 5' |
|
|
REPO['EnableGroups']='no' |
|
|
REPO['Visible']='no' |
|
|
REPO['status']='disabled' |
|
|
REPO['BaseURL']='https://rpm.nodesource.com/pub_5.x/el/$releasever/$basearch/' |
|
|
REPO['MirrorList']='' |
|
|
REPO['GPGCheck']='no' |
|
|
REPO['GPGKey']='https://deb.nodesource.com/gpgkey/nodesource.gpg.key' |
|
511 |
REPO['Exclude']='' |
REPO['Exclude']='' |
512 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
513 |
createrepo |
createrepo |
514 |
|
|
515 |
##################### |
REPO['reponame']='lemonldap-ng-extras' |
516 |
##################### |
REPO['pkgname']='lemonldap' |
517 |
# NodeJS 6 |
REPO['fullreponame']='LemonLDAP::NG extra packages' |
|
##################### |
|
|
##################### |
|
|
REPO['reponame']='node6' |
|
|
REPO['fullreponame']='NodeJS 6' |
|
518 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
519 |
REPO['Visible']='no' |
REPO['Visible']='yes' |
520 |
REPO['status']='disabled' |
REPO['status']='disabled' |
521 |
REPO['BaseURL']='https://rpm.nodesource.com/pub_6.x/el/$releasever/$basearch/' |
REPO['BaseURL']='https://lemonldap-ng.org/redhat/extras/$releasever/noarch' |
522 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
523 |
REPO['GPGCheck']='no' |
REPO['GPGCheck']='yes' |
524 |
REPO['GPGKey']='https://deb.nodesource.com/gpgkey/nodesource.gpg.key' |
REPO['GPGKey']='https://lemonldap-ng.org/_media/rpm-gpg-key-ow2' |
525 |
REPO['Exclude']='' |
REPO['Exclude']='' |
526 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
527 |
createrepo |
createrepo |
528 |
|
|
|
##################### |
|
|
##################### |
|
|
# NodeJS 7 |
|
|
##################### |
|
|
##################### |
|
|
REPO['reponame']='node7' |
|
|
REPO['fullreponame']='NodeJS 7' |
|
|
REPO['EnableGroups']='no' |
|
|
REPO['Visible']='no' |
|
|
REPO['status']='disabled' |
|
|
REPO['BaseURL']='https://rpm.nodesource.com/pub_7.x/el/$releasever/$basearch/' |
|
|
REPO['MirrorList']='' |
|
|
REPO['GPGCheck']='no' |
|
|
REPO['GPGKey']='https://deb.nodesource.com/gpgkey/nodesource.gpg.key' |
|
|
REPO['Exclude']='' |
|
|
REPO['IncludePkgs']='' |
|
|
createrepo |
|
529 |
|
|
|
##################### |
|
|
##################### |
|
|
# NodeJS |
|
|
##################### |
|
|
##################### |
|
|
REPO['reponame']='node8' |
|
|
REPO['fullreponame']='NodeJS 8' |
|
|
REPO['EnableGroups']='no' |
|
|
REPO['Visible']='no' |
|
|
REPO['status']='disabled' |
|
|
REPO['BaseURL']='https://rpm.nodesource.com/pub_8.x/el/$releasever/$basearch/' |
|
|
REPO['MirrorList']='' |
|
|
REPO['GPGCheck']='no' |
|
|
REPO['GPGKey']='https://deb.nodesource.com/gpgkey/nodesource.gpg.key' |
|
|
REPO['Exclude']='' |
|
|
REPO['IncludePkgs']='' |
|
|
createrepo |
|
530 |
|
|
531 |
##################### |
##################### |
532 |
##################### |
##################### |
533 |
# NodeJS 9 |
# Libreswan |
534 |
##################### |
##################### |
535 |
##################### |
##################### |
536 |
REPO['reponame']='node9' |
REPO['reponame']='libreswan' |
537 |
REPO['fullreponame']='NodeJS 9' |
REPO['pkgname']=${REPO['reponame']} |
538 |
|
REPO['fullreponame']='Libreswan' |
539 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
540 |
REPO['Visible']='no' |
REPO['Visible']='yes' |
541 |
REPO['status']='disabled' |
REPO['status']='disabled' |
542 |
REPO['BaseURL']='https://rpm.nodesource.com/pub_9.x/el/$releasever/$basearch/' |
REPO['BaseURL']='http://download.libreswan.org/binaries/rhel/$releasever/$basearch/' |
543 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
544 |
REPO['GPGCheck']='no' |
REPO['GPGCheck']='yes' |
545 |
REPO['GPGKey']='https://deb.nodesource.com/gpgkey/nodesource.gpg.key' |
REPO['GPGKey']='http://download.libreswan.org/binaries/RPM-GPG-KEY-libreswan' |
546 |
REPO['Exclude']='' |
REPO['Exclude']='' |
547 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
548 |
createrepo |
createrepo |
549 |
|
|
|
##################### |
|
|
##################### |
|
|
# NodeJS 10 |
|
|
##################### |
|
|
##################### |
|
|
REPO['reponame']='node10' |
|
|
REPO['fullreponame']='NodeJS 10' |
|
|
REPO['EnableGroups']='no' |
|
|
REPO['Visible']='no' |
|
|
REPO['status']='disabled' |
|
|
REPO['BaseURL']='https://rpm.nodesource.com/pub_10.x/el/$releasever/$basearch/' |
|
|
REPO['MirrorList']='' |
|
|
REPO['GPGCheck']='no' |
|
|
REPO['GPGKey']='https://deb.nodesource.com/gpgkey/nodesource.gpg.key' |
|
|
REPO['Exclude']='' |
|
|
REPO['IncludePkgs']='' |
|
|
createrepo |
|
550 |
|
|
551 |
##################### |
##################### |
552 |
##################### |
##################### |
553 |
# NodeJS 11 |
# NodeJS 4 |
554 |
##################### |
##################### |
555 |
##################### |
##################### |
556 |
REPO['reponame']='node11' |
for nodever in "4" "5" "6" "7" "8" "9" "10" "11"; do |
557 |
REPO['fullreponame']='NodeJS 11' |
REPO['reponame']="node$nodever" |
558 |
|
REPO['pkgname']='node' |
559 |
|
REPO['fullreponame']="NodeJS $nodever" |
560 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
561 |
REPO['Visible']='no' |
REPO['Visible']='yes' |
562 |
REPO['status']='disabled' |
REPO['status']='disabled' |
563 |
REPO['BaseURL']='https://rpm.nodesource.com/pub_11.x/el/$releasever/$basearch/' |
REPO['BaseURL']='https://rpm.nodesource.com/pub_'.$nodever.'.x/el/$releasever/$basearch/' |
564 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
565 |
REPO['GPGCheck']='no' |
REPO['GPGCheck']='no' |
566 |
REPO['GPGKey']='https://deb.nodesource.com/gpgkey/nodesource.gpg.key' |
REPO['GPGKey']='https://deb.nodesource.com/gpgkey/nodesource.gpg.key' |
567 |
REPO['Exclude']='' |
REPO['Exclude']='' |
568 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
569 |
createrepo |
createrepo |
570 |
|
done |
571 |
|
|
572 |
|
|
573 |
if ( "%{?dist}" == "el7" ); then |
if ( "%{?dist}" == "el7" ); then |
577 |
##################### |
##################### |
578 |
##################### |
##################### |
579 |
REPO['reponame']='odoo10-nightly' |
REPO['reponame']='odoo10-nightly' |
580 |
|
REPO['pkgname']='odoo' |
581 |
REPO['fullreponame']='Odoo 10 Nightly - EL7' |
REPO['fullreponame']='Odoo 10 Nightly - EL7' |
582 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
583 |
REPO['Visible']='no' |
REPO['Visible']='yes' |
584 |
REPO['status']='disabled' |
REPO['status']='disabled' |
585 |
REPO['BaseURL']='http://nightly.odoo.com/10.0/nightly/rpm/' |
REPO['BaseURL']='http://nightly.odoo.com/10.0/nightly/rpm/' |
586 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
596 |
##################### |
##################### |
597 |
##################### |
##################### |
598 |
REPO['reponame']='odoo9-nightly' |
REPO['reponame']='odoo9-nightly' |
599 |
|
REPO['pkgname']='odoo' |
600 |
REPO['fullreponame']='Odoo 9 Nightly - EL7' |
REPO['fullreponame']='Odoo 9 Nightly - EL7' |
601 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
602 |
REPO['Visible']='no' |
REPO['Visible']='yes' |
603 |
REPO['status']='disabled' |
REPO['status']='disabled' |
604 |
REPO['BaseURL']='http://nightly.odoo.com/9.0/nightly/rpm/' |
REPO['BaseURL']='http://nightly.odoo.com/9.0/nightly/rpm/' |
605 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
616 |
##################### |
##################### |
617 |
##################### |
##################### |
618 |
REPO['reponame']='okay' |
REPO['reponame']='okay' |
619 |
|
REPO['pkgname']=${REPO['reponame']} |
620 |
REPO['fullreponame']='Extra OKay Packages for Enterprise Linux - Freeswitch and FusionPBX' |
REPO['fullreponame']='Extra OKay Packages for Enterprise Linux - Freeswitch and FusionPBX' |
621 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
622 |
REPO['Visible']='no' |
REPO['Visible']='yes' |
623 |
REPO['status']='disabled' |
REPO['status']='disabled' |
624 |
REPO['BaseURL']='http://repo.okay.com.mx/centos/$releasever/$basearch/release' |
REPO['BaseURL']='http://repo.okay.com.mx/centos/$releasever/$basearch/release' |
625 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
635 |
##################### |
##################### |
636 |
##################### |
##################### |
637 |
REPO['reponame']='openfusion' |
REPO['reponame']='openfusion' |
638 |
|
REPO['pkgname']=${REPO['reponame']} |
639 |
REPO['fullreponame']='Openfusion' |
REPO['fullreponame']='Openfusion' |
640 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
641 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
644 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
645 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
646 |
REPO['GPGKey']='http://repo.openfusion.net/RPM-GPG-KEY-openfusion' |
REPO['GPGKey']='http://repo.openfusion.net/RPM-GPG-KEY-openfusion' |
647 |
REPO['Exclude']='perl-Devel-StackTrace,perl-ExtUtils-MakeMaker,perl-List-MoreUtils,perl-Exporter-Tiny,perl-ExtUtils-Install,perl-parent' |
REPO['Exclude']='perl-Devel-StackTrace,perl-ExtUtils-MakeMaker,perl-List-MoreUtils,perl-ExtUtils-Install,perl-parent' |
648 |
REPO['IncludePkgs']='perl-Algorithm-C3,perl-App-cpanminus,perl-B-Hooks-EndOfScope,perl-B-Hooks-OP-Check,perl-CPAN-Metanoarch,perl-Carp,perl-Class-C3,perl-Class-Load,perl-Class-Load-XS,perl-Class-Method-Modifiers,perl-Class-Singleton,perl-Class-XSAccessor,perl-Clone-PP,perl-Data-Dumper-Concise,perl-Data-IEEE754,perl-Data-OptList,perl-Data-Printer,perl-Data-Validate-IP,perl-DateTime,perl-DateTime-Locale,perl-DateTime-TimeZone,perl-Devel-GlobalDestruction,perl-Dist-CheckConflicts,perl-Eval-Closure,perl-Exporter-Tiny,perl-ExtUtils-CBuilder,perl-ExtUtils-Install,perl-ExtUtils-Manifest,perl-File-HomeDir,perl-File-Which,perl-GeoIP2,perl-Hash-FieldHash,perl-IPC-Cmd,perl-Lexical-SealRequireHints,perl-List-AllUtils,perl-Locale-Maketext-Simple,perl-MRO-Compat,perl-Math-Int128,perl-Math-Int64,perl-MaxMind-DB-Common,perl-MaxMind-DB-Reader,perl-Module-Build,perl-Module-CoreList,perl-Module-Implementation,perl-Module-Load,perl-Module-Load-Conditional,perl-Module-Runtime,perl-Moo,perl-MooX-StrictConstructor,perl-MooX-Types-MooseLike,perl-Moose,perl-Net-Works,perl-Package-DeprecationManager,perl-Package-Stash,perl-Package-Stash-XS,perl-Params-Check,perl-Params-Classify,perl-Params-Validate,perl-Perl-OSType,perl-Role-Tiny,perl-Scalar-List-Utils,perl-Socket,perl-Sort-Naturally,perl-Sub-Exporter,perl-Sub-Exporter-Progressive,perl-Sub-Identify,perl-Sub-Install,perl-Sub-Name,perl-Sub-Quote,perl-Task-Weaken,perl-Term-ANSIColor,perl-Test-Warnings,perl-Throwable,perl-Try-Tiny,perl-Variable-Magic,perl-bareword-filehandles,perl-indirect,perl-multidimensional,perl-namespace-autoclean,perl-namespace-clean,perl-strictures,perl-Devel-StackTrace,perl-ExtUtils-MakeMaker,perl-List-MoreUtils,perl-parent' |
REPO['IncludePkgs']='perl-Algorithm-C3,perl-App-cpanminus,perl-B-Hooks-EndOfScope,perl-B-Hooks-OP-Check,perl-CPAN-Metanoarch,perl-Carp,perl-Class-C3,perl-Class-Load,perl-Class-Load-XS,perl-Class-Method-Modifiers,perl-Class-Singleton,perl-Class-XSAccessor,perl-Clone-PP,perl-Data-Dumper-Concise,perl-Data-IEEE754,perl-Data-OptList,perl-Data-Printer,perl-Data-Validate-IP,perl-DateTime,perl-DateTime-Locale,perl-DateTime-TimeZone,perl-Devel-GlobalDestruction,perl-Dist-CheckConflicts,perl-Eval-Closure,perl-Exporter-Tiny,perl-ExtUtils-CBuilder,perl-ExtUtils-Install,perl-ExtUtils-Manifest,perl-File-HomeDir,perl-File-Which,perl-GeoIP2,perl-Hash-FieldHash,perl-IPC-Cmd,perl-Lexical-SealRequireHints,perl-List-AllUtils,perl-Locale-Maketext-Simple,perl-MRO-Compat,perl-Math-Int128,perl-Math-Int64,perl-MaxMind-DB-Common,perl-MaxMind-DB-Reader,perl-Module-Build,perl-Module-CoreList,perl-Module-Implementation,perl-Module-Load,perl-Module-Load-Conditional,perl-Module-Runtime,perl-Moo,perl-MooX-StrictConstructor,perl-MooX-Types-MooseLike,perl-Moose,perl-Net-Works,perl-Package-DeprecationManager,perl-Package-Stash,perl-Package-Stash-XS,perl-Params-Check,perl-Params-Classify,perl-Params-Validate,perl-Perl-OSType,perl-Role-Tiny,perl-Scalar-List-Utils,perl-Socket,perl-Sort-Naturally,perl-Sub-Exporter,perl-Sub-Exporter-Progressive,perl-Sub-Identify,perl-Sub-Install,perl-Sub-Name,perl-Sub-Quote,perl-Task-Weaken,perl-Term-ANSIColor,perl-Test-Warnings,perl-Throwable,perl-Try-Tiny,perl-Variable-Magic,perl-bareword-filehandles,perl-indirect,perl-multidimensional,perl-namespace-autoclean,perl-namespace-clean,perl-strictures,perl-Devel-StackTrace,perl-ExtUtils-MakeMaker,perl-List-MoreUtils,perl-parent,perl-Array-Compare,perl-Type-Tiny,perl-Filesys-DiskFree,perl-Array-Compare,perl-Type-Tiny,perl-JSON' |
649 |
createrepo |
createrepo |
650 |
|
|
651 |
##################### |
##################### |
652 |
##################### |
##################### |
653 |
# Reetspetit |
# Postgresql |
654 |
##################### |
##################### |
655 |
##################### |
##################### |
656 |
REPO['reponame']='reetp' |
for pgsqlver in "9.6" "10" "11" "12" "13"; do |
657 |
REPO['fullreponame']='Mirror John Crisp reetspetit.com' |
REPO['reponame']="pgsql$pgsqlver" |
658 |
|
REPO['pkgname']='pgsql' |
659 |
|
REPO['fullreponame']="Postgresql $pgsqlver" |
660 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
661 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
662 |
REPO['status']='disabled' |
REPO['status']='disabled' |
663 |
REPO['BaseURL']='https://www.reetspetit.com/smeserver/$releasever' |
REPO['BaseURL']='https://yum.postgresql.org/'.$pgsqlver.'/redhat/rhel-$releasever-$basearch/' |
664 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
665 |
REPO['GPGCheck']='no' |
REPO['GPGCheck']='yes' |
666 |
REPO['GPGKey']='https://www.reetspetit.com/RPM-GPG-KEY' |
ext=$pgsqlver; |
667 |
|
[[ "$pgsqlver" == "9.6" ]] && ext="96"; |
668 |
|
REPO['GPGKey']='https://download.postgresql.org/pub/repos/yum/RPM-GPG-KEY-PGDG-'.$ext |
669 |
REPO['Exclude']='' |
REPO['Exclude']='' |
670 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
671 |
createrepo |
createrepo |
672 |
|
|
673 |
|
|
674 |
|
REPO['reponame']="pgsql$pgsqlver-nonfree" |
675 |
|
REPO['pkgname']='pgsql' |
676 |
|
REPO['fullreponame']="Postgresql $pgsqlver non free" |
677 |
|
REPO['EnableGroups']='no' |
678 |
|
REPO['Visible']='yes' |
679 |
|
REPO['status']='disabled' |
680 |
|
REPO['BaseURL']='https://download.postgresql.org/pub/repos/yum/non-free/'.$pgsqlver.'/redhat/rhel-$releasever-$basearch/' |
681 |
|
REPO['MirrorList']='' |
682 |
|
REPO['GPGCheck']='yes' |
683 |
|
ext=$pgsqlver; |
684 |
|
[[ "$pgsqlver" == "9.6" ]] && ext="96"; |
685 |
|
REPO['GPGKey']='https://download.postgresql.org/pub/repos/yum/RPM-GPG-KEY-PGDG-'.$ext |
686 |
|
REPO['Exclude']='' |
687 |
|
REPO['IncludePkgs']='' |
688 |
|
createrepo |
689 |
|
|
690 |
|
REPO['reponame']="pgsql$pgsqlver-common" |
691 |
|
REPO['pkgname']='pgsql' |
692 |
|
REPO['fullreponame']="Postgresql $pgsqlver non free" |
693 |
|
REPO['EnableGroups']='no' |
694 |
|
REPO['Visible']='yes' |
695 |
|
REPO['status']='disabled' |
696 |
|
REPO['BaseURL']='https://download.postgresql.org/pub/repos/yum/common/'.$pgsqlver.'/redhat/rhel-$releasever-$basearch/' |
697 |
|
REPO['MirrorList']='' |
698 |
|
REPO['GPGCheck']='yes' |
699 |
|
ext=$pgsqlver; |
700 |
|
[[ "$pgsqlver" == "9.6" ]] && ext="96"; |
701 |
|
REPO['GPGKey']='https://download.postgresql.org/pub/repos/yum/RPM-GPG-KEY-PGDG-'.$ext |
702 |
|
REPO['Exclude']='' |
703 |
|
REPO['IncludePkgs']='' |
704 |
|
createrepo |
705 |
|
|
706 |
|
done |
707 |
|
|
708 |
##################### |
##################### |
709 |
##################### |
##################### |
710 |
#remi-safe |
# Reetspetit |
711 |
##################### |
##################### |
712 |
##################### |
##################### |
713 |
REPO['reponame']='remi-safe' |
REPO['reponame']='reetp' |
714 |
REPO['fullreponame']='Remi - safe' |
REPO['pkgname']=${REPO['reponame']} |
715 |
|
REPO['fullreponame']='Mirror John Crisp reetspetit.com' |
716 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
|
REPO['GPGCheck']='yes' |
|
717 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
718 |
REPO['status']='enabled' |
REPO['status']='disabled' |
719 |
REPO['BaseURL']='http://rpms.famillecollet.com/enterprise/$releasever/safe/$basearch/' |
REPO['BaseURL']='https://www.reetspetit.com/smeserver/$releasever' |
720 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
721 |
REPO['GPGKey']='http://rpms.famillecollet.com/RPM-GPG-KEY-remi' |
REPO['GPGCheck']='no' |
722 |
|
REPO['GPGKey']='https://www.reetspetit.com/RPM-GPG-KEY' |
723 |
REPO['Exclude']='' |
REPO['Exclude']='' |
724 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
725 |
createrepo |
createrepo |
730 |
##################### |
##################### |
731 |
##################### |
##################### |
732 |
REPO['reponame']='remi' |
REPO['reponame']='remi' |
733 |
|
REPO['pkgname']='remi-unsafe' |
734 |
REPO['fullreponame']='Remi - EL unsafe, will conflict with your base rpms' |
REPO['fullreponame']='Remi - EL unsafe, will conflict with your base rpms' |
735 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
736 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
749 |
##################### |
##################### |
750 |
##################### |
##################### |
751 |
REPO['reponame']='remi-ocsinventory' |
REPO['reponame']='remi-ocsinventory' |
752 |
|
REPO['pkgname']=${REPO['reponame']} |
753 |
REPO['fullreponame']='Remi ocsinventory - EL' |
REPO['fullreponame']='Remi ocsinventory - EL' |
754 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
755 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
768 |
##################### |
##################### |
769 |
##################### |
##################### |
770 |
REPO['reponame']='remi-roundcube' |
REPO['reponame']='remi-roundcube' |
771 |
|
REPO['pkgname']=${REPO['reponame']} |
772 |
REPO['fullreponame']='Remi Roundcube - EL' |
REPO['fullreponame']='Remi Roundcube - EL' |
773 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
774 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
788 |
##################### |
##################### |
789 |
##################### |
##################### |
790 |
REPO['reponame']='rpmfusion' |
REPO['reponame']='rpmfusion' |
791 |
|
REPO['pkgname']=${REPO['reponame']} |
792 |
REPO['fullreponame']='rpmfusion free EL' |
REPO['fullreponame']='rpmfusion free EL' |
793 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
794 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
807 |
##################### |
##################### |
808 |
##################### |
##################### |
809 |
REPO['reponame']='rpmfusion-nonfree' |
REPO['reponame']='rpmfusion-nonfree' |
810 |
|
REPO['pkgname']='rpmfusion' |
811 |
REPO['fullreponame']='rpmfusion nonfree EL' |
REPO['fullreponame']='rpmfusion nonfree EL' |
812 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
813 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
826 |
##################### |
##################### |
827 |
##################### |
##################### |
828 |
REPO['reponame']='sogo' |
REPO['reponame']='sogo' |
829 |
|
REPO['pkgname']=${REPO['reponame']} |
830 |
REPO['fullreponame']='Inverse SOGo 2 Repository' |
REPO['fullreponame']='Inverse SOGo 2 Repository' |
831 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
832 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
845 |
##################### |
##################### |
846 |
##################### |
##################### |
847 |
REPO['reponame']='sogo3' |
REPO['reponame']='sogo3' |
848 |
|
REPO['pkgname']='sogo' |
849 |
REPO['fullreponame']='Inverse SOGo 3 Repository' |
REPO['fullreponame']='Inverse SOGo 3 Repository' |
850 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
851 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
864 |
##################### |
##################### |
865 |
##################### |
##################### |
866 |
REPO['reponame']='sogo4' |
REPO['reponame']='sogo4' |
867 |
|
REPO['pkgname']='sogo' |
868 |
REPO['fullreponame']='Inverse SOGo 4 Repository' |
REPO['fullreponame']='Inverse SOGo 4 Repository' |
869 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
870 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
883 |
##################### |
##################### |
884 |
##################### |
##################### |
885 |
REPO['reponame']='sogo-subscription' |
REPO['reponame']='sogo-subscription' |
886 |
|
REPO['pkgname']='sogo' |
887 |
REPO['fullreponame']='Inverse SOGo Repository only with subscription' |
REPO['fullreponame']='Inverse SOGo Repository only with subscription' |
888 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
889 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
902 |
##################### |
##################### |
903 |
##################### |
##################### |
904 |
REPO['reponame']='spectrum2' |
REPO['reponame']='spectrum2' |
905 |
|
REPO['pkgname']=${REPO['reponame']} |
906 |
REPO['fullreponame']='Spectrum2' |
REPO['fullreponame']='Spectrum2' |
907 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
908 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
921 |
##################### |
##################### |
922 |
##################### |
##################### |
923 |
REPO['reponame']='springdale-core' |
REPO['reponame']='springdale-core' |
924 |
|
REPO['pkgname']='springdale' |
925 |
REPO['fullreponame']='PUIAS core Base' |
REPO['fullreponame']='PUIAS core Base' |
926 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
927 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
935 |
createrepo |
createrepo |
936 |
|
|
937 |
REPO['reponame']='springdale-updates' |
REPO['reponame']='springdale-updates' |
938 |
|
REPO['pkgname']='springdale' |
939 |
REPO['fullreponame']='PUIAS core Updates' |
REPO['fullreponame']='PUIAS core Updates' |
940 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
941 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
949 |
createrepo |
createrepo |
950 |
|
|
951 |
REPO['reponame']='springdale-addons' |
REPO['reponame']='springdale-addons' |
952 |
|
REPO['pkgname']='springdale' |
953 |
REPO['fullreponame']='PUIAS Addons' |
REPO['fullreponame']='PUIAS Addons' |
954 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
955 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
963 |
createrepo |
createrepo |
964 |
|
|
965 |
REPO['reponame']='springdale-addons-updates' |
REPO['reponame']='springdale-addons-updates' |
966 |
|
REPO['pkgname']='springdale' |
967 |
REPO['fullreponame']='PUIAS Addons Updates' |
REPO['fullreponame']='PUIAS Addons Updates' |
968 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
969 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
978 |
|
|
979 |
|
|
980 |
REPO['reponame']='springdale-unsupported' |
REPO['reponame']='springdale-unsupported' |
981 |
|
REPO['pkgname']='springdale' |
982 |
REPO['fullreponame']='PUIAS Unsupported' |
REPO['fullreponame']='PUIAS Unsupported' |
983 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
984 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
992 |
createrepo |
createrepo |
993 |
|
|
994 |
REPO['reponame']='springdale-computational' |
REPO['reponame']='springdale-computational' |
995 |
|
REPO['pkgname']='springdale' |
996 |
REPO['fullreponame']='PUIAS Computational' |
REPO['fullreponame']='PUIAS Computational' |
997 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
998 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
1014 |
##################### |
##################### |
1015 |
##################### |
##################### |
1016 |
REPO['reponame']='stephdl' |
REPO['reponame']='stephdl' |
1017 |
|
REPO['pkgname']=${REPO['reponame']} |
1018 |
REPO['fullreponame']='Mirror Stephane de Labrusse' |
REPO['fullreponame']='Mirror Stephane de Labrusse' |
1019 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
1020 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
1033 |
##################### |
##################### |
1034 |
##################### |
##################### |
1035 |
REPO['reponame']='virtualbox' |
REPO['reponame']='virtualbox' |
1036 |
|
REPO['pkgname']=${REPO['reponame']} |
1037 |
REPO['fullreponame']='RHEL/CentOS VirtualBox' |
REPO['fullreponame']='RHEL/CentOS VirtualBox' |
1038 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
1039 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
1052 |
##################### |
##################### |
1053 |
##################### |
##################### |
1054 |
REPO['reponame']='webtatic' |
REPO['reponame']='webtatic' |
1055 |
|
REPO['pkgname']=${REPO['reponame']} |
1056 |
REPO['fullreponame']='webtatic - EL' |
REPO['fullreponame']='webtatic - EL' |
1057 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
1058 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
1075 |
##################### |
##################### |
1076 |
##################### |
##################### |
1077 |
REPO['reponame']='xymon' |
REPO['reponame']='xymon' |
1078 |
|
REPO['pkgname']=${REPO['reponame']} |
1079 |
REPO['fullreponame']='Xymon Terabithia RPMS - EL' |
REPO['fullreponame']='Xymon Terabithia RPMS - EL' |
1080 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
1081 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
1093 |
#Zabbix2.4 |
#Zabbix2.4 |
1094 |
##################### |
##################### |
1095 |
##################### |
##################### |
1096 |
declare -A zabshort=( ['1.8']='18' ['2.0']='20' ['2.0']='20' ['2.4']='24' ['3.0']='30' ['3.2']='32' ['3.4']='34' ['4.0']='40' ['4.2']='42' ['4.4']='44') |
declare -A zabshort=( ['1.8']='18' ['2.0']='20' ['2.0']='20' ['2.4']='24' ['3.0']='30' ['3.2']='32' ['3.4']='34' ['4.0']='40' ['4.2']='42' ['4.4']='44' ['4.5']='45' ['5.0']='50' ['5.1']='51' ['5.2']='52' ['5.3']='53' ['5.4']='54' ['5.5']='55' ) |
1097 |
for elasver in "4.2" "4.4" ; do |
for elasver in "4.2" "4.4" '4.5' '5.0' '5.1' '5.2' '5.3' '5.4' '5.5'; do |
1098 |
REPO['reponame']="zabbix${zabshort[$elasver]}" |
REPO['reponame']="zabbix${zabshort[$elasver]}" |
1099 |
|
REPO['pkgname']='zabbix' |
1100 |
REPO['fullreponame']="Zabbix $elasver Official Repository" |
REPO['fullreponame']="Zabbix $elasver Official Repository" |
1101 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
1102 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
1104 |
REPO['BaseURL']="http://repo.zabbix.com/zabbix/$elasver/rhel/\$releasever/\$basearch/" |
REPO['BaseURL']="http://repo.zabbix.com/zabbix/$elasver/rhel/\$releasever/\$basearch/" |
1105 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
1106 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
1107 |
REPO['GPGKey']="http://repo.zabbix.com/RPM-GPG-KEY-ZABBIX" |
REPO['GPGKey']="http://repo.zabbix.com/RPM-GPG-KEY-ZABBIX-A14FE591" |
1108 |
|
REPO['Exclude']='' |
1109 |
|
REPO['IncludePkgs']='' |
1110 |
|
createrepo |
1111 |
|
done |
1112 |
|
|
1113 |
|
# webfront sclo |
1114 |
|
for elasver in '5.0' '5.1'; do |
1115 |
|
REPO['reponame']="zabbix${zabshort[$elasver]}-frontend" |
1116 |
|
REPO['pkgname']='zabbix' |
1117 |
|
REPO['fullreponame']="Zabbix $elasver Official Repository" |
1118 |
|
REPO['EnableGroups']='no' |
1119 |
|
REPO['Visible']='yes' |
1120 |
|
REPO['status']='disabled' |
1121 |
|
REPO['BaseURL']="http://repo.zabbix.com/zabbix/$elasver/rhel/\$releasever/\$basearch/frontend/" |
1122 |
|
REPO['MirrorList']='' |
1123 |
|
REPO['GPGCheck']='yes' |
1124 |
|
REPO['GPGKey']="http://repo.zabbix.com/RPM-GPG-KEY-ZABBIX-A14FE591" |
1125 |
REPO['Exclude']='' |
REPO['Exclude']='' |
1126 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
1127 |
createrepo |
createrepo |
1128 |
done |
done |
1129 |
|
|
1130 |
|
|
1131 |
|
|
1132 |
##################### |
##################### |
1133 |
##################### |
##################### |
1134 |
#zmrepo |
#zmrepo |
1135 |
##################### |
##################### |
1136 |
##################### |
##################### |
1137 |
REPO['reponame']='zmrepo' |
REPO['reponame']='zmrepo' |
1138 |
|
REPO['pkgname']=${REPO['reponame']} |
1139 |
REPO['fullreponame']='ZoneMinder Repo - EL' |
REPO['fullreponame']='ZoneMinder Repo - EL' |
1140 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
1141 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
1186 |
|
|
1187 |
cat << 'EOF' >$RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/migrate/10epel |
cat << 'EOF' >$RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/migrate/10epel |
1188 |
{ |
{ |
1189 |
my @add = split(/[,; ]+/, ''); |
my @add = split(/[,; ]+/, 'pwauth'); |
1190 |
my %remove = map { $_ => 1 } split(/[,; ]+/, 'gnustep-*,gnustep*,gnustep-base,gnustep-make'); |
my %remove = map { $_ => 1 } split(/[,; ]+/, 'gnustep-*,gnustep*,gnustep-base,gnustep-make'); |
1191 |
|
|
1192 |
for my $name ( qw(epel) ) |
for my $name ( qw(epel) ) |
1229 |
|
|
1230 |
EOF |
EOF |
1231 |
|
|
|
cat << 'EOF' >$RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/migrate/10asterisk |
|
|
{ |
|
|
for my $name ( qw(asterisk-current) ) |
|
|
{ |
|
|
my $repo = $DB->get($name) or next; |
|
|
my $BaseURL = $repo->prop('BaseURL') || ''; |
|
|
if ($BaseURL =~ s/centos\$/centos\/\$/g) |
|
|
{$repo->set_prop('BaseURL', $BaseURL);} |
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
EOF |
|
1232 |
|
|
1233 |
cat << 'EOF' >$RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/migrate/10openfusion |
cat << 'EOF' >$RPM_BUILD_ROOT/etc/e-smith/db/yum_repositories/migrate/10openfusion |
1234 |
{ |
{ |
1235 |
my @addexclude = split(/,/,"perl-Devel-StackTrace,perl-ExtUtils-MakeMaker,perl-List-MoreUtils,perl-Exporter-Tiny,perl-ExtUtils-Install,perl-parent"); |
my @addexclude = split(/,/,"perl-Devel-StackTrace,perl-ExtUtils-MakeMaker,perl-List-MoreUtils,perl-ExtUtils-Install,perl-parent"); |
1236 |
my %removeexclude = map { $_ => 1 } split(/[,; ]+/, 'perl-version'); |
my %removeexclude = map { $_ => 1 } split(/[,; ]+/, 'perl-version'); |
1237 |
my @addinclude = split(/,/,"perl-Algorithm-C3,perl-App-cpanminus,perl-B-Hooks-EndOfScope,perl-B-Hooks-OP-Check,perl-CPAN-Metanoarch,perl-Carp,perl-Class-C3,perl-Class-Load,perl-Class-Load-XS,perl-Class-Method-Modifiers,perl-Class-Singleton,perl-Class-XSAccessor,perl-Clone-PP,perl-Data-Dumper-Concise,perl-Data-IEEE754,perl-Data-OptList,perl-Data-Printer,perl-Data-Validate-IP,perl-DateTime,perl-DateTime-Locale,perl-DateTime-TimeZone,perl-Devel-GlobalDestruction,perl-Dist-CheckConflicts,perl-Eval-Closure,perl-Exporter-Tiny,perl-ExtUtils-CBuilder,perl-ExtUtils-Install,perl-ExtUtils-Manifest,perl-File-HomeDir,perl-File-Which,perl-GeoIP2,perl-Hash-FieldHash,perl-IPC-Cmd,perl-Lexical-SealRequireHints,perl-List-AllUtils,perl-Locale-Maketext-Simple,perl-MRO-Compat,perl-Math-Int128,perl-Math-Int64,perl-MaxMind-DB-Common,perl-MaxMind-DB-Reader,perl-Module-Build,perl-Module-CoreList,perl-Module-Implementation,perl-Module-Load,perl-Module-Load-Conditional,perl-Module-Runtime,perl-Moo,perl-MooX-StrictConstructor,perl-MooX-Types-MooseLike,perl-Moose,perl-Net-Works,perl-Package-DeprecationManager,perl-Package-Stash,perl-Package-Stash-XS,perl-Params-Check,perl-Params-Classify,perl-Params-Validate,perl-Perl-OSType,perl-Role-Tiny,perl-Scalar-List-Utils,perl-Socket,perl-Sort-Naturally,perl-Sub-Exporter,perl-Sub-Exporter-Progressive,perl-Sub-Identify,perl-Sub-Install,perl-Sub-Name,perl-Sub-Quote,perl-Task-Weaken,perl-Term-ANSIColor,perl-Test-Warnings,perl-Throwable,perl-Try-Tiny,perl-Variable-Magic,perl-bareword-filehandles,perl-indirect,perl-multidimensional,perl-namespace-autoclean,perl-namespace-clean,perl-strictures,perl-Devel-StackTrace,perl-ExtUtils-MakeMaker,perl-List-MoreUtils,perl-parent"); |
my @addinclude = split(/,/,"perl-Algorithm-C3,perl-App-cpanminus,perl-B-Hooks-EndOfScope,perl-B-Hooks-OP-Check,perl-CPAN-Metanoarch,perl-Carp,perl-Class-C3,perl-Class-Load,perl-Class-Load-XS,perl-Class-Method-Modifiers,perl-Class-Singleton,perl-Class-XSAccessor,perl-Clone-PP,perl-Data-Dumper-Concise,perl-Data-IEEE754,perl-Data-OptList,perl-Data-Printer,perl-Data-Validate-IP,perl-DateTime,perl-DateTime-Locale,perl-DateTime-TimeZone,perl-Devel-GlobalDestruction,perl-Dist-CheckConflicts,perl-Eval-Closure,perl-Exporter-Tiny,perl-ExtUtils-CBuilder,perl-ExtUtils-Install,perl-ExtUtils-Manifest,perl-File-HomeDir,perl-File-Which,perl-GeoIP2,perl-Hash-FieldHash,perl-IPC-Cmd,perl-Lexical-SealRequireHints,perl-List-AllUtils,perl-Locale-Maketext-Simple,perl-MRO-Compat,perl-Math-Int128,perl-Math-Int64,perl-MaxMind-DB-Common,perl-MaxMind-DB-Reader,perl-Module-Build,perl-Module-CoreList,perl-Module-Implementation,perl-Module-Load,perl-Module-Load-Conditional,perl-Module-Runtime,perl-Moo,perl-MooX-StrictConstructor,perl-MooX-Types-MooseLike,perl-Moose,perl-Net-Works,perl-Package-DeprecationManager,perl-Package-Stash,perl-Package-Stash-XS,perl-Params-Check,perl-Params-Classify,perl-Params-Validate,perl-Perl-OSType,perl-Role-Tiny,perl-Scalar-List-Utils,perl-Socket,perl-Sort-Naturally,perl-Sub-Exporter,perl-Sub-Exporter-Progressive,perl-Sub-Identify,perl-Sub-Install,perl-Sub-Name,perl-Sub-Quote,perl-Task-Weaken,perl-Term-ANSIColor,perl-Test-Warnings,perl-Throwable,perl-Try-Tiny,perl-Variable-Magic,perl-bareword-filehandles,perl-indirect,perl-multidimensional,perl-namespace-autoclean,perl-namespace-clean,perl-strictures,perl-Devel-StackTrace,perl-ExtUtils-MakeMaker,perl-List-MoreUtils,perl-parent,perl-Array-Compare,perl-Type-Tiny,perl-Filesys-DiskFree,perl-Array-Compare,perl-Type-Tiny"); |
1238 |
|
|
1239 |
my %removeinclude = map { $_ => 1 } split(/[,; ]+/, ''); |
my %removeinclude = map { $_ => 1 } split(/[,; ]+/, ''); |
1240 |
|
|
1241 |
for my $name ( qw(openfusion) ) |
for my $name ( qw(openfusion) ) |
1287 |
|
|
1288 |
rm -f %{name}-%{version}-filelist* |
rm -f %{name}-%{version}-filelist* |
1289 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist |
1290 |
|
cat %{name}-%{version}-filelist|grep asterisk > %{name}-%{version}-filelist-asterisk |
1291 |
cat %{name}-%{version}-filelist| grep atomic > %{name}-%{version}-filelist-atomic |
cat %{name}-%{version}-filelist| grep atomic > %{name}-%{version}-filelist-atomic |
1292 |
|
cat %{name}-%{version}-filelist| grep bareos > %{name}-%{version}-filelist-bareos |
1293 |
cat %{name}-%{version}-filelist| grep centos-sclo > %{name}-%{version}-filelist-centos-sclo |
cat %{name}-%{version}-filelist| grep centos-sclo > %{name}-%{version}-filelist-centos-sclo |
|
cat %{name}-%{version}-filelist| egrep 'digium|asterisk' > %{name}-%{version}-filelist-asterisk |
|
1294 |
cat %{name}-%{version}-filelist| grep egroupware > %{name}-%{version}-filelist-egroupware |
cat %{name}-%{version}-filelist| grep egroupware > %{name}-%{version}-filelist-egroupware |
1295 |
cat %{name}-%{version}-filelist| grep elastic > %{name}-%{version}-filelist-elastic |
cat %{name}-%{version}-filelist| grep elastic > %{name}-%{version}-filelist-elastic |
1296 |
cat %{name}-%{version}-filelist| grep elrepo > %{name}-%{version}-filelist-elrepo |
cat %{name}-%{version}-filelist| grep elrepo > %{name}-%{version}-filelist-elrepo |
1298 |
cat %{name}-%{version}-filelist| grep erlang > %{name}-%{version}-filelist-erlang |
cat %{name}-%{version}-filelist| grep erlang > %{name}-%{version}-filelist-erlang |
1299 |
cat %{name}-%{version}-filelist| grep freeswitch > %{name}-%{version}-filelist-freeswitch |
cat %{name}-%{version}-filelist| grep freeswitch > %{name}-%{version}-filelist-freeswitch |
1300 |
cat %{name}-%{version}-filelist| grep fws > %{name}-%{version}-filelist-fws |
cat %{name}-%{version}-filelist| grep fws > %{name}-%{version}-filelist-fws |
1301 |
cat %{name}-%{version}-filelist| grep geekery > %{name}-%{version}-filelist-geekery |
cat %{name}-%{version}-filelist| grep lemonldap > %{name}-%{version}-filelist-lemonldap |
1302 |
cat %{name}-%{version}-filelist| grep libreswan > %{name}-%{version}-filelist-libreswan |
cat %{name}-%{version}-filelist| grep libreswan > %{name}-%{version}-filelist-libreswan |
1303 |
if ( "%{?dist}" == "el7" ); then |
if ( "%{?dist}" == "el7" ); then |
1304 |
cat %{name}-%{version}-filelist| grep odoo > %{name}-%{version}-filelist-odoo |
cat %{name}-%{version}-filelist| grep odoo > %{name}-%{version}-filelist-odoo |
1307 |
cat %{name}-%{version}-filelist| grep openfusion > %{name}-%{version}-filelist-openfusion |
cat %{name}-%{version}-filelist| grep openfusion > %{name}-%{version}-filelist-openfusion |
1308 |
cat %{name}-%{version}-filelist| grep node > %{name}-%{version}-filelist-node |
cat %{name}-%{version}-filelist| grep node > %{name}-%{version}-filelist-node |
1309 |
cat %{name}-%{version}-filelist| grep reetp > %{name}-%{version}-filelist-reetp |
cat %{name}-%{version}-filelist| grep reetp > %{name}-%{version}-filelist-reetp |
|
cat %{name}-%{version}-filelist| grep remi-safe > %{name}-%{version}-filelist-remi-safe |
|
1310 |
cat %{name}-%{version}-filelist| grep remi-ocsinventory > %{name}-%{version}-filelist-remi-ocsinventory |
cat %{name}-%{version}-filelist| grep remi-ocsinventory > %{name}-%{version}-filelist-remi-ocsinventory |
1311 |
cat %{name}-%{version}-filelist| grep remi-roundcube > %{name}-%{version}-filelist-remi-roundcube |
cat %{name}-%{version}-filelist| grep remi-roundcube > %{name}-%{version}-filelist-remi-roundcube |
1312 |
cat %{name}-%{version}-filelist| grep remi|egrep -v 'safe|ocsinventory|roundcube' > %{name}-%{version}-filelist-remi |
cat %{name}-%{version}-filelist| grep remi|egrep -v 'ocsinventory|roundcube' > %{name}-%{version}-filelist-remi |
1313 |
cat %{name}-%{version}-filelist| grep rpmfusion > %{name}-%{version}-filelist-rpmfusion |
cat %{name}-%{version}-filelist| grep rpmfusion > %{name}-%{version}-filelist-rpmfusion |
1314 |
cat %{name}-%{version}-filelist| grep sogo > %{name}-%{version}-filelist-sogo |
cat %{name}-%{version}-filelist| grep sogo > %{name}-%{version}-filelist-sogo |
1315 |
cat %{name}-%{version}-filelist| grep spectrum2 > %{name}-%{version}-filelist-spectrum2 |
cat %{name}-%{version}-filelist| grep spectrum2 > %{name}-%{version}-filelist-spectrum2 |
1320 |
cat %{name}-%{version}-filelist| grep xymon > %{name}-%{version}-filelist-xymon |
cat %{name}-%{version}-filelist| grep xymon > %{name}-%{version}-filelist-xymon |
1321 |
cat %{name}-%{version}-filelist| grep zabbix > %{name}-%{version}-filelist-zabbix |
cat %{name}-%{version}-filelist| grep zabbix > %{name}-%{version}-filelist-zabbix |
1322 |
cat %{name}-%{version}-filelist| grep zmrepo > %{name}-%{version}-filelist-zmrepo |
cat %{name}-%{version}-filelist| grep zmrepo > %{name}-%{version}-filelist-zmrepo |
1323 |
|
cat %{name}-%{version}-filelist| grep pgsql > %{name}-%{version}-filelist-pgsql |
1324 |
%clean |
%clean |
1325 |
cd .. |
cd .. |
1326 |
rm -rf %{name}-%{version} |
rm -rf %{name}-%{version} |
1347 |
# this is an upgrade |
# this is an upgrade |
1348 |
;; |
;; |
1349 |
esac |
esac |
1350 |
|
%package asterisk |
1351 |
|
Summary: Asterisk Repository tucny.com |
1352 |
|
%description asterisk |
1353 |
|
Asterisk Repository tucny.com |
1354 |
|
%files asterisk -f %{name}-%{version}-filelist-asterisk |
1355 |
|
%defattr(-,root,root) |
1356 |
|
|
1357 |
%package atomic |
%package atomic |
1358 |
Summary: Atomic Repository |
Summary: Atomic Repository |
1359 |
%description atomic |
%description atomic |
1361 |
%files atomic -f %{name}-%{version}-filelist-atomic |
%files atomic -f %{name}-%{version}-filelist-atomic |
1362 |
%defattr(-,root,root) |
%defattr(-,root,root) |
1363 |
|
|
1364 |
|
%package bareos |
1365 |
|
Summary: Backup Archiving Recovery Open Sourced |
1366 |
|
%description bareos |
1367 |
|
Backup Archiving Recovery Open Sourced repository |
1368 |
|
%files bareos -f %{name}-%{version}-filelist-bareos |
1369 |
|
%defattr(-,root,root) |
1370 |
|
|
1371 |
%package centos-sclo |
%package centos-sclo |
1372 |
Summary: CentOS Red-Hat software collection repository |
Summary: CentOS Red-Hat software collection repository |
1373 |
%description centos-sclo |
%description centos-sclo |
1375 |
%files centos-sclo -f %{name}-%{version}-filelist-centos-sclo |
%files centos-sclo -f %{name}-%{version}-filelist-centos-sclo |
1376 |
%defattr(-,root,root) |
%defattr(-,root,root) |
1377 |
|
|
|
%package asterisk |
|
|
Summary: All repositories you need for Asterisk and FreePBX |
|
|
%description asterisk |
|
|
All repositories you need for Asterisk and FreePBX |
|
|
%files asterisk -f %{name}-%{version}-filelist-asterisk |
|
|
%defattr(-,root,root) |
|
|
|
|
1378 |
%package egroupware |
%package egroupware |
1379 |
Summary: Repository for eGroupWare |
Summary: Repository for eGroupWare |
1380 |
%description egroupware |
%description egroupware |
1424 |
%files fws -f %{name}-%{version}-filelist-fws |
%files fws -f %{name}-%{version}-filelist-fws |
1425 |
%defattr(-,root,root) |
%defattr(-,root,root) |
1426 |
|
|
1427 |
%package geekery |
%package lemonldap |
1428 |
Summary: Geekery Repository |
Summary: Lemonldap NG Repository |
1429 |
%description geekery |
%description lemonldap |
1430 |
Geekery Repository |
LemonLDAP::NG Repository |
1431 |
%files geekery -f %{name}-%{version}-filelist-geekery |
%files lemonldap -f %{name}-%{version}-filelist-lemonldap |
1432 |
%defattr(-,root,root) |
%defattr(-,root,root) |
1433 |
|
|
1434 |
%package libreswan |
%package libreswan |
1468 |
%files openfusion -f %{name}-%{version}-filelist-openfusion |
%files openfusion -f %{name}-%{version}-filelist-openfusion |
1469 |
%defattr(-,root,root) |
%defattr(-,root,root) |
1470 |
|
|
1471 |
|
%package pgsql |
1472 |
|
Summary: PostGreSQL Repositories |
1473 |
|
%description pgsql |
1474 |
|
PostGreSQL Repositories |
1475 |
|
%files pgsql -f %{name}-%{version}-filelist-pgsql |
1476 |
|
%defattr(-,root,root) |
1477 |
|
|
1478 |
%package reetp |
%package reetp |
1479 |
Summary: Mirror John Crisp reetspetit.com |
Summary: Mirror John Crisp reetspetit.com |
1480 |
%description reetp |
%description reetp |
1482 |
%files reetp -f %{name}-%{version}-filelist-reetp |
%files reetp -f %{name}-%{version}-filelist-reetp |
1483 |
%defattr(-,root,root) |
%defattr(-,root,root) |
1484 |
|
|
|
%package remi-safe |
|
|
Summary: Remi safe repository |
|
|
%description remi-safe |
|
|
Remi safe repository |
|
|
%files remi-safe -f %{name}-%{version}-filelist-remi-safe |
|
|
%defattr(-,root,root) |
|
|
|
|
1485 |
%package remi-ocsinventory |
%package remi-ocsinventory |
1486 |
Summary: Remi repository filtered to install OCSinventory |
Summary: Remi repository filtered to install OCSinventory |
1487 |
%description remi-ocsinventory |
%description remi-ocsinventory |