podman-3.2.2-2.el9
- remove missing unit files - Related: #1970747 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
parent
a0f83ec2cc
commit
b5ff615e51
@ -24,7 +24,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
|
||||
|
||||
Name: podman
|
||||
Version: 3.2.2
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Manage Pods, Containers and Container Images
|
||||
License: ASL 2.0 and GPLv3+
|
||||
URL: https://%{name}.io/
|
||||
@ -300,12 +300,10 @@ exit 0
|
||||
%{_unitdir}/%{name}.service
|
||||
%{_unitdir}/%{name}.socket
|
||||
%{_unitdir}/%{name}-auto-update.service
|
||||
%{_unitdir}/%{name}-restart.service
|
||||
%{_unitdir}/%{name}-auto-update.timer
|
||||
%{_userunitdir}/%{name}.service
|
||||
%{_userunitdir}/%{name}.socket
|
||||
%{_userunitdir}/%{name}-auto-update.service
|
||||
%{_userunitdir}/%{name}-restart.service
|
||||
%{_userunitdir}/%{name}-auto-update.timer
|
||||
%{_usr}/lib/tmpfiles.d/%{name}.conf
|
||||
|
||||
@ -343,6 +341,10 @@ exit 0
|
||||
%{_datadir}/%{name}/test
|
||||
|
||||
%changelog
|
||||
* Thu Jul 01 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.2-2
|
||||
- remove missing unit files
|
||||
- Related: #1970747
|
||||
|
||||
* Thu Jul 01 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.2-1
|
||||
- consume content from v3.2 upstream branch
|
||||
- Related: #1970747
|
||||
|
Loading…
Reference in New Issue
Block a user