Re: [DONE] Mass package change (python2- binary package renaming)

2017-08-19 Thread Sérgio Basto
On Sun, 2017-08-20 at 03:26 +, Zbigniew Jędrzejewski-Szmek wrote: > Hi, > > I pushed the changes and rebuilt the packages today. Hi, I got this [1] in log of wammu-0.43-1.fc28, so in [2] line 50 you need replace Requires:   %{name} = %{version}-%{release} by Requires:   python2-%{n

Re: [DONE] Mass package change (python2- binary package renaming)

2017-08-19 Thread Zbigniew Jędrzejewski-Szmek
Hi, I pushed the changes and rebuilt the packages today. In the process I found a significant bug: for arch-full packages, Provides: %{oldname}%{_isa} = %{version}-%{release} was generated, but Provides: %{oldname} = %{version}-%{release} is also necessary. I added that in various packages and re