https://bugzilla.redhat.com/show_bug.cgi?id=2033058



--- Comment #8 from Fabio Valentini <[email protected]> ---
> As I noticed that for licenses there is already an issue filed 
> https://pagure.io/fedora-rust/rust2rpm/issue/176, could this request be 
> marked as approved? I will discuss the other comments with the upstream 
> community.

What do you mean "approved"? The ticket is not about a rules change, but rather
about implementing a change in rust2rpm. We don't make changes like this one in
individual packages, but push it upstream to the .spec generator so everyone
can benefit and nobody has to make manual adjustments.

As Rust SIG member and primary Rust packager in Fedora would approve the
package as it is right now, with one exception:

Error: 
 Problem: conflicting requests
  - nothing provides (crate(netlink-proto/smol_socket) >= 0.7.0 with
crate(netlink-proto/smol_socket) < 0.8.0~) needed by
rust-genetlink+smol_socket-devel-0.1.0-1.fc36.noarch

The subpackage for the smol_socket feature is not installable, because the
smol_socket feature in rust-netlink-proto package is missing for some reason.

If this is not a feature you need, drop it from this package (either by
patching it out when running "rust2rpm -p", or by supplying a ".rust2rpm.conf"
file with the following contents, that you can also import to dist-git to make
this preference "permanent" for future updates:

```
[DEFAULT]
unwanted-features =
  smol_socket
```


-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=2033058
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to