Fix conflict to conflict with all versions

Ensure that only one instance of package may be installed on system.
This commit is contained in:
Filip Janus 2024-01-25 11:17:29 +01:00
parent 3ac298c0e7
commit cb19a5dad2

View File

@ -39,7 +39,7 @@ Provides: postgresql-%{majorname} = %precise_version
%endif
Provides: %{pkgname}%{?_isa} = %precise_version
Provides: %{majorname}-any
Conflicts: %{pkgname}
Conflicts: %{majorname}-any
%description
A PostgreSQL logical decoder output plugin to deliver data as Protocol Buffers messages.