bump to v2.200.0
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
parent
9e01c83a26
commit
24761d467f
1
.gitignore
vendored
1
.gitignore
vendored
@ -196,3 +196,4 @@
|
||||
/v2.197.0.tar.gz
|
||||
/v2.198.0.tar.gz
|
||||
/v2.199.0.tar.gz
|
||||
/v2.200.0.tar.gz
|
||||
|
@ -3,7 +3,7 @@
|
||||
# container-selinux
|
||||
%global git0 https://github.com/containers/container-selinux
|
||||
|
||||
%global built_tag v2.199.0
|
||||
%global built_tag v2.200.0
|
||||
%global built_tag_strip %(b=%{built_tag}; echo ${b:1})
|
||||
%global gen_version %(b=%{built_tag_strip}; echo ${b/-/"~"})
|
||||
|
||||
@ -51,6 +51,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.199.0.tar.gz) = 28fd8f66d01fb4398f5df42432dca4c08123cd0cd9196d2f7deb30a095dd777a7285f067a508ec7faa7d1f3a72ae6939891b26d823c7c286586a36fa8a3a4ea2
|
||||
SHA512 (v2.200.0.tar.gz) = a681067e88552831de652dd74412e407b52b941dd769936cb5f9666a53837256d253c15916f1287c68f7c2693694904db42986582fa4a8487102e4332e592a2f
|
||||
|
Loading…
Reference in New Issue
Block a user