Compare commits

..

1 Commits

Author SHA1 Message Date
Jindrich Novy 4971ce1c11 criu-3.18-4.el8 2023-08-31 01:33:11 +00:00
1 changed files with 1 additions and 5 deletions

View File

@ -7,7 +7,7 @@
Name: criu
Version: 3.18
Release: 5%{?dist}
Release: 4%{?dist}
Provides: crtools = %{version}-%{release}
Obsoletes: crtools <= 1.0-2
Summary: Tool for Checkpoint/Restore in User-space
@ -138,10 +138,6 @@ rm $RPM_BUILD_ROOT%{_mandir}/man1/criu-ns.1*
%doc %{_mandir}/man1/crit.1*
%changelog
* Fri Apr 12 2024 Lokesh Mandvekar <lsm5@redhat.com> - 3.18-5
- rebuild to preserve upgrade path
- Related: RHEL-32671
* Tue May 16 2023 Jindrich Novy <jnovy@redhat.com> - 3.18-4
- switch to egg-info on 8.9
- Related: #2176055