Hi Guys,
I am creating new rust package[1] to Fedora, but in order to compile it I seems need to create 10+ rust-<crate> rpm for its dependency.
So I create a bug for 10+ new package review which I don't intend to hold responsibility of maintaining them.
Any service or bot could submit and maintain those rust-<crate> packages?
Best regards.
[1]: https://gist.github.com/cathay4t/e942de091d5c40d7c9d97a9e8a89432f
On lundi 4 juin 2018 18:26:06 CEST Gris Ge wrote:
Hi Guys,
I am creating new rust package[1] to Fedora, but in order to compile it I seems need to create 10+ rust-<crate> rpm for its dependency.
So I create a bug for 10+ new package review which I don't intend to hold responsibility of maintaining them.
Any service or bot could submit and maintain those rust-<crate> packages?
Best regards.
#BuildRequires: crate(nix) >= 0.10.0 → https://src.fedoraproject.org/rpms/rust-nix #BuildRequires: crate(regex) >= 0.2.10 → https://src.fedoraproject.org/rpms/rust-regex #BuildRequires: crate(serde) >= 1.0.0 → https://src.fedoraproject.org/rpms/rust-serde #BuildRequires: crate(serde_derive) >= 1.0.0 → https://src.fedoraproject.org/rpms/rust-serde_derive #BuildRequires: crate(serde_json) >= 1.0.0 → https://src.fedoraproject.org/rpms/rust-serde_json #BuildRequires: crate(toml) >= 0.4.2 → https://src.fedoraproject.org/rpms/rust-toml #BuildRequires: crate(chan-signal) >= 0.3.1 → Not packaged #BuildRequires: crate(chrono) >= 0.4.0 → https://src.fedoraproject.org/rpms/rust-chrono #BuildRequires: crate(libc) >= 0.2 → https://src.fedoraproject.org/rpms/rust-libc #BuildRequires: crate(clap) >= 2.31.2 6 https://src.fedoraproject.org/rpms/rust-clap
So you only need to package and maintain chan-signal.
Alternatively you can try to muster some help on #fedora-rust on Freenode.
Best regards,
Robert-André
On Mon, Jun 04, 2018 at 07:43:42PM +0200, Robert-André Mauchin wrote:
On lundi 4 juin 2018 18:26:06 CEST Gris Ge wrote:
Hi Guys,
I am creating new rust package[1] to Fedora, but in order to compile it I seems need to create 10+ rust-<crate> rpm for its dependency.
So I create a bug for 10+ new package review which I don't intend to hold responsibility of maintaining them.
So you only need to package and maintain chan-signal.
Actually, chan-signal has its own dependent not made into Fedora repo yet.
Alternatively you can try to muster some help on #fedora-rust on Freenode.
Best regards,
Robert-André