From 96697eacb65dd0b4dfce876ce06542791eabadb1da0e27a0911d385bde030277 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Wed, 14 Dec 2016 07:40:56 +0000 Subject: [PATCH] - Drop protobuf-libs as it is just workaround for rpmlint issue OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/protobuf?expand=0&rev=46 --- protobuf.changes | 5 +++++ protobuf.spec | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/protobuf.changes b/protobuf.changes index 8e353a5..d7f6333 100644 --- a/protobuf.changes +++ b/protobuf.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 14 07:32:06 UTC 2016 - mpluskal@suse.com + +- Drop protobuf-libs as it is just workaround for rpmlint issue + ------------------------------------------------------------------- Sat Dec 10 19:24:18 UTC 2016 - stefan.bruens@rwth-aachen.de diff --git a/protobuf.spec b/protobuf.spec index 3e27459..133081c 100644 --- a/protobuf.spec +++ b/protobuf.spec @@ -57,7 +57,6 @@ RPC protocols and file formats. %package -n libprotobuf%{soname} Summary: Protocol Buffers - Google's data interchange format Group: System/Libraries -Provides: %{name}-libs = %{version} %description -n libprotobuf%{soname} Protocol Buffers are a way of encoding structured data in an efficient yet @@ -85,7 +84,6 @@ RPC protocols and file formats. %package devel Summary: Header files, libraries and development documentation for %{name} Group: Development/Libraries/C and C++ -Requires: %{name}-libs = %{version} Requires: gcc-c++ Requires: libprotobuf%{soname} = %{version} Requires: libprotobuf-lite%{soname}