Bug 1982942
| Summary: | Review Request: rust-spin_sleep - Accurate sleeping | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Rémi Lauzier <remilauzier> |
| Component: | Package Review | Assignee: | Robert-André Mauchin 🐧 <eclipseo> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | decathorpe, eclipseo, package-review, remilauzier |
| Target Milestone: | --- | Flags: | eclipseo:
fedora-review+
|
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-01-31 23:41:53 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1982945 | ||
|
Description
Rémi Lauzier
2021-07-16 05:01:56 UTC
- License ok - Latest version packaged - Builds in mock - No rpmlint errors - Checks pass - Conforms to Packaging Guidelines Package approved > # Generated by rust2rpm 18
Please regenerate the .spec file with rust2rpm 20 before building this package for Fedora.
Also consider excluding some useless / development-only files from the package: /release, /rustfmt.toml
It seem that i am unable to use rust2rpm to update this library. it says that there is no cargo.toml in the crate. any ideas on what is going on?
Traceback (most recent call last):
File "/usr/bin/rust2rpm", line 33, in <module>
sys.exit(load_entry_point('rust2rpm==20', 'console_scripts', 'rust2rpm')())
File "/usr/lib64/python3.10/contextlib.py", line 79, in inner
return func(*args, **kwds)
File "/usr/lib/python3.10/site-packages/rust2rpm/__main__.py", line 379, in main
crate, diff, metadata, doc_files, license_files = make_diff_metadata(
File "/usr/lib/python3.10/site-packages/rust2rpm/__main__.py", line 279, in make_diff_metadata
with files_from_crate(cratef, crate, version) as (toml, doc_files, license_files):
File "/usr/lib64/python3.10/contextlib.py", line 135, in __enter__
return next(self.gen)
File "/usr/lib/python3.10/site-packages/rust2rpm/__main__.py", line 189, in files_from_crate
raise IOError("crate does not contain Cargo.toml file")
OSError: crate does not contain Cargo.toml file
My error, i was requesting spin-sleep instead of spin_sleep. spec: https://download.copr.fedorainfracloud.org/results/remilauzier/piston/fedora-rawhide-x86_64/03259068-rust-spin_sleep/rust-spin_sleep.spec srpm: https://download.copr.fedorainfracloud.org/results/remilauzier/piston/fedora-rawhide-x86_64/03259068-rust-spin_sleep/rust-spin_sleep-1.0.0-1.fc36.src.rpm update The .spec file you added seems mangled (Release is 1, but changelog is empty). Is this caused by COPR's support for rpmautospec? Should be fixed. Spec: https://download.copr.fedorainfracloud.org/results/remilauzier/piston/fedora-rawhide-x86_64/03260424-rust-spin_sleep/rust-spin_sleep.spec Srpm: https://download.copr.fedorainfracloud.org/results/remilauzier/piston/fedora-rawhide-x86_64/03260424-rust-spin_sleep/rust-spin_sleep-1.0.0-1.fc36.src.rpm (fedscm-admin): The Pagure repository was created at https://src.fedoraproject.org/rpms/rust-spin_sleep FEDORA-2022-462184d722 has been submitted as an update to Fedora 36. https://bodhi.fedoraproject.org/updates/FEDORA-2022-462184d722 FEDORA-2022-462184d722 has been pushed to the Fedora 36 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2022-de13bfe414 has been submitted as an update to Fedora 35. https://bodhi.fedoraproject.org/updates/FEDORA-2022-de13bfe414 FEDORA-2022-c91e5249d4 has been submitted as an update to Fedora 34. https://bodhi.fedoraproject.org/updates/FEDORA-2022-c91e5249d4 FEDORA-2022-c91e5249d4 has been pushed to the Fedora 34 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf install --enablerepo=updates-testing --advisory=FEDORA-2022-c91e5249d4 \*` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-c91e5249d4 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2022-de13bfe414 has been pushed to the Fedora 35 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf install --enablerepo=updates-testing --advisory=FEDORA-2022-de13bfe414 \*` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-de13bfe414 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2022-de13bfe414 has been pushed to the Fedora 35 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2022-c91e5249d4 has been pushed to the Fedora 34 stable repository. If problem still persists, please make note of it in this bug report. |