Fri, 27 Jun 2025 01:04:44 CST | login

Information for build create-fake-rpm-5-2.oc9

ID35553
Package Namecreate-fake-rpm
Version5
Release2.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/create-fake-rpm.git?.#c95de80f5e6ed7b45bb7446e2b2e167a18847596
SummaryGenerate fake (S)RPM
DescriptionA tool to generate an (s)rpm with faked provides. It may be useful when you install some library/module/application manually - without having an RPM package. E.g., when you pip install somepackage And when some RPM package `Requires: python-somepackage` then /usr/bin/rpm refuses to install such package, because `python-somepackage` is not present on your system. RPMDB does not know what you know. So you can run: create-fake-rpm --build python-somepackage python3dist(somepackage) This create package `fake-python-somepackage-0-0.noarch.rpm` which provides: "python-somepackage" and "python3dist(somepackage)". You can install it using: dnf install fake-python-somepackage-0-0.noarch.rpm
Built bybbrucezhang
State complete
Volume DEFAULT
StartedThu, 12 Jun 2025 17:21:39 CST
CompletedThu, 12 Jun 2025 17:25:42 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/create-fake-rpm.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/create-fake-rpm.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
create-fake-rpm-5-2.oc9.src.rpm (info) (download)
noarch
create-fake-rpm-5-2.oc9.noarch.rpm (info) (download)
Logs
noarch
dnf.rpm.log
build.log
dnf.librepo.log
hw_info.log
dnf.log
mock_output.log
state.log
root.log
installed_pkgs.log
mock_config.log
noarch_rpmdiff.json
Changelog * Wed Jun 04 2025 bbrucezhang <bbrucezhang@tencent.com> - 5-2 - Rebuilt for loongarch64 * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 5-1 - initial build