Information for build create-fake-rpm-5-1.ocs23
ID | 7510 | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Package Name | create-fake-rpm | |||||||||||||||
Version | 5 | |||||||||||||||
Release | 1.ocs23 | |||||||||||||||
Epoch | ||||||||||||||||
Source | git+https://gitee.com/opencloudos-stream/create-fake-rpm.git?.#f106a96a5441f7bd229a0379db00a71939f6e296 | |||||||||||||||
Summary | Generate fake (S)RPM | |||||||||||||||
Description | A 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 by | fanjunkong | |||||||||||||||
State | complete | |||||||||||||||
Volume | DEFAULT | |||||||||||||||
Started | Wed, 08 May 2024 15:59:55 CST | |||||||||||||||
Completed | Wed, 08 May 2024 16:02:29 CST | |||||||||||||||
Task | build (dist-ocs23-epol9, /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 |
|
|||||||||||||||
RPMs |
|
|||||||||||||||
Logs |
|
|||||||||||||||
Changelog | * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 5-1 - initial build |