summaryrefslogtreecommitdiffstats
path: root/mkallrepo
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-09-01 15:51:30 +0200
committerRemi Collet <remi@php.net>2025-09-01 15:51:30 +0200
commit0adbe12cbea11c6357631b3cc7369ea92e0c0741 (patch)
treeee98d4a56b336ba0640e7137aa6b0e1ba77410bd /mkallrepo
parentcc645180fff37dae450dba3082aa5cbfbe0d3bfe (diff)
F43 helpersHEADmaster
Diffstat (limited to 'mkallrepo')
-rwxr-xr-xmkallrepo5
1 files changed, 3 insertions, 2 deletions
diff --git a/mkallrepo b/mkallrepo
index 6fbb62c..49dd5f9 100755
--- a/mkallrepo
+++ b/mkallrepo
@@ -11,7 +11,7 @@ TMPSIG2025=$(mktemp -t XXXXXXXX.2025)
cd /home/rpmbuild/site/rpms
-for dep in fedora/{41,42}/*/{i386,x86_64,aarch64} enterprise/{8,9,10}/*/{x86_64,aarch64}
+for dep in fedora/{41,42,43}/*/{i386,x86_64,aarch64} enterprise/{8,9,10}/*/{x86_64,aarch64}
do
[[ $dep =~ /modular ]] && continue
[[ $dep =~ /debug-modular ]] && continue
@@ -57,6 +57,7 @@ if [ -s $TMPSIG ]; then
# 2025
grep src.rpm $TMPSIG > $TMPSIG2025
grep fc42 $TMPSIG >> $TMPSIG2025
+ grep fc43 $TMPSIG >> $TMPSIG2025
if [ -s $TMPSIG2025 ]; then
echo "== Signature des $(cat $TMPSIG2025 | wc -l) nouveaux RPM (2025) =="
@@ -118,7 +119,7 @@ then echo "== Création des liens (noarch) =="
else echo "Rien à lier."
fi
-for dep in SRPMS fedora/{41,42}/*/{i386,x86_64,aarch64} enterprise/{8,9,10}/*/{x86_64,aarch64}
+for dep in SRPMS fedora/{41,42,43}/*/{i386,x86_64,aarch64} enterprise/{8,9,10}/*/{x86_64,aarch64}
do
[[ $dep =~ /modular ]] && continue
[[ $dep =~ /debug-modular ]] && continue