From a1403d600c5df17d945b7714631fdd9d3198f0d0f433677ad38dfee19d9cde0f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 28 Oct 2024 08:08:43 +0000 Subject: [PATCH] Hopefully the last tiny installcheck fix, without changelog now, since it falls under the separate compiler package OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/protobuf?expand=0&rev=191 --- protobuf.spec | 3 ++- python_edition_defaults.py | 0 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 python_edition_defaults.py diff --git a/protobuf.spec b/protobuf.spec index 409c014..06d9f1d 100644 --- a/protobuf.spec +++ b/protobuf.spec @@ -89,9 +89,10 @@ RPC protocols and file formats. %package compiler Summary: Protocol Buffers compiler Group: Development/Libraries/C and C++ +Conflicts: protobuf2-devel +Conflicts: protobuf21-devel Provides: protobuf-devel:/usr/bin/protoc Provides: protoc = %{version} -Conflicts: mvn(com.google.protobuf:protobuf-java) < 4.%{version} %description compiler Protocol Buffers are a way of encoding structured data in an efficient yet diff --git a/python_edition_defaults.py b/python_edition_defaults.py new file mode 100644 index 0000000..473a0f4