rpm4 on carme*
Jakub Bogusz
qboosh at pld-linux.org
Sun Nov 1 15:02:14 CET 2020
On Sun, Nov 01, 2020 at 09:23:36AM +0200, Elan Ruusamäe wrote:
>
> On 10/28/20 12:21 AM, Jan Rękorajski wrote:
> >All carme machines are now running rpm 4.16.0. Please test and report
> >any issues.
>
> i've created wiki section for this topic.
>
>
> https://www.pld-linux.org/packages/rpm#rpm_416_porting_status
>
>
> perhaps we can keep it updated, with documenting at least incompatible
> changes (changes we have no plans to fix)
One such change, just found accidentally (libreoffice.spec) - spaces
around operators in BR were used because of preferred style, in rpm.org
they are obligatory:
-%{?with_system_hunspell:BuildRequires: hunspell-devel >=1.2.2}
+%{?with_system_hunspell:BuildRequires: hunspell-devel >= 1.2.2}
Original notation caused parse error.
(no need to change anything in rpm, just fix a few(?) specs in repo)
--
Jakub Bogusz http://qboosh.pl/
More information about the pld-devel-en
mailing list