1 |
%define name smeserver-extrarepositories |
%define name smeserver-extrarepositories |
2 |
%define version 0.1 |
%define version 0.1 |
3 |
%define release 23 |
%define release 36 |
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 17 2020 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-23.sme |
* Thu Feb 24 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-36.sme |
22 |
|
- add Copr repo for fusioninventory-agent owned by trasher [SME: 11751] |
23 |
|
- fix update event for sclo [SME: 11876] |
24 |
|
|
25 |
|
* Mon Nov 29 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-35.sme |
26 |
|
- fix node repos |
27 |
|
|
28 |
|
* Tue Nov 09 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-34.sme |
29 |
|
- add asterisk [SME: 11512] |
30 |
|
- add lemonldap [SME: 11740] |
31 |
|
- add bareos [SME: 11741] |
32 |
|
- add zabbix repo up to 55 and add scl sub repos [SME: 11744] |
33 |
|
|
34 |
|
* Tue Jul 06 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-33.sme |
35 |
|
- add migrate fragment for pwauth in epel [SME: 11639] |
36 |
|
|
37 |
|
* Wed Jun 30 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 0.1-32.sme |
38 |
|
- Requires e-smith >= 10 |
39 |
|
- exclude pwauh from EPEL [SME: 11639] |
40 |
|
|
41 |
|
* Sun May 02 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 0.1-31.sme |
42 |
|
- add perl-JSON to openfusion [SME: 11579] |
43 |
|
|
44 |
|
* Thu Mar 25 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-30.sme |
45 |
|
- fix zabbix key |
46 |
|
- fix update event for packages with multiple repo |
47 |
|
|
48 |
|
* Thu Mar 25 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-29.sme |
49 |
|
- add new zabbix version |
50 |
|
|
51 |
|
* Mon Mar 22 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-28.sme |
52 |
|
- add extra packages from openfusion [SME: 11223] |
53 |
|
- fix wrong event for remi-unsafe [SME: 11181] |
54 |
|
- add repo for postgsql |
55 |
|
- remove digium asterisk repo for SME10 [SME: 11482] |
56 |
|
- remove geekery repo [SME: 11483] |
57 |
|
|
58 |
|
* Mon Dec 21 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 0.1-27.sme |
59 |
|
- Add perl-Disk-Free and perl-Type-Tiny to Migrate script [SME: 11024] |
60 |
|
|
61 |
|
* Mon Dec 21 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 0.1-26.sme |
62 |
|
- Add perl-Disk-Free for smeserver-affa [SME: 11024] |
63 |
|
|
64 |
|
* Wed Dec 02 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 0.1-25.sme |
65 |
|
- add extar packages from Openfusion for NextCloud [SME: 11223] |
66 |
|
- perl-Array-Compare perl-Type-Tiny perl-Exporter-Tiny |
67 |
|
|
68 |
|
* Tue Nov 17 2020 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-24.sme |
69 |
- add event on update to avoid reboot [SME: 11181] |
- add event on update to avoid reboot [SME: 11181] |
70 |
- remove remi-safe as it is now in core rpm [SME: 11182] |
- remove remi-safe as it is now in core rpm [SME: 11182] |
71 |
|
|
165 |
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 |
166 |
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 |
167 |
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 |
168 |
mkdir -p $RPM_BUILD_ROOT/etc/e-smith/events/smeserver-extrarepositories-${REPO['reponame']}-update/templates2expand/etc/yum.smerepos.d/ |
|
169 |
touch $RPM_BUILD_ROOT/etc/e-smith/events/smeserver-extrarepositories-${REPO['reponame']}-update/templates2expand/etc/yum.smerepos.d/sme-base.repo |
mkdir -p $RPM_BUILD_ROOT/etc/e-smith/events/smeserver-extrarepositories-${REPO['pkgname']}-update/templates2expand/etc/yum.smerepos.d/ |
170 |
|
touch $RPM_BUILD_ROOT/etc/e-smith/events/smeserver-extrarepositories-${REPO['pkgname']}-update/templates2expand/etc/yum.smerepos.d/sme-base.repo |
171 |
|
|
172 |
[[ "${REPO['BaseURL']}" != '' ]] && echo "${REPO['BaseURL']}" >\ |
[[ "${REPO['BaseURL']}" != '' ]] && echo "${REPO['BaseURL']}" >\ |
173 |
$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 |
183 |
} |
} |
184 |
|
|
185 |
|
|
|
|
|
|
###################### |
|
186 |
##################### |
##################### |
|
# asterisk 13 LTS |
|
187 |
##################### |
##################### |
188 |
|
# asterisk |
189 |
##################### |
##################### |
190 |
REPO['reponame']='asterisk-13' |
##################### |
191 |
REPO['fullreponame']='Asterisk-13 - EL' |
for elasver in "13" "16" '17' '18' ; do |
192 |
REPO['EnableGroups']='yes' |
REPO['reponame']="asterisk-$elasver" |
193 |
REPO['GPGCheck']='no' |
REPO['pkgname']='asterisk' |
194 |
REPO['Visible']='no' |
REPO['fullreponame']="Asterisk $elasver (LTS) Packages @ tucny.com" |
195 |
|
REPO['EnableGroups']='no' |
196 |
|
REPO['Visible']='yes' |
197 |
REPO['status']='disabled' |
REPO['status']='disabled' |
198 |
REPO['BaseURL']='http://packages.asterisk.org/centos/$releasever/asterisk-13/$basearch/' |
REPO['BaseURL']=""#https://ast.tucny.com/repo/asterisk-$elasver/el\$releasever/\$basearch/ |
199 |
REPO['MirrorList']='' |
REPO['MirrorList']="https://ast.tucny.com/mirrorlist.php?release=\$releasever&arch=\$basearch&repo=asterisk-$elasver" |
200 |
REPO['GPGKey']='' |
REPO['GPGCheck']='yes' |
201 |
|
REPO['GPGKey']="https://ast.tucny.com/repo/RPM-GPG-KEY-dtucny" |
202 |
REPO['Exclude']='' |
REPO['Exclude']='' |
203 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
204 |
createrepo |
createrepo |
205 |
|
done |
206 |
|
|
207 |
###################### |
REPO['reponame']='asterisk-common' |
208 |
##################### |
REPO['pkgname']='asterisk' |
209 |
# asterisk current |
REPO['fullreponame']='Asterisk Common Requirement Packages @ tucny.com' |
210 |
##################### |
REPO['EnableGroups']='no' |
|
##################### |
|
|
REPO['reponame']='asterisk-current' |
|
|
REPO['fullreponame']='Asterisk-current - EL' |
|
|
REPO['EnableGroups']='yes' |
|
|
REPO['GPGCheck']='no' |
|
211 |
REPO['Visible']='no' |
REPO['Visible']='no' |
212 |
REPO['status']='disabled' |
REPO['status']='disabled' |
213 |
REPO['BaseURL']='http://packages.asterisk.org/centos/$releasever/current/$basearch/' |
REPO['BaseURL']=''#https://ast.tucny.com/repo/asterisk-common/el$releasever/$basearch/ |
214 |
REPO['MirrorList']='' |
REPO['MirrorList']='https://ast.tucny.com/mirrorlist.php?release=$releasever&arch=$basearch&repo=asterisk-common' |
215 |
REPO['GPGKey']='' |
REPO['GPGCheck']='yes' |
216 |
|
REPO['GPGKey']='https://ast.tucny.com/repo/RPM-GPG-KEY-dtucny' |
217 |
REPO['Exclude']='' |
REPO['Exclude']='' |
218 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
219 |
createrepo |
createrepo |
220 |
|
|
221 |
|
|
222 |
|
|
223 |
##################### |
##################### |
224 |
##################### |
##################### |
225 |
# Digium Repo |
#atomic |
226 |
##################### |
##################### |
227 |
##################### |
##################### |
228 |
REPO['reponame']='digium-current' |
REPO['reponame']='atomic' |
229 |
REPO['fullreponame']='Digium packages - EL' |
REPO['pkgname']=${REPO['reponame']} |
230 |
|
REPO['fullreponame']='Atomic' |
231 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
232 |
REPO['Visible']='no' |
REPO['Visible']='no' |
233 |
REPO['status']='disabled' |
REPO['status']='disabled' |
234 |
REPO['BaseURL']='http://packages.digium.com/centos/$releasever/current/$basearch/' |
REPO['BaseURL']='' |
235 |
REPO['MirrorList']='' |
REPO['MirrorList']='http://www.atomicorp.com/mirrorlist/atomic/centos-$releasever-$basearch' |
236 |
REPO['GPGCheck']='no' |
REPO['GPGCheck']='yes' |
237 |
REPO['GPGKey']='' |
REPO['GPGKey']='https://www.atomicorp.com/RPM-GPG-KEY.art.txt' |
238 |
REPO['Exclude']='' |
REPO['Exclude']='' |
239 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
240 |
createrepo |
createrepo |
241 |
|
|
242 |
##################### |
##################### |
243 |
##################### |
##################### |
244 |
# Digium 13 |
# BareOS |
245 |
##################### |
##################### |
246 |
##################### |
##################### |
247 |
REPO['reponame']='digium-13' |
REPO['reponame']='bareos20' |
248 |
REPO['fullreponame']='Digium-13 packages - EL' |
REPO['pkgname']='bareos' |
249 |
|
REPO['fullreponame']='Backup Archiving Recovery Open Sourced' |
250 |
|
REPO['EnableGroups']='no' |
251 |
|
REPO['Visible']='yes' |
252 |
|
REPO['status']='disabled' |
253 |
|
REPO['BaseURL']='https://download.bareos.org/bareos/release/20/CentOS_$releasever' |
254 |
|
REPO['MirrorList']='' |
255 |
|
REPO['GPGCheck']='yes' |
256 |
|
REPO['GPGKey']='https://download.bareos.org/bareos/release/20/CentOS_$releasever/repodata/repomd.xml.key' |
257 |
|
REPO['Exclude']='' |
258 |
|
REPO['IncludePkgs']='' |
259 |
|
createrepo |
260 |
|
|
261 |
|
REPO['reponame']='bareos20-source' |
262 |
|
REPO['pkgname']='bareos' |
263 |
|
REPO['fullreponame']='Backup Archiving Recovery Open Sourced - Sources' |
264 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
265 |
REPO['Visible']='no' |
REPO['Visible']='no' |
266 |
REPO['status']='disabled' |
REPO['status']='disabled' |
267 |
REPO['BaseURL']='http://packages.digium.com/centos/$releasever/digium-13/$basearch/' |
REPO['BaseURL']='https://download.bareos.org/bareos/release/20/CentOS_$releasever/src' |
268 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
269 |
REPO['GPGCheck']='no' |
REPO['GPGCheck']='yes' |
270 |
REPO['GPGKey']='' |
REPO['GPGKey']='https://download.bareos.org/bareos/release/20/CentOS_$releasever/repodata/repomd.xml.key' |
271 |
REPO['Exclude']='' |
REPO['Exclude']='' |
272 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
273 |
createrepo |
createrepo |
274 |
|
|
275 |
##################### |
REPO['reponame']='bareos20-debuginfo' |
276 |
##################### |
REPO['pkgname']='bareos' |
277 |
#atomic |
REPO['fullreponame']='Backup Archiving Recovery Open Sourced - Debuginfo' |
|
##################### |
|
|
##################### |
|
|
REPO['reponame']='atomic' |
|
|
REPO['fullreponame']='Atomic' |
|
278 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
279 |
REPO['Visible']='no' |
REPO['Visible']='no' |
280 |
REPO['status']='disabled' |
REPO['status']='disabled' |
281 |
REPO['BaseURL']='' |
REPO['BaseURL']='https://download.bareos.org/bareos/release/20/CentOS_$releasever/debug' |
282 |
REPO['MirrorList']='http://www.atomicorp.com/mirrorlist/atomic/centos-$releasever-$basearch' |
REPO['MirrorList']='' |
283 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
284 |
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' |
285 |
REPO['Exclude']='' |
REPO['Exclude']='' |
286 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
287 |
createrepo |
createrepo |
288 |
|
|
289 |
|
|
290 |
|
|
291 |
##################### |
##################### |
292 |
##################### |
##################### |
293 |
#centos-sclo-centos |
#centos-sclo-centos |
294 |
##################### |
##################### |
295 |
##################### |
##################### |
296 |
REPO['reponame']='centos-sclo-centos' |
REPO['reponame']='centos-sclo-centos' |
297 |
|
REPO['pkgname']="centos-sclo" #${REPO['reponame']} |
298 |
REPO['fullreponame']='Centos-RH Software collections' |
REPO['fullreponame']='Centos-RH Software collections' |
299 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
300 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
301 |
REPO['status']='disabled' |
REPO['status']='enabled' |
302 |
REPO['BaseURL']='http://mirror.centos.org/centos/$releasever/sclo/$basearch/sclo/' |
REPO['BaseURL']='http://mirror.centos.org/centos/$releasever/sclo/$basearch/sclo/' |
303 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
304 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
313 |
##################### |
##################### |
314 |
##################### |
##################### |
315 |
REPO['reponame']='centos-sclo-rh' |
REPO['reponame']='centos-sclo-rh' |
316 |
|
REPO['pkgname']='centos-sclo' #${REPO['reponame']} |
317 |
REPO['fullreponame']='Centos-RH Software collections' |
REPO['fullreponame']='Centos-RH Software collections' |
318 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
319 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
320 |
REPO['status']='disabled' |
REPO['status']='enabled' |
321 |
REPO['BaseURL']='http://mirror.centos.org/centos/$releasever/sclo/$basearch/rh/' |
REPO['BaseURL']='http://mirror.centos.org/centos/$releasever/sclo/$basearch/rh/' |
322 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
323 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
332 |
##################### |
##################### |
333 |
##################### |
##################### |
334 |
REPO['reponame']='egroupware' |
REPO['reponame']='egroupware' |
335 |
|
REPO['pkgname']=${REPO['reponame']} |
336 |
REPO['fullreponame']='server_eGroupWare' |
REPO['fullreponame']='server_eGroupWare' |
337 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
338 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
353 |
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' ) |
354 |
for elasver in "6.x" "5.x" "1.6"; do |
for elasver in "6.x" "5.x" "1.6"; do |
355 |
REPO['reponame']="elastic${elashort[$elasver]}" |
REPO['reponame']="elastic${elashort[$elasver]}" |
356 |
|
REPO['pkgname']='elastic' |
357 |
REPO['fullreponame']="Elasticsearch repository for $elasver packages" |
REPO['fullreponame']="Elasticsearch repository for $elasver packages" |
358 |
REPO['EnableGroups']='yes' |
REPO['EnableGroups']='yes' |
359 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
373 |
##################### |
##################### |
374 |
##################### |
##################### |
375 |
REPO['reponame']='elrepo' |
REPO['reponame']='elrepo' |
376 |
|
REPO['pkgname']='elrepo' |
377 |
REPO['fullreponame']='ELRepo.org Community Enterprise Linux Repository' |
REPO['fullreponame']='ELRepo.org Community Enterprise Linux Repository' |
378 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
379 |
REPO['Visible']='no' |
REPO['Visible']='no' |
392 |
##################### |
##################### |
393 |
##################### |
##################### |
394 |
REPO['reponame']='elrepo-kernel' |
REPO['reponame']='elrepo-kernel' |
395 |
|
REPO['pkgname']='elrepo' |
396 |
REPO['fullreponame']='ELRepo.org Community Enterprise Linux Repository Kernel' |
REPO['fullreponame']='ELRepo.org Community Enterprise Linux Repository Kernel' |
397 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
398 |
REPO['Visible']='no' |
REPO['Visible']='no' |
411 |
##################### |
##################### |
412 |
##################### |
##################### |
413 |
REPO['reponame']='epel' |
REPO['reponame']='epel' |
414 |
|
REPO['pkgname']=${REPO['reponame']} |
415 |
REPO['fullreponame']='EPEL' |
REPO['fullreponame']='EPEL' |
416 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
417 |
REPO['Visible']='no' |
REPO['Visible']='no' |
420 |
REPO['MirrorList']='http://mirrors.fedoraproject.org/mirrorlist?repo=epel-$releasever&arch=$basearch' |
REPO['MirrorList']='http://mirrors.fedoraproject.org/mirrorlist?repo=epel-$releasever&arch=$basearch' |
421 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
422 |
REPO['GPGKey']='http://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL' |
REPO['GPGKey']='http://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL' |
423 |
REPO['Exclude']='perl-Razor-Agent' |
REPO['Exclude']='perl-Razor-Agent,pwauth' |
424 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
425 |
createrepo |
createrepo |
426 |
|
|
430 |
##################### |
##################### |
431 |
##################### |
##################### |
432 |
REPO['reponame']='erlang' |
REPO['reponame']='erlang' |
433 |
|
REPO['pkgname']=${REPO['reponame']} |
434 |
REPO['fullreponame']='erlang programming language' |
REPO['fullreponame']='erlang programming language' |
435 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
436 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
449 |
##################### |
##################### |
450 |
##################### |
##################### |
451 |
REPO['reponame']='freeswitch' |
REPO['reponame']='freeswitch' |
452 |
|
REPO['pkgname']=${REPO['reponame']} |
453 |
REPO['fullreponame']='Freeswitch' |
REPO['fullreponame']='Freeswitch' |
454 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
455 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
468 |
##################### |
##################### |
469 |
##################### |
##################### |
470 |
REPO['reponame']='fws' |
REPO['reponame']='fws' |
471 |
|
REPO['pkgname']=${REPO['reponame']} |
472 |
REPO['fullreponame']='Firewall Services' |
REPO['fullreponame']='Firewall Services' |
473 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
474 |
REPO['Visible']='no' |
REPO['Visible']='no' |
487 |
##################### |
##################### |
488 |
##################### |
##################### |
489 |
REPO['reponame']='fws-testing' |
REPO['reponame']='fws-testing' |
490 |
|
REPO['pkgname']='fws' |
491 |
REPO['fullreponame']='Firewall Services testing' |
REPO['fullreponame']='Firewall Services testing' |
492 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
493 |
REPO['Visible']='no' |
REPO['Visible']='no' |
502 |
|
|
503 |
##################### |
##################### |
504 |
##################### |
##################### |
505 |
# Geekery (last update 2016-09-25) |
#fusion inventory |
506 |
##################### |
##################### |
507 |
##################### |
##################### |
508 |
REPO['reponame']='geekery' |
REPO['reponame']='fusioninventory-agent' |
509 |
REPO['fullreponame']='geekery repository' |
REPO['pkgname']='fusioninventory-agent' |
510 |
|
REPO['fullreponame']='Copr repo for fusioninventory-agent owned by trasher' |
511 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
512 |
REPO['Visible']='no' |
REPO['Visible']='no' |
513 |
REPO['status']='disabled' |
REPO['status']='disabled' |
514 |
REPO['BaseURL']='' |
REPO['BaseURL']='https://download.copr.fedorainfracloud.org/results/trasher/fusioninventory-agent/epel-$releasever-$basearch/' |
|
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' |
|
|
REPO['status']='disabled' |
|
|
REPO['BaseURL']='http://download.libreswan.org/binaries/rhel/$releasever/$basearch/' |
|
515 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
516 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
517 |
REPO['GPGKey']='http://download.libreswan.org/binaries/RPM-GPG-KEY-libreswan' |
REPO['GPGKey']='https://download.copr.fedorainfracloud.org/results/trasher/fusioninventory-agent/pubkey.gpg' |
|
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' |
|
518 |
REPO['Exclude']='' |
REPO['Exclude']='' |
519 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
520 |
createrepo |
createrepo |
521 |
|
|
|
##################### |
|
|
##################### |
|
|
# 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' |
|
|
REPO['Exclude']='' |
|
|
REPO['IncludePkgs']='' |
|
|
createrepo |
|
522 |
|
|
523 |
##################### |
##################### |
524 |
##################### |
##################### |
525 |
# NodeJS 6 |
# LemonLDAP-NG |
526 |
##################### |
##################### |
527 |
##################### |
##################### |
528 |
REPO['reponame']='node6' |
REPO['reponame']='lemonldap-ng' |
529 |
REPO['fullreponame']='NodeJS 6' |
REPO['pkgname']='lemonldap' |
530 |
|
REPO['fullreponame']='LemonLDAP::NG packages' |
531 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
532 |
REPO['Visible']='no' |
REPO['Visible']='yes' |
533 |
REPO['status']='disabled' |
REPO['status']='disabled' |
534 |
REPO['BaseURL']='https://rpm.nodesource.com/pub_6.x/el/$releasever/$basearch/' |
REPO['BaseURL']='https://lemonldap-ng.org/redhat/stable/$releasever/noarch' |
535 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
536 |
REPO['GPGCheck']='no' |
REPO['GPGCheck']='yes' |
537 |
REPO['GPGKey']='https://deb.nodesource.com/gpgkey/nodesource.gpg.key' |
REPO['GPGKey']='https://lemonldap-ng.org/_media/rpm-gpg-key-ow2' |
538 |
REPO['Exclude']='' |
REPO['Exclude']='' |
539 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
540 |
createrepo |
createrepo |
541 |
|
|
542 |
##################### |
REPO['reponame']='lemonldap-ng-extras' |
543 |
##################### |
REPO['pkgname']='lemonldap' |
544 |
# NodeJS 7 |
REPO['fullreponame']='LemonLDAP::NG extra packages' |
|
##################### |
|
|
##################### |
|
|
REPO['reponame']='node7' |
|
|
REPO['fullreponame']='NodeJS 7' |
|
545 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
546 |
REPO['Visible']='no' |
REPO['Visible']='yes' |
547 |
REPO['status']='disabled' |
REPO['status']='disabled' |
548 |
REPO['BaseURL']='https://rpm.nodesource.com/pub_7.x/el/$releasever/$basearch/' |
REPO['BaseURL']='https://lemonldap-ng.org/redhat/extras/$releasever/noarch' |
549 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
550 |
REPO['GPGCheck']='no' |
REPO['GPGCheck']='yes' |
551 |
REPO['GPGKey']='https://deb.nodesource.com/gpgkey/nodesource.gpg.key' |
REPO['GPGKey']='https://lemonldap-ng.org/_media/rpm-gpg-key-ow2' |
552 |
REPO['Exclude']='' |
REPO['Exclude']='' |
553 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
554 |
createrepo |
createrepo |
555 |
|
|
|
##################### |
|
|
##################### |
|
|
# 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 |
|
556 |
|
|
|
##################### |
|
|
##################### |
|
|
# NodeJS 9 |
|
|
##################### |
|
|
##################### |
|
|
REPO['reponame']='node9' |
|
|
REPO['fullreponame']='NodeJS 9' |
|
|
REPO['EnableGroups']='no' |
|
|
REPO['Visible']='no' |
|
|
REPO['status']='disabled' |
|
|
REPO['BaseURL']='https://rpm.nodesource.com/pub_9.x/el/$releasever/$basearch/' |
|
|
REPO['MirrorList']='' |
|
|
REPO['GPGCheck']='no' |
|
|
REPO['GPGKey']='https://deb.nodesource.com/gpgkey/nodesource.gpg.key' |
|
|
REPO['Exclude']='' |
|
|
REPO['IncludePkgs']='' |
|
|
createrepo |
|
557 |
|
|
558 |
##################### |
##################### |
559 |
##################### |
##################### |
560 |
# NodeJS 10 |
# Libreswan |
561 |
##################### |
##################### |
562 |
##################### |
##################### |
563 |
REPO['reponame']='node10' |
REPO['reponame']='libreswan' |
564 |
REPO['fullreponame']='NodeJS 10' |
REPO['pkgname']=${REPO['reponame']} |
565 |
|
REPO['fullreponame']='Libreswan' |
566 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
567 |
REPO['Visible']='no' |
REPO['Visible']='yes' |
568 |
REPO['status']='disabled' |
REPO['status']='disabled' |
569 |
REPO['BaseURL']='https://rpm.nodesource.com/pub_10.x/el/$releasever/$basearch/' |
REPO['BaseURL']='http://download.libreswan.org/binaries/rhel/$releasever/$basearch/' |
570 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
571 |
REPO['GPGCheck']='no' |
REPO['GPGCheck']='yes' |
572 |
REPO['GPGKey']='https://deb.nodesource.com/gpgkey/nodesource.gpg.key' |
REPO['GPGKey']='http://download.libreswan.org/binaries/RPM-GPG-KEY-libreswan' |
573 |
REPO['Exclude']='' |
REPO['Exclude']='' |
574 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
575 |
createrepo |
createrepo |
576 |
|
|
577 |
|
|
578 |
##################### |
##################### |
579 |
##################### |
##################### |
580 |
# NodeJS 11 |
# NodeJS 4 |
581 |
##################### |
##################### |
582 |
##################### |
##################### |
583 |
REPO['reponame']='node11' |
for nodever in "4" "5" "6" "7" "8" "9" "10" "11" "12" "13" "14" "15" "16" "17"; do |
584 |
REPO['fullreponame']='NodeJS 11' |
REPO['reponame']="node$nodever" |
585 |
|
REPO['pkgname']='node' |
586 |
|
REPO['fullreponame']="NodeJS $nodever" |
587 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
588 |
REPO['Visible']='no' |
REPO['Visible']='yes' |
589 |
REPO['status']='disabled' |
REPO['status']='disabled' |
590 |
REPO['BaseURL']='https://rpm.nodesource.com/pub_11.x/el/$releasever/$basearch/' |
REPO['BaseURL']="https://rpm.nodesource.com/pub_$nodever.x/el/\$releasever/\$basearch/" |
591 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
592 |
REPO['GPGCheck']='no' |
REPO['GPGCheck']='yes' |
593 |
REPO['GPGKey']='https://deb.nodesource.com/gpgkey/nodesource.gpg.key' |
REPO['GPGKey']='https://rpm.nodesource.com/pub/el/NODESOURCE-GPG-SIGNING-KEY-EL' |
594 |
|
#'https://deb.nodesource.com/gpgkey/nodesource.gpg.key' |
595 |
|
#'https://rpm.nodesource.com/pub/el/NODESOURCE-GPG-SIGNING-KEY-EL' |
596 |
REPO['Exclude']='' |
REPO['Exclude']='' |
597 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
598 |
createrepo |
createrepo |
599 |
|
done |
600 |
|
|
601 |
|
|
602 |
if ( "%{?dist}" == "el7" ); then |
if ( "%{?dist}" == "el7" ); then |
606 |
##################### |
##################### |
607 |
##################### |
##################### |
608 |
REPO['reponame']='odoo10-nightly' |
REPO['reponame']='odoo10-nightly' |
609 |
|
REPO['pkgname']='odoo' |
610 |
REPO['fullreponame']='Odoo 10 Nightly - EL7' |
REPO['fullreponame']='Odoo 10 Nightly - EL7' |
611 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
612 |
REPO['Visible']='no' |
REPO['Visible']='yes' |
613 |
REPO['status']='disabled' |
REPO['status']='disabled' |
614 |
REPO['BaseURL']='http://nightly.odoo.com/10.0/nightly/rpm/' |
REPO['BaseURL']='http://nightly.odoo.com/10.0/nightly/rpm/' |
615 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
625 |
##################### |
##################### |
626 |
##################### |
##################### |
627 |
REPO['reponame']='odoo9-nightly' |
REPO['reponame']='odoo9-nightly' |
628 |
|
REPO['pkgname']='odoo' |
629 |
REPO['fullreponame']='Odoo 9 Nightly - EL7' |
REPO['fullreponame']='Odoo 9 Nightly - EL7' |
630 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
631 |
REPO['Visible']='no' |
REPO['Visible']='yes' |
632 |
REPO['status']='disabled' |
REPO['status']='disabled' |
633 |
REPO['BaseURL']='http://nightly.odoo.com/9.0/nightly/rpm/' |
REPO['BaseURL']='http://nightly.odoo.com/9.0/nightly/rpm/' |
634 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
645 |
##################### |
##################### |
646 |
##################### |
##################### |
647 |
REPO['reponame']='okay' |
REPO['reponame']='okay' |
648 |
|
REPO['pkgname']=${REPO['reponame']} |
649 |
REPO['fullreponame']='Extra OKay Packages for Enterprise Linux - Freeswitch and FusionPBX' |
REPO['fullreponame']='Extra OKay Packages for Enterprise Linux - Freeswitch and FusionPBX' |
650 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
651 |
REPO['Visible']='no' |
REPO['Visible']='yes' |
652 |
REPO['status']='disabled' |
REPO['status']='disabled' |
653 |
REPO['BaseURL']='http://repo.okay.com.mx/centos/$releasever/$basearch/release' |
REPO['BaseURL']='http://repo.okay.com.mx/centos/$releasever/$basearch/release' |
654 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
664 |
##################### |
##################### |
665 |
##################### |
##################### |
666 |
REPO['reponame']='openfusion' |
REPO['reponame']='openfusion' |
667 |
|
REPO['pkgname']=${REPO['reponame']} |
668 |
REPO['fullreponame']='Openfusion' |
REPO['fullreponame']='Openfusion' |
669 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
670 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
673 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
674 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
675 |
REPO['GPGKey']='http://repo.openfusion.net/RPM-GPG-KEY-openfusion' |
REPO['GPGKey']='http://repo.openfusion.net/RPM-GPG-KEY-openfusion' |
676 |
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' |
677 |
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' |
678 |
|
createrepo |
679 |
|
|
680 |
|
##################### |
681 |
|
##################### |
682 |
|
# Postgresql |
683 |
|
##################### |
684 |
|
##################### |
685 |
|
for pgsqlver in "9.6" "10" "11" "12" "13"; do |
686 |
|
REPO['reponame']="pgsql$pgsqlver" |
687 |
|
REPO['pkgname']='pgsql' |
688 |
|
REPO['fullreponame']="Postgresql $pgsqlver" |
689 |
|
REPO['EnableGroups']='no' |
690 |
|
REPO['Visible']='yes' |
691 |
|
REPO['status']='disabled' |
692 |
|
REPO['BaseURL']='https://yum.postgresql.org/'.$pgsqlver.'/redhat/rhel-$releasever-$basearch/' |
693 |
|
REPO['MirrorList']='' |
694 |
|
REPO['GPGCheck']='yes' |
695 |
|
ext=$pgsqlver; |
696 |
|
[[ "$pgsqlver" == "9.6" ]] && ext="96"; |
697 |
|
REPO['GPGKey']='https://download.postgresql.org/pub/repos/yum/RPM-GPG-KEY-PGDG-'.$ext |
698 |
|
REPO['Exclude']='' |
699 |
|
REPO['IncludePkgs']='' |
700 |
|
createrepo |
701 |
|
|
702 |
|
|
703 |
|
REPO['reponame']="pgsql$pgsqlver-nonfree" |
704 |
|
REPO['pkgname']='pgsql' |
705 |
|
REPO['fullreponame']="Postgresql $pgsqlver non free" |
706 |
|
REPO['EnableGroups']='no' |
707 |
|
REPO['Visible']='yes' |
708 |
|
REPO['status']='disabled' |
709 |
|
REPO['BaseURL']='https://download.postgresql.org/pub/repos/yum/non-free/'.$pgsqlver.'/redhat/rhel-$releasever-$basearch/' |
710 |
|
REPO['MirrorList']='' |
711 |
|
REPO['GPGCheck']='yes' |
712 |
|
ext=$pgsqlver; |
713 |
|
[[ "$pgsqlver" == "9.6" ]] && ext="96"; |
714 |
|
REPO['GPGKey']='https://download.postgresql.org/pub/repos/yum/RPM-GPG-KEY-PGDG-'.$ext |
715 |
|
REPO['Exclude']='' |
716 |
|
REPO['IncludePkgs']='' |
717 |
createrepo |
createrepo |
718 |
|
|
719 |
|
REPO['reponame']="pgsql$pgsqlver-common" |
720 |
|
REPO['pkgname']='pgsql' |
721 |
|
REPO['fullreponame']="Postgresql $pgsqlver non free" |
722 |
|
REPO['EnableGroups']='no' |
723 |
|
REPO['Visible']='yes' |
724 |
|
REPO['status']='disabled' |
725 |
|
REPO['BaseURL']='https://download.postgresql.org/pub/repos/yum/common/'.$pgsqlver.'/redhat/rhel-$releasever-$basearch/' |
726 |
|
REPO['MirrorList']='' |
727 |
|
REPO['GPGCheck']='yes' |
728 |
|
ext=$pgsqlver; |
729 |
|
[[ "$pgsqlver" == "9.6" ]] && ext="96"; |
730 |
|
REPO['GPGKey']='https://download.postgresql.org/pub/repos/yum/RPM-GPG-KEY-PGDG-'.$ext |
731 |
|
REPO['Exclude']='' |
732 |
|
REPO['IncludePkgs']='' |
733 |
|
createrepo |
734 |
|
|
735 |
|
done |
736 |
|
|
737 |
##################### |
##################### |
738 |
##################### |
##################### |
739 |
# Reetspetit |
# Reetspetit |
740 |
##################### |
##################### |
741 |
##################### |
##################### |
742 |
REPO['reponame']='reetp' |
REPO['reponame']='reetp' |
743 |
|
REPO['pkgname']=${REPO['reponame']} |
744 |
REPO['fullreponame']='Mirror John Crisp reetspetit.com' |
REPO['fullreponame']='Mirror John Crisp reetspetit.com' |
745 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
746 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
759 |
##################### |
##################### |
760 |
##################### |
##################### |
761 |
REPO['reponame']='remi' |
REPO['reponame']='remi' |
762 |
|
REPO['pkgname']='remi-unsafe' |
763 |
REPO['fullreponame']='Remi - EL unsafe, will conflict with your base rpms' |
REPO['fullreponame']='Remi - EL unsafe, will conflict with your base rpms' |
764 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
765 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
778 |
##################### |
##################### |
779 |
##################### |
##################### |
780 |
REPO['reponame']='remi-ocsinventory' |
REPO['reponame']='remi-ocsinventory' |
781 |
|
REPO['pkgname']=${REPO['reponame']} |
782 |
REPO['fullreponame']='Remi ocsinventory - EL' |
REPO['fullreponame']='Remi ocsinventory - EL' |
783 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
784 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
797 |
##################### |
##################### |
798 |
##################### |
##################### |
799 |
REPO['reponame']='remi-roundcube' |
REPO['reponame']='remi-roundcube' |
800 |
|
REPO['pkgname']=${REPO['reponame']} |
801 |
REPO['fullreponame']='Remi Roundcube - EL' |
REPO['fullreponame']='Remi Roundcube - EL' |
802 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
803 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
817 |
##################### |
##################### |
818 |
##################### |
##################### |
819 |
REPO['reponame']='rpmfusion' |
REPO['reponame']='rpmfusion' |
820 |
|
REPO['pkgname']=${REPO['reponame']} |
821 |
REPO['fullreponame']='rpmfusion free EL' |
REPO['fullreponame']='rpmfusion free EL' |
822 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
823 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
836 |
##################### |
##################### |
837 |
##################### |
##################### |
838 |
REPO['reponame']='rpmfusion-nonfree' |
REPO['reponame']='rpmfusion-nonfree' |
839 |
|
REPO['pkgname']='rpmfusion' |
840 |
REPO['fullreponame']='rpmfusion nonfree EL' |
REPO['fullreponame']='rpmfusion nonfree EL' |
841 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
842 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
855 |
##################### |
##################### |
856 |
##################### |
##################### |
857 |
REPO['reponame']='sogo' |
REPO['reponame']='sogo' |
858 |
|
REPO['pkgname']=${REPO['reponame']} |
859 |
REPO['fullreponame']='Inverse SOGo 2 Repository' |
REPO['fullreponame']='Inverse SOGo 2 Repository' |
860 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
861 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
874 |
##################### |
##################### |
875 |
##################### |
##################### |
876 |
REPO['reponame']='sogo3' |
REPO['reponame']='sogo3' |
877 |
|
REPO['pkgname']='sogo' |
878 |
REPO['fullreponame']='Inverse SOGo 3 Repository' |
REPO['fullreponame']='Inverse SOGo 3 Repository' |
879 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
880 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
893 |
##################### |
##################### |
894 |
##################### |
##################### |
895 |
REPO['reponame']='sogo4' |
REPO['reponame']='sogo4' |
896 |
|
REPO['pkgname']='sogo' |
897 |
REPO['fullreponame']='Inverse SOGo 4 Repository' |
REPO['fullreponame']='Inverse SOGo 4 Repository' |
898 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
899 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
912 |
##################### |
##################### |
913 |
##################### |
##################### |
914 |
REPO['reponame']='sogo-subscription' |
REPO['reponame']='sogo-subscription' |
915 |
|
REPO['pkgname']='sogo' |
916 |
REPO['fullreponame']='Inverse SOGo Repository only with subscription' |
REPO['fullreponame']='Inverse SOGo Repository only with subscription' |
917 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
918 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
931 |
##################### |
##################### |
932 |
##################### |
##################### |
933 |
REPO['reponame']='spectrum2' |
REPO['reponame']='spectrum2' |
934 |
|
REPO['pkgname']=${REPO['reponame']} |
935 |
REPO['fullreponame']='Spectrum2' |
REPO['fullreponame']='Spectrum2' |
936 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
937 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
950 |
##################### |
##################### |
951 |
##################### |
##################### |
952 |
REPO['reponame']='springdale-core' |
REPO['reponame']='springdale-core' |
953 |
|
REPO['pkgname']='springdale' |
954 |
REPO['fullreponame']='PUIAS core Base' |
REPO['fullreponame']='PUIAS core Base' |
955 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
956 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
964 |
createrepo |
createrepo |
965 |
|
|
966 |
REPO['reponame']='springdale-updates' |
REPO['reponame']='springdale-updates' |
967 |
|
REPO['pkgname']='springdale' |
968 |
REPO['fullreponame']='PUIAS core Updates' |
REPO['fullreponame']='PUIAS core Updates' |
969 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
970 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
978 |
createrepo |
createrepo |
979 |
|
|
980 |
REPO['reponame']='springdale-addons' |
REPO['reponame']='springdale-addons' |
981 |
|
REPO['pkgname']='springdale' |
982 |
REPO['fullreponame']='PUIAS Addons' |
REPO['fullreponame']='PUIAS Addons' |
983 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
984 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
992 |
createrepo |
createrepo |
993 |
|
|
994 |
REPO['reponame']='springdale-addons-updates' |
REPO['reponame']='springdale-addons-updates' |
995 |
|
REPO['pkgname']='springdale' |
996 |
REPO['fullreponame']='PUIAS Addons Updates' |
REPO['fullreponame']='PUIAS Addons Updates' |
997 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
998 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
1007 |
|
|
1008 |
|
|
1009 |
REPO['reponame']='springdale-unsupported' |
REPO['reponame']='springdale-unsupported' |
1010 |
|
REPO['pkgname']='springdale' |
1011 |
REPO['fullreponame']='PUIAS Unsupported' |
REPO['fullreponame']='PUIAS Unsupported' |
1012 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
1013 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
1021 |
createrepo |
createrepo |
1022 |
|
|
1023 |
REPO['reponame']='springdale-computational' |
REPO['reponame']='springdale-computational' |
1024 |
|
REPO['pkgname']='springdale' |
1025 |
REPO['fullreponame']='PUIAS Computational' |
REPO['fullreponame']='PUIAS Computational' |
1026 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
1027 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
1043 |
##################### |
##################### |
1044 |
##################### |
##################### |
1045 |
REPO['reponame']='stephdl' |
REPO['reponame']='stephdl' |
1046 |
|
REPO['pkgname']=${REPO['reponame']} |
1047 |
REPO['fullreponame']='Mirror Stephane de Labrusse' |
REPO['fullreponame']='Mirror Stephane de Labrusse' |
1048 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
1049 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
1062 |
##################### |
##################### |
1063 |
##################### |
##################### |
1064 |
REPO['reponame']='virtualbox' |
REPO['reponame']='virtualbox' |
1065 |
|
REPO['pkgname']=${REPO['reponame']} |
1066 |
REPO['fullreponame']='RHEL/CentOS VirtualBox' |
REPO['fullreponame']='RHEL/CentOS VirtualBox' |
1067 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
1068 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
1081 |
##################### |
##################### |
1082 |
##################### |
##################### |
1083 |
REPO['reponame']='webtatic' |
REPO['reponame']='webtatic' |
1084 |
|
REPO['pkgname']=${REPO['reponame']} |
1085 |
REPO['fullreponame']='webtatic - EL' |
REPO['fullreponame']='webtatic - EL' |
1086 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
1087 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
1104 |
##################### |
##################### |
1105 |
##################### |
##################### |
1106 |
REPO['reponame']='xymon' |
REPO['reponame']='xymon' |
1107 |
|
REPO['pkgname']=${REPO['reponame']} |
1108 |
REPO['fullreponame']='Xymon Terabithia RPMS - EL' |
REPO['fullreponame']='Xymon Terabithia RPMS - EL' |
1109 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
1110 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
1122 |
#Zabbix2.4 |
#Zabbix2.4 |
1123 |
##################### |
##################### |
1124 |
##################### |
##################### |
1125 |
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' ) |
1126 |
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 |
1127 |
REPO['reponame']="zabbix${zabshort[$elasver]}" |
REPO['reponame']="zabbix${zabshort[$elasver]}" |
1128 |
|
REPO['pkgname']='zabbix' |
1129 |
REPO['fullreponame']="Zabbix $elasver Official Repository" |
REPO['fullreponame']="Zabbix $elasver Official Repository" |
1130 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
1131 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
1133 |
REPO['BaseURL']="http://repo.zabbix.com/zabbix/$elasver/rhel/\$releasever/\$basearch/" |
REPO['BaseURL']="http://repo.zabbix.com/zabbix/$elasver/rhel/\$releasever/\$basearch/" |
1134 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
1135 |
REPO['GPGCheck']='yes' |
REPO['GPGCheck']='yes' |
1136 |
REPO['GPGKey']="http://repo.zabbix.com/RPM-GPG-KEY-ZABBIX" |
REPO['GPGKey']="http://repo.zabbix.com/RPM-GPG-KEY-ZABBIX-A14FE591" |
1137 |
|
REPO['Exclude']='' |
1138 |
|
REPO['IncludePkgs']='' |
1139 |
|
createrepo |
1140 |
|
done |
1141 |
|
|
1142 |
|
# webfront sclo |
1143 |
|
for elasver in '5.0' '5.1'; do |
1144 |
|
REPO['reponame']="zabbix${zabshort[$elasver]}-frontend" |
1145 |
|
REPO['pkgname']='zabbix' |
1146 |
|
REPO['fullreponame']="Zabbix $elasver Official Repository" |
1147 |
|
REPO['EnableGroups']='no' |
1148 |
|
REPO['Visible']='yes' |
1149 |
|
REPO['status']='disabled' |
1150 |
|
REPO['BaseURL']="http://repo.zabbix.com/zabbix/$elasver/rhel/\$releasever/\$basearch/frontend/" |
1151 |
|
REPO['MirrorList']='' |
1152 |
|
REPO['GPGCheck']='yes' |
1153 |
|
REPO['GPGKey']="http://repo.zabbix.com/RPM-GPG-KEY-ZABBIX-A14FE591" |
1154 |
REPO['Exclude']='' |
REPO['Exclude']='' |
1155 |
REPO['IncludePkgs']='' |
REPO['IncludePkgs']='' |
1156 |
createrepo |
createrepo |
1157 |
done |
done |
1158 |
|
|
1159 |
|
|
1160 |
|
|
1161 |
##################### |
##################### |
1162 |
##################### |
##################### |
1163 |
#zmrepo |
#zmrepo |
1164 |
##################### |
##################### |
1165 |
##################### |
##################### |
1166 |
REPO['reponame']='zmrepo' |
REPO['reponame']='zmrepo' |
1167 |
|
REPO['pkgname']=${REPO['reponame']} |
1168 |
REPO['fullreponame']='ZoneMinder Repo - EL' |
REPO['fullreponame']='ZoneMinder Repo - EL' |
1169 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
1170 |
REPO['Visible']='yes' |
REPO['Visible']='yes' |
1215 |
|
|
1216 |
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 |
1217 |
{ |
{ |
1218 |
my @add = split(/[,; ]+/, ''); |
my @add = split(/[,; ]+/, 'pwauth'); |
1219 |
my %remove = map { $_ => 1 } split(/[,; ]+/, 'gnustep-*,gnustep*,gnustep-base,gnustep-make'); |
my %remove = map { $_ => 1 } split(/[,; ]+/, 'gnustep-*,gnustep*,gnustep-base,gnustep-make'); |
1220 |
|
|
1221 |
for my $name ( qw(epel) ) |
for my $name ( qw(epel) ) |
1258 |
|
|
1259 |
EOF |
EOF |
1260 |
|
|
|
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 |
|
1261 |
|
|
1262 |
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 |
1263 |
{ |
{ |
1264 |
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"); |
1265 |
my %removeexclude = map { $_ => 1 } split(/[,; ]+/, 'perl-version'); |
my %removeexclude = map { $_ => 1 } split(/[,; ]+/, 'perl-version'); |
1266 |
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"); |
1267 |
|
|
1268 |
my %removeinclude = map { $_ => 1 } split(/[,; ]+/, ''); |
my %removeinclude = map { $_ => 1 } split(/[,; ]+/, ''); |
1269 |
|
|
1270 |
for my $name ( qw(openfusion) ) |
for my $name ( qw(openfusion) ) |
1316 |
|
|
1317 |
rm -f %{name}-%{version}-filelist* |
rm -f %{name}-%{version}-filelist* |
1318 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist |
1319 |
|
cat %{name}-%{version}-filelist|grep asterisk > %{name}-%{version}-filelist-asterisk |
1320 |
cat %{name}-%{version}-filelist| grep atomic > %{name}-%{version}-filelist-atomic |
cat %{name}-%{version}-filelist| grep atomic > %{name}-%{version}-filelist-atomic |
1321 |
|
cat %{name}-%{version}-filelist| grep bareos > %{name}-%{version}-filelist-bareos |
1322 |
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 |
|
1323 |
cat %{name}-%{version}-filelist| grep egroupware > %{name}-%{version}-filelist-egroupware |
cat %{name}-%{version}-filelist| grep egroupware > %{name}-%{version}-filelist-egroupware |
1324 |
cat %{name}-%{version}-filelist| grep elastic > %{name}-%{version}-filelist-elastic |
cat %{name}-%{version}-filelist| grep elastic > %{name}-%{version}-filelist-elastic |
1325 |
cat %{name}-%{version}-filelist| grep elrepo > %{name}-%{version}-filelist-elrepo |
cat %{name}-%{version}-filelist| grep elrepo > %{name}-%{version}-filelist-elrepo |
1327 |
cat %{name}-%{version}-filelist| grep erlang > %{name}-%{version}-filelist-erlang |
cat %{name}-%{version}-filelist| grep erlang > %{name}-%{version}-filelist-erlang |
1328 |
cat %{name}-%{version}-filelist| grep freeswitch > %{name}-%{version}-filelist-freeswitch |
cat %{name}-%{version}-filelist| grep freeswitch > %{name}-%{version}-filelist-freeswitch |
1329 |
cat %{name}-%{version}-filelist| grep fws > %{name}-%{version}-filelist-fws |
cat %{name}-%{version}-filelist| grep fws > %{name}-%{version}-filelist-fws |
1330 |
cat %{name}-%{version}-filelist| grep geekery > %{name}-%{version}-filelist-geekery |
cat %{name}-%{version}-filelist| grep fusioninventory-agent > %{name}-%{version}-filelist-fusioninventory-agent |
1331 |
|
cat %{name}-%{version}-filelist| grep lemonldap > %{name}-%{version}-filelist-lemonldap |
1332 |
cat %{name}-%{version}-filelist| grep libreswan > %{name}-%{version}-filelist-libreswan |
cat %{name}-%{version}-filelist| grep libreswan > %{name}-%{version}-filelist-libreswan |
1333 |
if ( "%{?dist}" == "el7" ); then |
if ( "%{?dist}" == "el7" ); then |
1334 |
cat %{name}-%{version}-filelist| grep odoo > %{name}-%{version}-filelist-odoo |
cat %{name}-%{version}-filelist| grep odoo > %{name}-%{version}-filelist-odoo |
1337 |
cat %{name}-%{version}-filelist| grep openfusion > %{name}-%{version}-filelist-openfusion |
cat %{name}-%{version}-filelist| grep openfusion > %{name}-%{version}-filelist-openfusion |
1338 |
cat %{name}-%{version}-filelist| grep node > %{name}-%{version}-filelist-node |
cat %{name}-%{version}-filelist| grep node > %{name}-%{version}-filelist-node |
1339 |
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 |
|
1340 |
cat %{name}-%{version}-filelist| grep remi-ocsinventory > %{name}-%{version}-filelist-remi-ocsinventory |
cat %{name}-%{version}-filelist| grep remi-ocsinventory > %{name}-%{version}-filelist-remi-ocsinventory |
1341 |
cat %{name}-%{version}-filelist| grep remi-roundcube > %{name}-%{version}-filelist-remi-roundcube |
cat %{name}-%{version}-filelist| grep remi-roundcube > %{name}-%{version}-filelist-remi-roundcube |
1342 |
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 |
1343 |
cat %{name}-%{version}-filelist| grep rpmfusion > %{name}-%{version}-filelist-rpmfusion |
cat %{name}-%{version}-filelist| grep rpmfusion > %{name}-%{version}-filelist-rpmfusion |
1344 |
cat %{name}-%{version}-filelist| grep sogo > %{name}-%{version}-filelist-sogo |
cat %{name}-%{version}-filelist| grep sogo > %{name}-%{version}-filelist-sogo |
1345 |
cat %{name}-%{version}-filelist| grep spectrum2 > %{name}-%{version}-filelist-spectrum2 |
cat %{name}-%{version}-filelist| grep spectrum2 > %{name}-%{version}-filelist-spectrum2 |
1350 |
cat %{name}-%{version}-filelist| grep xymon > %{name}-%{version}-filelist-xymon |
cat %{name}-%{version}-filelist| grep xymon > %{name}-%{version}-filelist-xymon |
1351 |
cat %{name}-%{version}-filelist| grep zabbix > %{name}-%{version}-filelist-zabbix |
cat %{name}-%{version}-filelist| grep zabbix > %{name}-%{version}-filelist-zabbix |
1352 |
cat %{name}-%{version}-filelist| grep zmrepo > %{name}-%{version}-filelist-zmrepo |
cat %{name}-%{version}-filelist| grep zmrepo > %{name}-%{version}-filelist-zmrepo |
1353 |
|
cat %{name}-%{version}-filelist| grep pgsql > %{name}-%{version}-filelist-pgsql |
1354 |
%clean |
%clean |
1355 |
cd .. |
cd .. |
1356 |
rm -rf %{name}-%{version} |
rm -rf %{name}-%{version} |
1377 |
# this is an upgrade |
# this is an upgrade |
1378 |
;; |
;; |
1379 |
esac |
esac |
1380 |
|
%package asterisk |
1381 |
|
Summary: Asterisk Repository tucny.com |
1382 |
|
%description asterisk |
1383 |
|
Asterisk Repository tucny.com |
1384 |
|
%files asterisk -f %{name}-%{version}-filelist-asterisk |
1385 |
|
%defattr(-,root,root) |
1386 |
|
|
1387 |
%package atomic |
%package atomic |
1388 |
Summary: Atomic Repository |
Summary: Atomic Repository |
1389 |
%description atomic |
%description atomic |
1391 |
%files atomic -f %{name}-%{version}-filelist-atomic |
%files atomic -f %{name}-%{version}-filelist-atomic |
1392 |
%defattr(-,root,root) |
%defattr(-,root,root) |
1393 |
|
|
1394 |
|
%package bareos |
1395 |
|
Summary: Backup Archiving Recovery Open Sourced |
1396 |
|
%description bareos |
1397 |
|
Backup Archiving Recovery Open Sourced repository |
1398 |
|
%files bareos -f %{name}-%{version}-filelist-bareos |
1399 |
|
%defattr(-,root,root) |
1400 |
|
|
1401 |
%package centos-sclo |
%package centos-sclo |
1402 |
Summary: CentOS Red-Hat software collection repository |
Summary: CentOS Red-Hat software collection repository |
1403 |
%description centos-sclo |
%description centos-sclo |
1405 |
%files centos-sclo -f %{name}-%{version}-filelist-centos-sclo |
%files centos-sclo -f %{name}-%{version}-filelist-centos-sclo |
1406 |
%defattr(-,root,root) |
%defattr(-,root,root) |
1407 |
|
|
|
%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) |
|
|
|
|
1408 |
%package egroupware |
%package egroupware |
1409 |
Summary: Repository for eGroupWare |
Summary: Repository for eGroupWare |
1410 |
%description egroupware |
%description egroupware |
1454 |
%files fws -f %{name}-%{version}-filelist-fws |
%files fws -f %{name}-%{version}-filelist-fws |
1455 |
%defattr(-,root,root) |
%defattr(-,root,root) |
1456 |
|
|
1457 |
%package geekery |
%package fusioninventory-agent |
1458 |
Summary: Geekery Repository |
Summary: Copr repo for fusioninventory-agent owned by trasher |
1459 |
%description geekery |
%description fusioninventory-agent |
1460 |
Geekery Repository |
Copr repo for fusioninventory-agent owned by trasher |
1461 |
%files geekery -f %{name}-%{version}-filelist-geekery |
%files fusioninventory-agent -f %{name}-%{version}-filelist-fusioninventory-agent |
1462 |
|
%defattr(-,root,root) |
1463 |
|
|
1464 |
|
%package lemonldap |
1465 |
|
Summary: Lemonldap NG Repository |
1466 |
|
%description lemonldap |
1467 |
|
LemonLDAP::NG Repository |
1468 |
|
%files lemonldap -f %{name}-%{version}-filelist-lemonldap |
1469 |
%defattr(-,root,root) |
%defattr(-,root,root) |
1470 |
|
|
1471 |
%package libreswan |
%package libreswan |
1505 |
%files openfusion -f %{name}-%{version}-filelist-openfusion |
%files openfusion -f %{name}-%{version}-filelist-openfusion |
1506 |
%defattr(-,root,root) |
%defattr(-,root,root) |
1507 |
|
|
1508 |
|
%package pgsql |
1509 |
|
Summary: PostGreSQL Repositories |
1510 |
|
%description pgsql |
1511 |
|
PostGreSQL Repositories |
1512 |
|
%files pgsql -f %{name}-%{version}-filelist-pgsql |
1513 |
|
%defattr(-,root,root) |
1514 |
|
|
1515 |
%package reetp |
%package reetp |
1516 |
Summary: Mirror John Crisp reetspetit.com |
Summary: Mirror John Crisp reetspetit.com |
1517 |
%description reetp |
%description reetp |
1519 |
%files reetp -f %{name}-%{version}-filelist-reetp |
%files reetp -f %{name}-%{version}-filelist-reetp |
1520 |
%defattr(-,root,root) |
%defattr(-,root,root) |
1521 |
|
|
|
%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) |
|
|
|
|
1522 |
%package remi-ocsinventory |
%package remi-ocsinventory |
1523 |
Summary: Remi repository filtered to install OCSinventory |
Summary: Remi repository filtered to install OCSinventory |
1524 |
%description remi-ocsinventory |
%description remi-ocsinventory |