From 6016bf5362719105b4fbf79b903def6722072346 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 22 Aug 2023 15:11:06 +0200 Subject: Fedora 39 helpers --- mkallrepo | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'mkallrepo') diff --git a/mkallrepo b/mkallrepo index 016616d..fc92c51 100755 --- a/mkallrepo +++ b/mkallrepo @@ -10,7 +10,7 @@ TMPSIG2023=$(mktemp -t XXXXXXXX.2023) cd /home/rpmbuild/site/rpms -for dep in fedora/{34,35,36,37,38}/*/{i386,x86_64} enterprise/{7,8,9}/*/{i386,x86_64,armhfp,aarch64} +for dep in fedora/{36,37,38,39}/*/{i386,x86_64} enterprise/{7,8,9}/*/{i386,x86_64,armhfp,aarch64} do [[ $dep =~ /modular ]] && continue [[ $dep =~ /debug-modular ]] && continue @@ -53,6 +53,7 @@ if [ -s $TMPSIG ]; then # 2023 grep src.rpm $TMPSIG > $TMPSIG2023 grep fc38 $TMPSIG >> $TMPSIG2023 + grep fc39 $TMPSIG >> $TMPSIG2023 if [ -s $TMPSIG2023 ]; then echo "== Signature des $(cat $TMPSIG2023 | wc -l) nouveaux RPM (2023) ==" @@ -107,7 +108,7 @@ then echo "== Création des liens (noarch) ==" else echo "Rien à lier." fi -for dep in SRPMS fedora/{34,35,36,37,38}/*/{i386,x86_64} enterprise/{7,8,9}/*/{i386,x86_64,armhfp,aarch64} +for dep in SRPMS fedora/{36,37,38,39}/*/{i386,x86_64} enterprise/{7,8,9}/*/{i386,x86_64,armhfp,aarch64} do [[ $dep =~ /modular ]] && continue [[ $dep =~ /debug-modular ]] && continue -- cgit