Update protobuf-c to libprotobuf-c

Signed-off-by: Radostin Stoyanov <radostin@redhat.com>
This commit is contained in:
Radostin Stoyanov 2021-10-19 11:03:57 +01:00
parent 364984bab9
commit a2df81d1de
No known key found for this signature in database
GPG Key ID: 21C246FD7C1157A7
2 changed files with 6 additions and 3 deletions

View File

@ -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

View File

@ -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 <radostin@redhat.com> - 3.16.1-2
- Update protobuf-c to libprotobuf-c requirement
* Thu Oct 14 2021 Radostin Stoyanov <radostin@redhat.com> - 3.16.1-1
- Update to 3.16.1
- Add protobuf-c as required dependency (#2013775)