rm -f /var/lib/containers/storage/libpod/defaultCNINetExists in post

This commit is contained in:
Daniel J Walsh 2021-09-23 10:45:43 -04:00
parent 9d8cd0ca41
commit ea026f1a36
No known key found for this signature in database
GPG Key ID: A2DF901DABE2C028

View File

@ -67,7 +67,7 @@ Version: 3.4.0
# N.foo if released, 0.N.foo if unreleased
# Rawhide almost always ships unreleased builds,
# so release tag should be of the form 0.N.foo
Release: 0.4.rc1%{?dist}
Release: 0.5.rc1%{?dist}
Summary: Manage Pods, Containers and Container Images
License: ASL 2.0
URL: https://%{name}.io/
@ -678,8 +678,14 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/
%dir %{_libexecdir}/%{name}
%{_libexecdir}/%{name}/gvproxy
%post
rm -f %{_sharedstatedir}/containers/storage/libpod/defaultCNINetExists
# rhcontainerbot account currently managed by lsm5
%changelog
* Thu Sep 23 2021 Daniel J Walsh <dwalsh@redhat.com> - 3:3.4.0-0.5.rc1
- rm -f /var/lib/containers/storage/libpod/defaultCNINetExists in post
* Wed Sep 22 2021 Lokesh Mandvekar <lsm5@fedoraproject.org> - 3:3.4.0-0.4.rc1
- bump conmon requirement for remote gating tests