* Stephen Smoogen:

> On Thu, 3 Nov 2022 at 12:24, Gary Buhrmaster <gary.buhrmas...@gmail.com> 
> wrote:
>
>  On Thu, Nov 3, 2022 at 3:57 PM Adam Williamson
>  <adamw...@fedoraproject.org> wrote:
>
>  > there, I did it for free. Took one minute.
>
>  Clearly it should be submitted as a PR to the kernel package.
>
>  And another for the glibc package (that
>  one likely will take more than a minute).
>
> So glibc will be hard one because it has sections like:
> ```
>  %files -f langpack-]]..lang..[[.filelist langpack-]]..lang..[[
> ]]))
> end
>
> for i = 1, #locales do
>    lang_package(locales[i])
> end
> }
> ```
> and
> ```
> %files -f devel.filelist devel
> %if %{glibc_autorequires}
> %attr(0755,root,root) %{_rpmconfigdir}/glibc.req
> %{_fileattrsdir}/glibc.attr
> %endif
> ```

Another hard one is rust, which has hashed sonames like
/usr/lib64/libstd-09076360fd960627.so.  The hash is only known after
building the package because that fixes the ephemeral ABI.

Thanks,
Florian
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@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, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to