Fix type in container interface file
This commit is contained in:
parent
761ca4f112
commit
afcdd30e26
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
/container-selinux-b9809fa.tar.gz
|
||||
/container-selinux-ba28054.tar.gz
|
||||
/container-selinux-9e004af.tar.gz
|
||||
/container-selinux-ce95ddb.tar.gz
|
||||
|
@ -3,7 +3,7 @@
|
||||
# container-selinux
|
||||
%global git0 https://github.com/projectatomic/container-selinux
|
||||
%if 0%{?fedora}
|
||||
%global commit0 9e004afd7efa3e7357cc15783062452f63557df7
|
||||
%global commit0 ce95ddb69573e97fecaceac23950e925352ffef2
|
||||
%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.6
|
||||
Version: 2.7
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2
|
||||
URL: %{git0}
|
||||
@ -118,6 +118,9 @@ fi
|
||||
%{_datadir}/selinux/*
|
||||
|
||||
%changelog
|
||||
* Tue Feb 7 2017 Dan Walsh <dwalsh@fedoraproject.org> - 2:7.1-1
|
||||
- Fix type in container interface file
|
||||
|
||||
* Mon Feb 6 2017 Dan Walsh <dwalsh@fedoraproject.org> - 2:6.1-1
|
||||
- Fix typebounds entrypoint problems
|
||||
|
||||
|
1
sources
1
sources
@ -3,3 +3,4 @@ SHA512 (container-selinux-3bbbad5.tar.gz) = d255c5993bff90fb90030d6d0ced11eeed9a
|
||||
SHA512 (container-selinux-b9809fa.tar.gz) = 796403b5951daaaf1de932d02d42be9a62ba877fcf67f5cbd9e489427e886cb9dcb990810d46a0359dabfe5ce132139c869c278d4a17b3690530e7cfd0f0575b
|
||||
SHA512 (container-selinux-ba28054.tar.gz) = 3d71410947122b69e1b291dbf64071a8cbde386e8b9d1ea534cb5b822e293b0123b869fc212b8ab2ef7a976fdc93ab468c489b6aabb40f477530fd9ec830d6b4
|
||||
SHA512 (container-selinux-9e004af.tar.gz) = 04827c282a378ac1c3460f02dd3b757b3936422b659d4c0f6391864fda88a6bae1e773fd194b6f6b78918d4f6336a2623682f71a3899014cd97903018ed7d715
|
||||
SHA512 (container-selinux-ce95ddb.tar.gz) = 9d620624e3a603f74ab3969784bea1e70c7ff83c154e445bdb86330cd08cc146d36b965cd407e4a78a8e51031d69bf6a02246ac743d62557eed22bded82ab5da
|
||||
|
Loading…
Reference in New Issue
Block a user