Fix typebounds entrypoint problems
This commit is contained in:
parent
a2fe41cd44
commit
761ca4f112
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/container-selinux-3bbbad5.tar.gz
|
||||
/container-selinux-b9809fa.tar.gz
|
||||
/container-selinux-ba28054.tar.gz
|
||||
/container-selinux-9e004af.tar.gz
|
||||
|
@ -3,7 +3,7 @@
|
||||
# container-selinux
|
||||
%global git0 https://github.com/projectatomic/container-selinux
|
||||
%if 0%{?fedora}
|
||||
%global commit0 ba280540e817275a9707798221baab18954a3ce8
|
||||
%global commit0 9e004afd7efa3e7357cc15783062452f63557df7
|
||||
%else
|
||||
# use upstream's RHEL-1.12 branch for CentOS 7
|
||||
%global commit0 56c32da8a72f9e7af5daeaebac5b887830d123b1
|
||||
@ -35,7 +35,7 @@ Name: container-selinux
|
||||
%if 0%{?fedora} || 0%{?centos}
|
||||
Epoch: 2
|
||||
%endif
|
||||
Version: 2.5
|
||||
Version: 2.6
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2
|
||||
URL: %{git0}
|
||||
@ -118,6 +118,9 @@ fi
|
||||
%{_datadir}/selinux/*
|
||||
|
||||
%changelog
|
||||
* Mon Feb 6 2017 Dan Walsh <dwalsh@fedoraproject.org> - 2:6.1-1
|
||||
- Fix typebounds entrypoint problems
|
||||
|
||||
* Fri Jan 27 2017 Dan Walsh <dwalsh@fedoraproject.org> - 2:5.1-1
|
||||
- Fix typebounds problems
|
||||
|
||||
|
1
sources
1
sources
@ -2,3 +2,4 @@ SHA512 (container-selinux-bcdcb9a.tar.gz) = 382ed177ac878e56a7a4819b30362f0f7976
|
||||
SHA512 (container-selinux-3bbbad5.tar.gz) = d255c5993bff90fb90030d6d0ced11eeed9a620878e24b99fdba7e8c66e130fcc88ac6f839fd84a96863f3d0fb57a41d4d4a59e30eb383ad999a75d22d8533a2
|
||||
SHA512 (container-selinux-b9809fa.tar.gz) = 796403b5951daaaf1de932d02d42be9a62ba877fcf67f5cbd9e489427e886cb9dcb990810d46a0359dabfe5ce132139c869c278d4a17b3690530e7cfd0f0575b
|
||||
SHA512 (container-selinux-ba28054.tar.gz) = 3d71410947122b69e1b291dbf64071a8cbde386e8b9d1ea534cb5b822e293b0123b869fc212b8ab2ef7a976fdc93ab468c489b6aabb40f477530fd9ec830d6b4
|
||||
SHA512 (container-selinux-9e004af.tar.gz) = 04827c282a378ac1c3460f02dd3b757b3936422b659d4c0f6391864fda88a6bae1e773fd194b6f6b78918d4f6336a2623682f71a3899014cd97903018ed7d715
|
||||
|
Loading…
Reference in New Issue
Block a user