udica-0.2.6-3.el9
- Require container-selinux shipping policy templates Related: #2000051
This commit is contained in:
parent
691af77d6d
commit
3c1e8d2fd1
@ -1,7 +1,7 @@
|
|||||||
Summary: A tool for generating SELinux security policies for containers
|
Summary: A tool for generating SELinux security policies for containers
|
||||||
Name: udica
|
Name: udica
|
||||||
Version: 0.2.6
|
Version: 0.2.6
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Source0: https://github.com/containers/udica/archive/v%{version}.tar.gz
|
Source0: https://github.com/containers/udica/archive/v%{version}.tar.gz
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -13,6 +13,8 @@ Requires: python3 python3-libsemanage python3-libselinux
|
|||||||
BuildRequires: python2 python2-devel python2-setuptools
|
BuildRequires: python2 python2-devel python2-setuptools
|
||||||
Requires: python2 libsemanage-python libselinux-python
|
Requires: python2 libsemanage-python libselinux-python
|
||||||
%endif
|
%endif
|
||||||
|
# container-selinux provides policy templates
|
||||||
|
Requires: container-selinux >= 2.168.0-2
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Tool for generating SELinux security profiles for containers based on
|
Tool for generating SELinux security profiles for containers based on
|
||||||
@ -56,6 +58,9 @@ install -m 0644 udica/man/man8/udica.8 %{buildroot}%{_mandir}/man8/udica.8
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 21 2021 Vit Mojzis <vmojzis@redhat.com> - 0.2.6-3
|
||||||
|
- Require container-selinux shipping policy templates (#2000051)
|
||||||
|
|
||||||
* Fri Sep 17 2021 Jindrich Novy <jnovy@redhat.com> - 0.2.6-2
|
* Fri Sep 17 2021 Jindrich Novy <jnovy@redhat.com> - 0.2.6-2
|
||||||
- use RHEL-9 product version for gating
|
- use RHEL-9 product version for gating
|
||||||
- Related: #2000051
|
- Related: #2000051
|
||||||
|
Loading…
Reference in New Issue
Block a user