diff options
Diffstat (limited to 'mkallrepo')
-rwxr-xr-x | mkallrepo | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -10,7 +10,7 @@ TMPSIG2021=$(mktemp -t XXXXXXXX.2021) cd /home/rpmbuild/site/rpms -for dep in fedora/{33,34,35}/*/{i386,x86_64} enterprise/{6,7,8}/*/{i386,x86_64,armhfp,aarch64} +for dep in fedora/{33,34,35}/*/{i386,x86_64} enterprise/{7,8,9}/*/{i386,x86_64,armhfp,aarch64} do [[ $dep =~ /modular ]] && continue @@ -49,6 +49,7 @@ if [ -s $TMPSIG ]; then # 2021 grep fc34 $TMPSIG > $TMPSIG2021 grep fc35 $TMPSIG >> $TMPSIG2021 + grep el9 $TMPSIG >> $TMPSIG2021 grep src.rpm $TMPSIG >> $TMPSIG2021 if [ -s $TMPSIG2021 ]; then @@ -104,7 +105,7 @@ then echo "== Création des liens (noarch) ==" else echo "Rien à lier." fi -for dep in SRPMS fedora/{33,34,35}/*/{i386,x86_64} enterprise/{6,7,8}/*/{i386,x86_64,armhfp,aarch64} +for dep in SRPMS fedora/{33,34,35}/*/{i386,x86_64} enterprise/{7,8,9}/*/{i386,x86_64,armhfp,aarch64} do [[ $dep =~ /modular ]] && continue |