Hello~ It's the first time for me to pack a (s)rpm, and I am seeking a sponsor. The srpm is created with pre-compiled binaries from https://download.pingcap.org/tidb-v3.0.8-linux-arm64.tar.gz, and config files from https://github.com/pingcap/tidb. There has been a successful build on koji: https://koji.fedoraproject.org/koji/taskinfo?taskID=42131115 Spec URL: It's in the SRPM.https://kojipkgs.fedoraproject.org//work/tasks/1291/42131291/tidb-server-v3.0.8-1.el7.src.rpm SRPM URL: https://kojipkgs.fedoraproject.org//work/tasks/1291/42131291/tidb-server-v3.0.8-1.el7.src.rpm Description: TiDB is an open-source NewSQL database that supports Hybrid Transactional and Analytical Processing (HTAP) workloads. It is MySQL compatible and features horizontal scalability, strong consistency, and high availability. TiDB features: * Horizontal Scalability * MySQL Compatible Syntax * Distributed Transactions with Strong Consistency * Cloud Native * Minimize ETL * High Availability Fedora Account System Username: n0vad3v
Please update SPEC URL with the actual URL instead of a SRPM. And please compile the binary in the build section rather than submit a srpm with pre-build binary, which is not allowed in Fedora.
>Group: Applications/Databases The "Group:" tag is not used in Fedora. >%clean Ditto for the "%clean" section. https://docs.fedoraproject.org/en-US/packaging-guidelines/#_tags_and_sections >%description %TiDB is an open-source NewSQL database that supports Hybrid Transactional and Analytical Processing (HTAP) workloads. It is MySQL compatible and features horizontal scalability, strong consistency, and high availability. The description should be broken down into multiple lines, each one no longer than 80 characters. https://docs.fedoraproject.org/en-US/packaging-guidelines/#_summary_and_description >%{__mkdir} -p %{buildroot}%{_bindir} >%{__install} -D -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/tidb/config.toml Macro forms of system executables should not be used. https://docs.fedoraproject.org/en-US/packaging-guidelines/#_macros
your src.rpm is returning 404, please upload it again and reopen this ticket.