Re: Look for help: how to package Rust project

2024-03-22 Thread Ivan Chavero
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

Re: Look for help: how to package Rust project

2024-03-22 Thread Fabio Valentini
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

Re: Look for help: how to package Rust project

2024-03-22 Thread Ming Lei
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. > > > >

Re: Look for help: how to package Rust project

2024-03-21 Thread Fabio Valentini
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

Re: Look for help: how to package Rust project

2024-03-21 Thread Richard W.M. Jones
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

Re: Look for help: how to package Rust project

2024-03-20 Thread Sumantro Mukherjee
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

Look for help: how to package Rust project

2024-03-20 Thread Ming Lei
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 source for Fedora packaging? [1]