Accepting request 1151210 from devel:microos
OBS-URL: https://build.opensuse.org/request/show/1151210 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/podman?expand=0&rev=129
This commit is contained in:
commit
4445670410
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 22 13:54:00 UTC 2024 - Thorsten Kukuk <kukuk@suse.com>
|
||||||
|
|
||||||
|
- Allow to disable apparmor support (ALP supports only SELinux)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 14 05:54:01 UTC 2024 - danish.prakash@suse.com
|
Wed Feb 14 05:54:01 UTC 2024 - danish.prakash@suse.com
|
||||||
|
|
||||||
|
@ -18,6 +18,9 @@
|
|||||||
|
|
||||||
%{!?_user_tmpfilesdir: %global _user_tmpfilesdir %{_datadir}/user-tmpfiles.d}
|
%{!?_user_tmpfilesdir: %global _user_tmpfilesdir %{_datadir}/user-tmpfiles.d}
|
||||||
%define project github.com/containers/podman
|
%define project github.com/containers/podman
|
||||||
|
|
||||||
|
%bcond_without apparmor
|
||||||
|
|
||||||
Name: podman
|
Name: podman
|
||||||
Version: 4.9.3
|
Version: 4.9.3
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -35,7 +38,9 @@ BuildRequires: glib2-devel-static
|
|||||||
BuildRequires: glibc-devel-static
|
BuildRequires: glibc-devel-static
|
||||||
BuildRequires: go-go-md2man
|
BuildRequires: go-go-md2man
|
||||||
BuildRequires: golang-packaging
|
BuildRequires: golang-packaging
|
||||||
|
%if %{with apparmor}
|
||||||
BuildRequires: libapparmor-devel
|
BuildRequires: libapparmor-devel
|
||||||
|
%endif
|
||||||
BuildRequires: libassuan-devel
|
BuildRequires: libassuan-devel
|
||||||
BuildRequires: libbtrfs-devel
|
BuildRequires: libbtrfs-devel
|
||||||
BuildRequires: libcontainers-common
|
BuildRequires: libcontainers-common
|
||||||
@ -47,8 +52,10 @@ BuildRequires: golang(API) >= 1.21
|
|||||||
BuildRequires: pkgconfig(libselinux)
|
BuildRequires: pkgconfig(libselinux)
|
||||||
BuildRequires: pkgconfig(libsystemd)
|
BuildRequires: pkgconfig(libsystemd)
|
||||||
BuildRequires: pkgconfig(systemd)
|
BuildRequires: pkgconfig(systemd)
|
||||||
|
%if %{with apparmor}
|
||||||
Recommends: apparmor-abstractions
|
Recommends: apparmor-abstractions
|
||||||
Recommends: apparmor-parser
|
Recommends: apparmor-parser
|
||||||
|
%endif
|
||||||
# requirement for `podman machine`
|
# requirement for `podman machine`
|
||||||
Recommends: gvisor-tap-vsock
|
Recommends: gvisor-tap-vsock
|
||||||
Requires: catatonit >= 0.1.7
|
Requires: catatonit >= 0.1.7
|
||||||
|
Loading…
Reference in New Issue
Block a user