rm -f /var/lib/containers/storage/libpod/defaultCNINetExists in post
This commit is contained in:
parent
9d8cd0ca41
commit
ea026f1a36
@ -67,7 +67,7 @@ Version: 3.4.0
|
|||||||
# N.foo if released, 0.N.foo if unreleased
|
# N.foo if released, 0.N.foo if unreleased
|
||||||
# Rawhide almost always ships unreleased builds,
|
# Rawhide almost always ships unreleased builds,
|
||||||
# so release tag should be of the form 0.N.foo
|
# 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
|
Summary: Manage Pods, Containers and Container Images
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://%{name}.io/
|
URL: https://%{name}.io/
|
||||||
@ -678,8 +678,14 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/
|
|||||||
%dir %{_libexecdir}/%{name}
|
%dir %{_libexecdir}/%{name}
|
||||||
%{_libexecdir}/%{name}/gvproxy
|
%{_libexecdir}/%{name}/gvproxy
|
||||||
|
|
||||||
|
%post
|
||||||
|
rm -f %{_sharedstatedir}/containers/storage/libpod/defaultCNINetExists
|
||||||
|
|
||||||
# rhcontainerbot account currently managed by lsm5
|
# rhcontainerbot account currently managed by lsm5
|
||||||
%changelog
|
%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
|
* Wed Sep 22 2021 Lokesh Mandvekar <lsm5@fedoraproject.org> - 3:3.4.0-0.4.rc1
|
||||||
- bump conmon requirement for remote gating tests
|
- bump conmon requirement for remote gating tests
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user