Compare commits

...

2 Commits

Author SHA1 Message Date
Lokesh Mandvekar d1aaa0bc1f criu-3.18-5.el8 2024-04-13 01:25:58 +00:00
Jindrich Novy 6f9c03669f criu-3.18-4.el8
- switch to egg-info on 8.9
- Related: #2176055

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
2023-05-16 11:58:03 +02:00
2 changed files with 12 additions and 3 deletions

1
.criu.metadata Normal file
View File

@ -0,0 +1 @@
f359d9a3af080f5d3293c847af5ab10f58639d85 criu-3.18.tar.gz

View File

@ -7,7 +7,7 @@
Name: criu
Version: 3.18
Release: 3%{?dist}
Release: 5%{?dist}
Provides: crtools = %{version}-%{release}
Obsoletes: crtools <= 1.0-2
Summary: Tool for Checkpoint/Restore in User-space
@ -130,14 +130,22 @@ rm $RPM_BUILD_ROOT%{_mandir}/man1/criu-ns.1*
%files -n %{py_prefix}-%{name}
%{python3_sitelib}/pycriu/*
%{python3_sitelib}/pycriu-%{version}.dist-info
%{python3_sitelib}/*egg-info
%files -n crit
%{_bindir}/crit
%{python3_sitelib}/crit-%{version}.dist-info
%{python3_sitelib}/*egg-info
%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
* Mon May 15 2023 Jindrich Novy <jnovy@redhat.com> - 3.18-3
- remove --progress-bar option
- Related: #2176055