diff --git a/criu.spec b/criu.spec index 66abb09..6a0def4 100644 --- a/criu.spec +++ b/criu.spec @@ -1,6 +1,6 @@ Name: criu -Version: 1.8 -Release: 2%{?dist} +Version: 2.0 +Release: 1%{?dist} Provides: crtools = %{version}-%{release} Obsoletes: crtools <= 1.0-2 Summary: Tool for Checkpoint/Restore in User-space @@ -64,6 +64,7 @@ make docs V=1 %install make install-criu DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_prefix} LIBDIR=%{_libdir} +make install-lib DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_prefix} LIBDIR=%{_libdir} %if 0%{?fedora} # ony install documentation on Fedora as it requires asciidoc, # which is not available on RHEL7 @@ -101,6 +102,9 @@ ln -s %{_sbindir}/criu $RPM_BUILD_ROOT%{_sbindir}/crtools %changelog +* Thu Mar 10 2016 Andrey Vagin - 2.0-1 +- Update to 2.0 + * Wed Feb 03 2016 Fedora Release Engineering - 1.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild