Bug 1221188 - So, is cargo_audit required or not?
Summary: So, is cargo_audit required or not?
Status: RESOLVED UPSTREAM
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: Other (show other bugs)
Version: Current
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: William Brown
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-08 16:59 UTC by Matej Cepl
Modified: 2024-04-04 00:25 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matej Cepl 2024-03-08 16:59:08 UTC
When running `osc service manualrun` with `_service` file containing `cargo_vendor` I get this message (amongst others):

```
* cargo_audit is now part of cargo_vendor, meaning you don't have to configure it separately
```

So, I have removed `cargo_audit` line in the `_service` file. And the result is an error for `osc build`:

```
python-ruff: package depends on rust but does not have cargo_audit configured. See https://en.opensuse.org/Packaging_Rust_Software
```

So, which is it?
Comment 1 William Brown 2024-04-04 00:25:31 UTC
This was a bug in https://github.com/openSUSE/obs-service-source_validator/pull/129 which was ignored for nearly 6 months by it's maintainer. It's finally been fixed.