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

ID22680
Package Namecreate-fake-rpm
Version5
Release1.oc9
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/create-fake-rpm.git?.#f106a96a5441f7bd229a0379db00a71939f6e296
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 byfanjunkong
State complete
Volume DEFAULT
StartedMon, 03 Jun 2024 16:06:40 CST
CompletedMon, 03 Jun 2024 16:08:37 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-1.oc9.src.rpm (info) (download)
noarch
create-fake-rpm-5-1.oc9.noarch.rpm (info) (download)
Logs
noarch
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 5-1 - initial build