Bug 1221188

Summary: So, is cargo_audit required or not?
Product: [openSUSE] openSUSE Tumbleweed Reporter: Matej Cepl <mcepl>
Component: OtherAssignee: William Brown <william.brown>
Status: RESOLVED UPSTREAM QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: Current   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

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.