Closed #1189 via #1192.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/1189#event-3260381272___
Rpm-maint mailing list
Rpm-mai
Okay, now it should really be covered by #1192.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/1189#issuecomment-617717087___
Oops, false testing+thinking on my behalf. Too much disturbance in the force
today...
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/1189#issuecomment-617700677_
Why is that cured by #1192? It just changes things for conflicts of installed
packages. My example was about a build requires being satisfied by a provides
of a source package. I think this needs to be fixed in rpmal.c
--
You are receiving this because you are subscribed to this thread.
Reply t
> Another thing to test would be a spec file that has a BuildRequires to one of
> the packages it builds. For example, gcc.spec might have a BuildRequires: gcc.
This case is indeed affected too, but also cured by #1192. However the commit
message end comments in the PR are off the mark a bit, I
I wonder if the added provides also can lead to problems if we have a
transaction with both source and binary packages. The provides from the source
packages must not satisfy the dependencies of the binary packages.
Another thing to test would be a spec file that has a BuildRequires to one of
t
Ack, I'll look into it. Thanks for reporting.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/1189#issuecomment-617585521___
Rp
This is a regression caused by commit 75ec16e660e784d7897b37cac1a2b9b135825f25.
The provides added to the source rpms will be checked against the dependencies
of the installed packages. Because of this you will get an error if you try to
build an rpm where the package name matches a conflict of