packaging: Workaround for device-certificate-manager.
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Tue, 26 Mar 2019 06:31:07 +0000 (15:31 +0900)
committergichan2-jang <gichan2.jang@samsung.com>
Mon, 8 Jan 2024 02:26:52 +0000 (11:26 +0900)
It uses the obsolete name and device-certificate-manager
should update its usage. This is workaround for it.

Change-Id: Ie4cdbdf650c729430ac0cf47b780b02af21687a3
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
packaging/protobuf.spec

index 6130b7e..079076f 100644 (file)
@@ -10,6 +10,11 @@ Source1001:     protobuf.manifest
 URL:            https://github.com/google/protobuf
 BuildRequires:  automake autoconf libtool pkgconfig zlib-devel
 
+## The package name libprotobuf9 is hardcoded in device-certificate-manager,
+## which should be updated in its git repo. However, as a workaround before
+## the changes, we provide the obsolete name
+Provides:      libprotobuf9
+
 %description
 Protocol Buffers are a way of encoding structured data in an efficient
 yet extensible format. Google uses Protocol Buffers for almost all of