Hi,
Thanks for your suggestion, and I will rework my package based on your comments.

A question by the way: I built an epel package on CentOS7, my package will depend on cmake 3.18 when it is building, but the latest version of cmake in Fedora is 3.17 (boost and openblas as well). What should I do if the software version in Fedora does not meet my needs?

Kind Regards,

Yunmei Li
From: "Felix Schwarz"<fschwarz@fedoraproject.org>
Date: Fri, Feb 18, 2022, 17:02
Subject: Re: Self Introduction: Yunmei Li
To: "Development discussions related to Fedora"<devel@lists.fedoraproject.org>
Am 18.02.22 um 07:40 schrieb Yunmei LI: > We are looking to contribute Milvus to the fedora community to help more users with their AI applications. > I have already filled out a Milvus package review request in bugzilla: > https://bugzilla.redhat.com/show_bug.cgi?id=2055596 Welcome to Fedora. I'm always glad if companies help maintaining their software in Fedora (or other distros) :-) One just a little hint for your package: I think you'll have to rework this a bit. For example a Fedora package must not not depend on "epel-release" or "centos-release-scl-rh" (this is also true for EPEL packages). BuildRequiring "wget" seems strange. I guess the build process tries to download something from the internet which is also forbidden in Fedora. You MUST include all sources in your package or use packages already included in Fedora. I see that you list OpenBLAS, cmake, go, boost and tbb in your sources. You should remove all of these from your package and use only the packages already included in Fedora. This might be a bit of work especially for somewhat complex packages but it ensures that Fedora can provide some level of quality. So again, thank you for your contribution. It's a good start and I'm pretty sure that streamlining your software to match Fedora's processes will also help your upstream quality. Felix _______________________________________________ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-leave@lists.fedoraproject.org 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/devel@lists.fedoraproject.org Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure