[cpp-linbuild] 01/07: Generate repo metadata for SRPMS
John W. O'Brien
john at saltant.com
Tue Jul 29 19:54:13 UTC 2025
This is an automated email from the git hooks/post-receive script.
obrienjw pushed a commit to branch main
in repository cpp-linbuild.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-linbuild.git;a=commit;h=68faab49d3d7314082356da7202c185e5dfb33b7
commit 68faab49d3d7314082356da7202c185e5dfb33b7
Author: John W. O'Brien <john at saltant.com>
AuthorDate: Fri Jul 18 14:34:31 2025 +0000
Generate repo metadata for SRPMS
RHEL 10 and Rocky Linux 10 have started expecting repodata to be
available for SRPMS.
---
common/build.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/common/build.sh b/common/build.sh
index 85c3665..1823abf 100644
--- a/common/build.sh
+++ b/common/build.sh
@@ -36,3 +36,4 @@ rpmspec -q --srpm ${component}.spec > ${EXT_BASE}/out/${component}.srpm
# Generate/update local RPM repository
createrepo ${localrepo}
+createrepo ${EXT_BASE}/out/SRPMS
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list