diff --git a/.gitignore b/.gitignore index f6df44b..11aa3e0 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ /criu-1.8.tar.bz2 /criu-2.0.tar.bz2 /criu-2.1.tar.bz2 +/criu-2.2.tar.bz2 diff --git a/criu.spec b/criu.spec index 7337948..0ef8279 100644 --- a/criu.spec +++ b/criu.spec @@ -1,6 +1,6 @@ Name: criu -Version: 2.1 -Release: 2%{?dist} +Version: 2.2 +Release: 1%{?dist} Provides: crtools = %{version}-%{release} Obsoletes: crtools <= 1.0-2 Summary: Tool for Checkpoint/Restore in User-space @@ -112,6 +112,9 @@ rm -rf $RPM_BUILD_ROOT%{_libdir}/pkgconfig %changelog +* Mon May 23 2016 Adrian Reber - 2.2-1 +- Update to 2.2 + * Tue Apr 12 2016 Adrian Reber - 2.1-2 - Remove crtools symbolic link diff --git a/sources b/sources index b8784e4..edef809 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f075b3daa3560e2c0381c75bd62de35a criu-2.1.tar.bz2 +de3cff301723916d2224d817deeac381 criu-2.2.tar.bz2