1 |
%define name smeserver-extrarepositories |
%define name smeserver-extrarepositories |
2 |
%define version 0.1 |
%define version 0.1 |
3 |
%define release 32 |
%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} |
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 |
|
* 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 |
* Wed Jun 30 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 0.1-32.sme |
38 |
- Requires e-smith >= 10 |
- Requires e-smith >= 10 |
39 |
- exclude pwauh from EPEL [SME: 11639] |
- exclude pwauh from EPEL [SME: 11639] |
183 |
} |
} |
184 |
|
|
185 |
|
|
186 |
|
##################### |
187 |
|
##################### |
188 |
|
# asterisk |
189 |
|
##################### |
190 |
|
##################### |
191 |
|
for elasver in "13" "16" '17' '18' ; do |
192 |
|
REPO['reponame']="asterisk-$elasver" |
193 |
|
REPO['pkgname']='asterisk' |
194 |
|
REPO['fullreponame']="Asterisk $elasver (LTS) Packages @ tucny.com" |
195 |
|
REPO['EnableGroups']='no' |
196 |
|
REPO['Visible']='yes' |
197 |
|
REPO['status']='disabled' |
198 |
|
REPO['BaseURL']=""#https://ast.tucny.com/repo/asterisk-$elasver/el\$releasever/\$basearch/ |
199 |
|
REPO['MirrorList']="https://ast.tucny.com/mirrorlist.php?release=\$releasever&arch=\$basearch&repo=asterisk-$elasver" |
200 |
|
REPO['GPGCheck']='yes' |
201 |
|
REPO['GPGKey']="https://ast.tucny.com/repo/RPM-GPG-KEY-dtucny" |
202 |
|
REPO['Exclude']='' |
203 |
|
REPO['IncludePkgs']='' |
204 |
|
createrepo |
205 |
|
done |
206 |
|
|
207 |
|
REPO['reponame']='asterisk-common' |
208 |
|
REPO['pkgname']='asterisk' |
209 |
|
REPO['fullreponame']='Asterisk Common Requirement Packages @ tucny.com' |
210 |
|
REPO['EnableGroups']='no' |
211 |
|
REPO['Visible']='no' |
212 |
|
REPO['status']='disabled' |
213 |
|
REPO['BaseURL']=''#https://ast.tucny.com/repo/asterisk-common/el$releasever/$basearch/ |
214 |
|
REPO['MirrorList']='https://ast.tucny.com/mirrorlist.php?release=$releasever&arch=$basearch&repo=asterisk-common' |
215 |
|
REPO['GPGCheck']='yes' |
216 |
|
REPO['GPGKey']='https://ast.tucny.com/repo/RPM-GPG-KEY-dtucny' |
217 |
|
REPO['Exclude']='' |
218 |
|
REPO['IncludePkgs']='' |
219 |
|
createrepo |
220 |
|
|
221 |
|
|
222 |
|
|
223 |
##################### |
##################### |
224 |
##################### |
##################### |
241 |
|
|
242 |
##################### |
##################### |
243 |
##################### |
##################### |
244 |
|
# BareOS |
245 |
|
##################### |
246 |
|
##################### |
247 |
|
REPO['reponame']='bareos20' |
248 |
|
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' |
265 |
|
REPO['Visible']='no' |
266 |
|
REPO['status']='disabled' |
267 |
|
REPO['BaseURL']='https://download.bareos.org/bareos/release/20/CentOS_$releasever/src' |
268 |
|
REPO['MirrorList']='' |
269 |
|
REPO['GPGCheck']='yes' |
270 |
|
REPO['GPGKey']='https://download.bareos.org/bareos/release/20/CentOS_$releasever/repodata/repomd.xml.key' |
271 |
|
REPO['Exclude']='' |
272 |
|
REPO['IncludePkgs']='' |
273 |
|
createrepo |
274 |
|
|
275 |
|
REPO['reponame']='bareos20-debuginfo' |
276 |
|
REPO['pkgname']='bareos' |
277 |
|
REPO['fullreponame']='Backup Archiving Recovery Open Sourced - Debuginfo' |
278 |
|
REPO['EnableGroups']='no' |
279 |
|
REPO['Visible']='no' |
280 |
|
REPO['status']='disabled' |
281 |
|
REPO['BaseURL']='https://download.bareos.org/bareos/release/20/CentOS_$releasever/debug' |
282 |
|
REPO['MirrorList']='' |
283 |
|
REPO['GPGCheck']='yes' |
284 |
|
REPO['GPGKey']='https://download.bareos.org/bareos/release/20/CentOS_$releasever/repodata/repomd.xml.key' |
285 |
|
REPO['Exclude']='' |
286 |
|
REPO['IncludePkgs']='' |
287 |
|
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']=${REPO['reponame']} |
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']=${REPO['reponame']} |
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' |
502 |
|
|
503 |
##################### |
##################### |
504 |
##################### |
##################### |
505 |
|
#fusion inventory |
506 |
|
##################### |
507 |
|
##################### |
508 |
|
REPO['reponame']='fusioninventory-agent' |
509 |
|
REPO['pkgname']='fusioninventory-agent' |
510 |
|
REPO['fullreponame']='Copr repo for fusioninventory-agent owned by trasher' |
511 |
|
REPO['EnableGroups']='no' |
512 |
|
REPO['Visible']='no' |
513 |
|
REPO['status']='disabled' |
514 |
|
REPO['BaseURL']='https://download.copr.fedorainfracloud.org/results/trasher/fusioninventory-agent/epel-$releasever-$basearch/' |
515 |
|
REPO['MirrorList']='' |
516 |
|
REPO['GPGCheck']='yes' |
517 |
|
REPO['GPGKey']='https://download.copr.fedorainfracloud.org/results/trasher/fusioninventory-agent/pubkey.gpg' |
518 |
|
REPO['Exclude']='' |
519 |
|
REPO['IncludePkgs']='' |
520 |
|
createrepo |
521 |
|
|
522 |
|
|
523 |
|
##################### |
524 |
|
##################### |
525 |
|
# LemonLDAP-NG |
526 |
|
##################### |
527 |
|
##################### |
528 |
|
REPO['reponame']='lemonldap-ng' |
529 |
|
REPO['pkgname']='lemonldap' |
530 |
|
REPO['fullreponame']='LemonLDAP::NG packages' |
531 |
|
REPO['EnableGroups']='no' |
532 |
|
REPO['Visible']='yes' |
533 |
|
REPO['status']='disabled' |
534 |
|
REPO['BaseURL']='https://lemonldap-ng.org/redhat/stable/$releasever/noarch' |
535 |
|
REPO['MirrorList']='' |
536 |
|
REPO['GPGCheck']='yes' |
537 |
|
REPO['GPGKey']='https://lemonldap-ng.org/_media/rpm-gpg-key-ow2' |
538 |
|
REPO['Exclude']='' |
539 |
|
REPO['IncludePkgs']='' |
540 |
|
createrepo |
541 |
|
|
542 |
|
REPO['reponame']='lemonldap-ng-extras' |
543 |
|
REPO['pkgname']='lemonldap' |
544 |
|
REPO['fullreponame']='LemonLDAP::NG extra packages' |
545 |
|
REPO['EnableGroups']='no' |
546 |
|
REPO['Visible']='yes' |
547 |
|
REPO['status']='disabled' |
548 |
|
REPO['BaseURL']='https://lemonldap-ng.org/redhat/extras/$releasever/noarch' |
549 |
|
REPO['MirrorList']='' |
550 |
|
REPO['GPGCheck']='yes' |
551 |
|
REPO['GPGKey']='https://lemonldap-ng.org/_media/rpm-gpg-key-ow2' |
552 |
|
REPO['Exclude']='' |
553 |
|
REPO['IncludePkgs']='' |
554 |
|
createrepo |
555 |
|
|
556 |
|
|
557 |
|
|
558 |
|
##################### |
559 |
|
##################### |
560 |
# Libreswan |
# Libreswan |
561 |
##################### |
##################### |
562 |
##################### |
##################### |
564 |
REPO['pkgname']=${REPO['reponame']} |
REPO['pkgname']=${REPO['reponame']} |
565 |
REPO['fullreponame']='Libreswan' |
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']='http://download.libreswan.org/binaries/rhel/$releasever/$basearch/' |
REPO['BaseURL']='http://download.libreswan.org/binaries/rhel/$releasever/$basearch/' |
570 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
580 |
# NodeJS 4 |
# NodeJS 4 |
581 |
##################### |
##################### |
582 |
##################### |
##################### |
583 |
for nodever in "4" "5" "6" "7" "8" "9" "10" "11"; do |
for nodever in "4" "5" "6" "7" "8" "9" "10" "11" "12" "13" "14" "15" "16" "17"; do |
584 |
REPO['reponame']="node$nodever" |
REPO['reponame']="node$nodever" |
585 |
REPO['pkgname']='node' |
REPO['pkgname']='node' |
586 |
REPO['fullreponame']="NodeJS $nodever" |
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_'.$nodever.'.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 |
609 |
REPO['pkgname']='odoo' |
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']='' |
628 |
REPO['pkgname']='odoo' |
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']='' |
648 |
REPO['pkgname']=${REPO['reponame']} |
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']='' |
687 |
REPO['pkgname']='pgsql' |
REPO['pkgname']='pgsql' |
688 |
REPO['fullreponame']="Postgresql $pgsqlver" |
REPO['fullreponame']="Postgresql $pgsqlver" |
689 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
690 |
REPO['Visible']='no' |
REPO['Visible']='yes' |
691 |
REPO['status']='disabled' |
REPO['status']='disabled' |
692 |
REPO['BaseURL']='https://yum.postgresql.org/'.$pgsqlver.'/redhat/rhel-$releasever-$basearch/' |
REPO['BaseURL']='https://yum.postgresql.org/'.$pgsqlver.'/redhat/rhel-$releasever-$basearch/' |
693 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
704 |
REPO['pkgname']='pgsql' |
REPO['pkgname']='pgsql' |
705 |
REPO['fullreponame']="Postgresql $pgsqlver non free" |
REPO['fullreponame']="Postgresql $pgsqlver non free" |
706 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
707 |
REPO['Visible']='no' |
REPO['Visible']='yes' |
708 |
REPO['status']='disabled' |
REPO['status']='disabled' |
709 |
REPO['BaseURL']='https://download.postgresql.org/pub/repos/yum/non-free/'.$pgsqlver.'/redhat/rhel-$releasever-$basearch/' |
REPO['BaseURL']='https://download.postgresql.org/pub/repos/yum/non-free/'.$pgsqlver.'/redhat/rhel-$releasever-$basearch/' |
710 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
720 |
REPO['pkgname']='pgsql' |
REPO['pkgname']='pgsql' |
721 |
REPO['fullreponame']="Postgresql $pgsqlver non free" |
REPO['fullreponame']="Postgresql $pgsqlver non free" |
722 |
REPO['EnableGroups']='no' |
REPO['EnableGroups']='no' |
723 |
REPO['Visible']='no' |
REPO['Visible']='yes' |
724 |
REPO['status']='disabled' |
REPO['status']='disabled' |
725 |
REPO['BaseURL']='https://download.postgresql.org/pub/repos/yum/common/'.$pgsqlver.'/redhat/rhel-$releasever-$basearch/' |
REPO['BaseURL']='https://download.postgresql.org/pub/repos/yum/common/'.$pgsqlver.'/redhat/rhel-$releasever-$basearch/' |
726 |
REPO['MirrorList']='' |
REPO['MirrorList']='' |
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' ['4.5']='45' ['5.0']='50' ['5.1']='51' ['5.2']='52' ['5.3']='53') |
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" '4.5' '5.0' '5.1' '5.2' '5.3'; 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' |
REPO['pkgname']='zabbix' |
1129 |
REPO['fullreponame']="Zabbix $elasver Official Repository" |
REPO['fullreponame']="Zabbix $elasver Official Repository" |
1139 |
createrepo |
createrepo |
1140 |
done |
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']='' |
1155 |
|
REPO['IncludePkgs']='' |
1156 |
|
createrepo |
1157 |
|
done |
1158 |
|
|
1159 |
|
|
1160 |
|
|
1161 |
##################### |
##################### |
1162 |
##################### |
##################### |
1163 |
#zmrepo |
#zmrepo |
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) ) |
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 |
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 |
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 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 |
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 |
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 fusioninventory-agent |
1458 |
|
Summary: Copr repo for fusioninventory-agent owned by trasher |
1459 |
|
%description fusioninventory-agent |
1460 |
|
Copr repo for fusioninventory-agent owned by trasher |
1461 |
|
%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) |
1470 |
|
|
1471 |
%package libreswan |
%package libreswan |
1472 |
Summary: Libreswan Repository |
Summary: Libreswan Repository |
1473 |
%description libreswan |
%description libreswan |