I have the same problem for an internal project that I'm working on. Since
some of the crates we use are not yet in Fedora we took the decision to
package them ourselves following the Rust Package Guidelines[1] and submit
them to the distribution.
This is more work but remember that if you create t
On Fri, Mar 22, 2024 at 3:26 PM Ming Lei wrote:
>
> I love this easy way.
>
> But when I try to build in this way, I got the following failure:
>
> Problem 1: nothing provides requested (crate(ilog/default) >= 1.0.1
> with crate(ilog/default) < 2.0.0~)
> Problem 2: nothing provides requested (cr
On Thu, Mar 21, 2024 at 6:27 PM Fabio Valentini wrote:
>
> On Thu, Mar 21, 2024 at 9:25 AM Richard W.M. Jones wrote:
> >
> > On Thu, Mar 21, 2024 at 11:04:13AM +0800, Ming Lei wrote:
> > > Hello Richard and Guys,
> > >
> > > I plan to package rublk to Fedora, and it is one Rust project.
> >
> > H
On Thu, Mar 21, 2024 at 9:25 AM Richard W.M. Jones wrote:
>
> On Thu, Mar 21, 2024 at 11:04:13AM +0800, Ming Lei wrote:
> > Hello Richard and Guys,
> >
> > I plan to package rublk to Fedora, and it is one Rust project.
>
> Hi, I'm on holiday at the moment, but please do look at how we
> packaged l
On Thu, Mar 21, 2024 at 11:04:13AM +0800, Ming Lei wrote:
> Hello Richard and Guys,
>
> I plan to package rublk to Fedora, and it is one Rust project.
Hi, I'm on holiday at the moment, but please do look at how we
packaged libblkio in Fedora:
https://bugzilla.redhat.com/show_bug.cgi?id=2124697
On Thu, Mar 21, 2024 at 8:35 AM Ming Lei wrote:
> Hello Richard and Guys,
>
> I plan to package rublk to Fedora, and it is one Rust project.
>
> Can you provide a little guide about how to do that? such as,
> where can I find the guide doc? And is it github or crates which
> should be used as sou