diff --git a/criu.spec b/criu.spec index 4657bdd..565259f 100644 --- a/criu.spec +++ b/criu.spec @@ -1,12 +1,12 @@ Name: criu Version: 3.16.1 -Release: 7 +Release: 8 Provides: crtools = %{version}-%{release} Obsoletes: crtools <= 1.0-2 Summary: A tool of Checkpoint/Restore in User-space License: GPL-2.0-or-later or LGPL-2.1-only -URL: http://criu.org/ -Source0: http://github.com/chechpoint-restore/criu/archive/v%{version}/%{name}-%{version}.tar.gz +URL: https://criu.org/ +Source0: https://github.com/checkpoint-restore/criu/archive/v%{version}/%{name}-%{version}.tar.gz BuildRequires: systemd libnet-devel asciidoc xmlto perl-interpreter libselinux-devel gcc BuildRequires: protobuf-devel protobuf-c-devel python3-devel libnl3-devel libcap-devel BuildRequires: libmnl-devel libnftnl-devel @@ -177,6 +177,9 @@ chmod 0755 %{buildroot}/run/%{name}/ %doc %{_mandir}/man1/{compel.1*,crit.1*,criu-ns.1*} %changelog +* Fri Nov 10 2023 wangqing - 3.16.1-8 +- Fix Source0 URL errors + * Tue Aug 22 2023 feng luo - 3.16.1-7 - Support build with clang