Compare commits
7 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
044d247201 | ||
|
|
6a7e676675 | ||
|
|
f2f8d23567 | ||
|
|
c95d018081 | ||
|
|
4ae4002229 | ||
|
|
a6126a69dd |
||
|
|
62e576d7d3 |
3 changed files with 14 additions and 8 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -191,3 +191,10 @@
|
|||
/v2.190.1.tar.gz
|
||||
/v2.191.0.tar.gz
|
||||
/v2.193.0.tar.gz
|
||||
/v2.195.0.tar.gz
|
||||
/v2.195.1.tar.gz
|
||||
/v2.197.0.tar.gz
|
||||
/v2.198.0.tar.gz
|
||||
/v2.199.0.tar.gz
|
||||
/v2.200.0.tar.gz
|
||||
/v2.211.0.tar.gz
|
||||
|
|
|
|||
|
|
@ -3,10 +3,6 @@
|
|||
# container-selinux
|
||||
%global git0 https://github.com/containers/container-selinux
|
||||
|
||||
%global built_tag v2.193.0
|
||||
%global built_tag_strip %(b=%{built_tag}; echo ${b:1})
|
||||
%global gen_version %(b=%{built_tag_strip}; echo ${b/-/"~"})
|
||||
|
||||
# container-selinux stuff (prefix with ds_ for version/release etc.)
|
||||
# Some bits borrowed from the openstack-selinux package
|
||||
%global selinuxtype targeted
|
||||
|
|
@ -18,15 +14,14 @@
|
|||
# Format must contain '$x' somewhere to do anything useful
|
||||
%global _format() export %1=""; for x in %{modulenames}; do %1+=%2; %1+=" "; done;
|
||||
|
||||
# Hooked up to autobuilder, please check with @lsm5 before updating
|
||||
Name: container-selinux
|
||||
Epoch: 2
|
||||
Version: %{gen_version}
|
||||
Version: 2.211.0
|
||||
Release: %autorelease
|
||||
License: GPLv2
|
||||
URL: %{git0}
|
||||
Summary: SELinux policies for container runtimes
|
||||
Source0: %{git0}/archive/v%{built_tag_strip}.tar.gz
|
||||
Source0: %{git0}/archive/v%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: make
|
||||
BuildRequires: git-core
|
||||
|
|
@ -51,6 +46,10 @@ SELinux policy modules for use with container runtimes.
|
|||
|
||||
%prep
|
||||
%autosetup -Sgit %{name}-%{built_tag_strip}
|
||||
# https://github.com/containers/container-selinux/issues/203
|
||||
%if 0%{?fedora} <= 37
|
||||
sed -i '/user_namespace/d' container.te
|
||||
%endif
|
||||
|
||||
%build
|
||||
make
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (v2.193.0.tar.gz) = b245fdd45e8de8701fd387f431fb48ba9c590efa0b5d804413059f8fb6672261fcb6bc3648d54fc30188038711f42239e0687259eb8dd33d17d75c7c24910d4a
|
||||
SHA512 (v2.211.0.tar.gz) = 76c795cf51e80a3996ff79d5f29952932c35124c3ed283d1f101c61b02499ea8769d886b99a61e3c8c794ed9729b0151de92b283ef18d7e12f5fd59e5568860a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue