From 1f9ee0323e4a1964f3ac080240adc77775fabcb6 Mon Sep 17 00:00:00 2001 From: Andrey Vagin Date: Thu, 30 Apr 2015 14:50:48 +0300 Subject: [PATCH] Require protobuf-python and python-ipaddr for python-criu Signed-off-by: Andrey Vagin --- criu.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/criu.spec b/criu.spec index 2d8a33f..90aca85 100644 --- a/criu.spec +++ b/criu.spec @@ -1,6 +1,6 @@ Name: criu Version: 1.5.2 -Release: 1%{?dist} +Release: 2%{?dist} Provides: crtools = %{version}-%{release} Obsoletes: crtools <= 1.0-2 Summary: Tool for Checkpoint/Restore in User-space @@ -34,7 +34,7 @@ This package contains header files and libraries for %{name}. %package -n python-%{name} Summary: Python bindings for %{name} Group: Development/Languages -Requires: %{name} = %{version}-%{release} +Requires: %{name} = %{version}-%{release} python-ipaddr protobuf-python %description -n python-%{name} python-%{name} contains Python bindings for %{name}. @@ -93,6 +93,9 @@ ln -s %{_sbindir}/criu $RPM_BUILD_ROOT%{_sbindir}/crtools %changelog +* Thu Apr 30 2015 Andrew Vagin - 1.5.2-2 +- Require protobuf-python and python-ipaddr for python-criu + * Tue Apr 28 2015 Andrew Vagin - 1.5.2 - Update to 1.5.2