From a2df81d1de00886bea9817623ddb53e1e58c41ad Mon Sep 17 00:00:00 2001 From: Radostin Stoyanov Date: Tue, 19 Oct 2021 11:03:57 +0100 Subject: [PATCH] Update protobuf-c to libprotobuf-c Signed-off-by: Radostin Stoyanov --- criu.pc.patch | 4 ++-- criu.spec | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/criu.pc.patch b/criu.pc.patch index 623c446..6211f2c 100644 --- a/criu.pc.patch +++ b/criu.pc.patch @@ -19,9 +19,9 @@ index 33986d10d..bcced5033 100644 Name: CRIU Description: RPC library for userspace checkpoint and restore Version: @version@ -+Requires.private: protobuf-c ++Requires.private: libprotobuf-c Libs: -L${libdir} -lcriu Cflags: -I${includedir} --- +-- 2.31.1 diff --git a/criu.spec b/criu.spec index ba7096b..50c76e9 100644 --- a/criu.spec +++ b/criu.spec @@ -12,7 +12,7 @@ Name: criu Version: 3.16.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Tool for Checkpoint/Restore in User-space License: GPLv2 URL: http://criu.org/ @@ -204,6 +204,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libcriu.a %doc %{_mandir}/man1/criu-ns.1* %changelog +* Thu Oct 19 2021 Radostin Stoyanov - 3.16.1-2 +- Update protobuf-c to libprotobuf-c requirement + * Thu Oct 14 2021 Radostin Stoyanov - 3.16.1-1 - Update to 3.16.1 - Add protobuf-c as required dependency (#2013775)