udica-0.2.4-8.el9
- remove %%check again and all related BRs - Related: #1970747 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
parent
302b22ebd9
commit
f578e5773c
15
udica.spec
15
udica.spec
@ -1,18 +1,13 @@
|
||||
Summary: A tool for generating SELinux security policies for containers
|
||||
Name: udica
|
||||
Version: 0.2.4
|
||||
Release: 7%{?dist}
|
||||
Release: 8%{?dist}
|
||||
Source0: https://github.com/containers/udica/archive/v%{version}.tar.gz
|
||||
License: GPLv3+
|
||||
BuildArch: noarch
|
||||
Url: https://github.com/containers/udica
|
||||
%if 0%{?fedora} || 0%{?rhel} > 7
|
||||
BuildRequires: python3 python3-devel python3-setuptools python3-pyflakes
|
||||
BuildRequires: python3 python3-devel python3-setuptools
|
||||
Requires: python3 python3-libsemanage python3-libselinux
|
||||
%else
|
||||
BuildRequires: python2 python2-devel python2-setuptools
|
||||
Requires: python2 libsemanage-python libselinux-python
|
||||
%endif
|
||||
|
||||
%description
|
||||
Tool for generating SELinux security profiles for containers based on
|
||||
@ -40,9 +35,6 @@ install --directory %%{buildroot}%{_datadir}/udica/templates
|
||||
install --directory %{buildroot}%{_mandir}/man8
|
||||
install -m 0644 udica/man/man8/udica.8 %{buildroot}%{_mandir}/man8/udica.8
|
||||
|
||||
%check
|
||||
make test
|
||||
|
||||
%files
|
||||
%{_mandir}/man8/udica.8*
|
||||
%{_bindir}/udica
|
||||
@ -63,6 +55,9 @@ make test
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Jun 14 2021 Jindrich Novy <jnovy@redhat.com> - 0.2.4-8
|
||||
- remove %%check again and all related BRs
|
||||
|
||||
* Mon Jun 14 2021 Jindrich Novy <jnovy@redhat.com> - 0.2.4-7
|
||||
- remove black from BR
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user