container-selinux-2.110.0-1.1.dev.git544d71f
- bump to v2.110.0 - hook up to autobuild Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
parent
ff9d4132e3
commit
9db5509450
1
.gitignore
vendored
1
.gitignore
vendored
@ -97,3 +97,4 @@
|
||||
/container-selinux-fc7111d.tar.gz
|
||||
/container-selinux-453b816.tar.gz
|
||||
/container-selinux-db771da.tar.gz
|
||||
/container-selinux-544d71f.tar.gz
|
||||
|
@ -1,8 +1,8 @@
|
||||
%global debug_package %{nil}
|
||||
|
||||
# container-selinux
|
||||
%global git0 https://github.com/projectatomic/container-selinux
|
||||
%global commit0 db771da27119098fe9aefb1c02033e496d5c8760
|
||||
%global git0 https://github.com/containers/container-selinux
|
||||
%global commit0 544d71ff87f427664ff65cfb94b6ad068af689a7
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
|
||||
# container-selinux stuff (prefix with ds_ for version/release etc.)
|
||||
@ -22,12 +22,13 @@
|
||||
# Version of SELinux we were using
|
||||
%global selinux_policyver 3.13.1-220
|
||||
|
||||
# Hooked up to autobuilder, please check with @lsm5 before updating
|
||||
Name: container-selinux
|
||||
%if 0%{?fedora}
|
||||
Epoch: 2
|
||||
%endif
|
||||
Version: 2.109
|
||||
Release: 1.git%{shortcommit0}%{?dist}
|
||||
Version: 2.110.0
|
||||
Release: 1.1.dev.git%{shortcommit0}%{?dist}
|
||||
License: GPLv2
|
||||
URL: %{git0}
|
||||
Summary: SELinux policies for container runtimes
|
||||
@ -108,7 +109,12 @@ fi
|
||||
%doc README.md
|
||||
%{_datadir}/selinux/*
|
||||
|
||||
# Hooked up to autobuilder, please check with @lsm5 before updating
|
||||
%changelog
|
||||
* Wed Jul 10 2019 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2.110.0-1.1.dev.git544d71f
|
||||
- bump to v2.110.0
|
||||
- hook up to autobuild
|
||||
|
||||
* Mon Jul 8 2019 Dan Walsh <dwalsh@fedoraproject.org> - 2.109-1
|
||||
- Allow containers to accept connections on all socket types
|
||||
- Allow containers to connect to gssproxy stream sockets if added to container
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (container-selinux-db771da.tar.gz) = 880d656b56e94d4045073cfaf4738bbcf5bcd91f451bafa523ca4df6aed20f7fa2074f8b9bb2dc28bf33a3acd981e6fc349919bf6e7f3c946cc046dc66014a89
|
||||
SHA512 (container-selinux-544d71f.tar.gz) = ef4e58d33f095899c75a880cdb8e4fb2dc9523f717666af702e4d87a6ddccf7d9695b009872f42bd4dfae01944ee0335aa4688d6ffd6199efb38aaf29f997d73
|
||||
|
Loading…
Reference in New Issue
Block a user