Distribute newly-added tmpfiles.d/podman
Added by #8241. Koji builds have been failing due to this: error: Installed (but unpackaged) file(s) found Signed-off-by: Ed Santiago <santiago@redhat.com>
This commit is contained in:
parent
449c64d5ed
commit
7ab09bf5b9
@ -57,7 +57,7 @@ Version: 2.2.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.43.dev.git%{shortcommit0}%{?dist}
|
Release: 0.44.dev.git%{shortcommit0}%{?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/
|
||||||
@ -578,6 +578,7 @@ exit 0
|
|||||||
%{_userunitdir}/%{name}-auto-update.timer
|
%{_userunitdir}/%{name}-auto-update.timer
|
||||||
%{_userunitdir}/%{name}.service
|
%{_userunitdir}/%{name}.service
|
||||||
%{_userunitdir}/%{name}.socket
|
%{_userunitdir}/%{name}.socket
|
||||||
|
%{_usr}/lib/tmpfiles.d/%{name}.conf
|
||||||
|
|
||||||
%files docker
|
%files docker
|
||||||
%{_bindir}/docker
|
%{_bindir}/docker
|
||||||
@ -617,6 +618,9 @@ exit 0
|
|||||||
|
|
||||||
# rhcontainerbot account currently managed by lsm5
|
# rhcontainerbot account currently managed by lsm5
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 11 2020 Eduardo Santiago <santiago@redhat.com> - 2:2.2.0-0.44.dev.gite443c01
|
||||||
|
- distribute newly-added /usr/lib/tmpfiles.d/podman.conf
|
||||||
|
|
||||||
* Wed Nov 11 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.2.0-0.43.dev.gite443c01
|
* Wed Nov 11 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.2.0-0.43.dev.gite443c01
|
||||||
- autobuilt e443c01
|
- autobuilt e443c01
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user