Re: Converting package from arch to noarch

2023-02-16 Thread he / him
This is not the case, pcs is a cluster configuration and management tool written in Python and Ruby. But thank you for bringing it up, it is a valid point. I read that part of the guidelines and decided that it is not applicable, so I probably should have mentioned that in my original email. On Th

Re: Converting package from arch to noarch

2023-02-16 Thread Vitaly Zaitsev via devel
On 16/02/2023 14:42, Michal Pospíšil (he / him) wrote: We are considering making pcs a noarch package because we will no longer compile bundled dependencies in Fedora. Header-only libraries must not be noarch: https://docs.fedoraproject.org/en-US/packaging-guidelines/#_use_noarch_only_in_subpac

Re: Converting package from arch to noarch

2023-02-16 Thread Miro Hrončok
On 16. 02. 23 14:42, Michal Pospíšil (he / him) wrote: We are considering making pcs a noarch package because we will no longer compile bundled dependencies in Fedora. We found this issue about switching a package from noarch to arch: https://pagure.io/packaging-committee/issue/117

Converting package from arch to noarch

2023-02-16 Thread he / him
We are considering making pcs a noarch package because we will no longer compile bundled dependencies in Fedora. We found this issue about switching a package from noarch to arch: https://pagure.io/packaging-committee/issue/117 So, adding Obsoletes of all our arched versions should be enough? I co