Allow containers to create icmp packets
This commit is contained in:
parent
c2346462ef
commit
71d8662692
1
.gitignore
vendored
1
.gitignore
vendored
@ -50,3 +50,4 @@
|
|||||||
/container-selinux-97f8dfc.tar.gz
|
/container-selinux-97f8dfc.tar.gz
|
||||||
/container-selinux-9b55129.tar.gz
|
/container-selinux-9b55129.tar.gz
|
||||||
/container-selinux-1ecf953.tar.gz
|
/container-selinux-1ecf953.tar.gz
|
||||||
|
/container-selinux-284f9e7.tar.gz
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
# container-selinux
|
# container-selinux
|
||||||
%global git0 https://github.com/projectatomic/container-selinux
|
%global git0 https://github.com/projectatomic/container-selinux
|
||||||
%if 0%{?fedora} || 0%{?rhel} > 7
|
%if 0%{?fedora} || 0%{?rhel} > 7
|
||||||
%global commit0 1ecf9533560e1004a26287a9ed31215cbaa83bd4
|
%global commit0 284f9e75b1356de59299f5aa6e7045243749f420
|
||||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||||
%else
|
%else
|
||||||
# use upstream's RHEL-1.12 branch for CentOS 7
|
# use upstream's RHEL-1.12 branch for CentOS 7
|
||||||
@ -36,7 +36,7 @@ Name: container-selinux
|
|||||||
%if 0%{?fedora} || 0%{?centos} || 0%{?rhel} > 7
|
%if 0%{?fedora} || 0%{?centos} || 0%{?rhel} > 7
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
%endif
|
%endif
|
||||||
Version: 2.62
|
Version: 2.63
|
||||||
Release: 1.git%{shortcommit0}%{?dist}
|
Release: 1.git%{shortcommit0}%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: %{git0}
|
URL: %{git0}
|
||||||
@ -127,6 +127,9 @@ fi
|
|||||||
%{_datadir}/selinux/*
|
%{_datadir}/selinux/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 30 2018 Dan Walsh <dwalsh@fedoraproject.org> - 2.63-1
|
||||||
|
- Allow containers to create icmp packets
|
||||||
|
|
||||||
* Fri May 25 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:2.62-1.git1ecf953
|
* Fri May 25 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:2.62-1.git1ecf953
|
||||||
- bump to 2.62
|
- bump to 2.62
|
||||||
- autobuilt 1ecf953
|
- autobuilt 1ecf953
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (container-selinux-1ecf953.tar.gz) = df1f9586b1bbefddffd62b5800a0cf6346fafa8d32ae2ff93abe31c5f30bce9b6ce5caf6351f5b07b3324a5d7a49c389bb69825880fa1433a02e82e5fdd9cf72
|
SHA512 (container-selinux-284f9e7.tar.gz) = b14bc6666da449525e53990ea2598e004f4383c851b7647f34d2ac7ee779130a95808d2dfbdd8381e2c90461205fa8d9a93ace5027af1fff2e724ab5b9945ea1
|
||||||
|
Loading…
Reference in New Issue
Block a user